Class: Google::Cloud::Workstations::V1::WorkstationConfig::Host::GceInstance::GceShieldedInstanceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Workstations::V1::WorkstationConfig::Host::GceInstance::GceShieldedInstanceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/workstations/v1/workstations.rb
Overview
A set of Compute Engine Shielded instance options.
Instance Attribute Summary collapse
-
#enable_integrity_monitoring ⇒ ::Boolean
Optional.
-
#enable_secure_boot ⇒ ::Boolean
Optional.
-
#enable_vtpm ⇒ ::Boolean
Optional.
Instance Attribute Details
#enable_integrity_monitoring ⇒ ::Boolean
Returns Optional. Whether the instance has integrity monitoring enabled.
557 558 559 560 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 557 class GceShieldedInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_secure_boot ⇒ ::Boolean
Returns Optional. Whether the instance has Secure Boot enabled.
557 558 559 560 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 557 class GceShieldedInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_vtpm ⇒ ::Boolean
Returns Optional. Whether the instance has the vTPM enabled.
557 558 559 560 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 557 class GceShieldedInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |