Class: Google::Cloud::Compute::V1::ShieldedInstanceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ShieldedInstanceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.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.
-
#enable_vtpm ⇒ ::Boolean
Defines whether the instance has the vTPM enabled.
Instance Attribute Details
#enable_integrity_monitoring ⇒ ::Boolean
Returns Defines whether the instance has integrity monitoring enabled. Enabled by default.
31136 31137 31138 31139 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31136 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. Disabled by default.
31136 31137 31138 31139 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31136 class ShieldedInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_vtpm ⇒ ::Boolean
Returns Defines whether the instance has the vTPM enabled. Enabled by default.
31136 31137 31138 31139 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31136 class ShieldedInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |