Class: Google::Cloud::Workstations::V1beta::WorkstationConfig::Host::GceInstance::GceConfidentialInstanceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Workstations::V1beta::WorkstationConfig::Host::GceInstance::GceConfidentialInstanceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/workstations/v1beta/workstations.rb
Overview
A set of Compute Engine Confidential VM instance options.
Instance Attribute Summary collapse
-
#enable_confidential_compute ⇒ ::Boolean
Optional.
Instance Attribute Details
#enable_confidential_compute ⇒ ::Boolean
Returns Optional. Whether the instance has confidential compute enabled.
609 610 611 612 |
# File 'proto_docs/google/cloud/workstations/v1beta/workstations.rb', line 609 class GceConfidentialInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |