Class: Google::Cloud::Container::V1::ShieldedInstanceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::ShieldedInstanceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
A set of Shielded Instance options.
Instance Attribute Summary collapse
-
#enable_integrity_monitoring ⇒ ::Boolean
Defines whether the instance has integrity monitoring enabled.
-
#enable_secure_boot ⇒ ::Boolean
Defines whether the instance has Secure Boot enabled.
Instance Attribute Details
#enable_integrity_monitoring ⇒ ::Boolean
Returns Defines whether the instance has integrity monitoring enabled.
Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created.
480 481 482 483 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 480 class ShieldedInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_secure_boot ⇒ ::Boolean
Returns Defines whether the instance has Secure Boot enabled.
Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails.
480 481 482 483 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 480 class ShieldedInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |