Class: Google::Cloud::Workstations::V1beta::WorkstationConfig::Host::GceInstance::GceShieldedInstanceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Workstations::V1beta::WorkstationConfig::Host::GceInstance::GceShieldedInstanceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/workstations/v1beta/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.
600 601 602 603 |
# File 'proto_docs/google/cloud/workstations/v1beta/workstations.rb', line 600 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.
600 601 602 603 |
# File 'proto_docs/google/cloud/workstations/v1beta/workstations.rb', line 600 class GceShieldedInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_vtpm ⇒ ::Boolean
Returns Optional. Whether the instance has the vTPM enabled.
600 601 602 603 |
# File 'proto_docs/google/cloud/workstations/v1beta/workstations.rb', line 600 class GceShieldedInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |