Class: Google::Cloud::Compute::V1::ShieldedInstanceIntegrityPolicy
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ShieldedInstanceIntegrityPolicy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
The policy describes the baseline against which Instance boot integrity is measured.
Instance Attribute Summary collapse
-
#update_auto_learn_policy ⇒ ::Boolean
Updates the integrity policy baseline using the measurements from the VM instance's most recent boot.
Instance Attribute Details
#update_auto_learn_policy ⇒ ::Boolean
Returns Updates the integrity policy baseline using the measurements from the VM instance's most recent boot.
31172 31173 31174 31175 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31172 class ShieldedInstanceIntegrityPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |