Class: Google::Cloud::Workstations::V1beta::WorkstationConfig::Host::GceInstance::GceConfidentialInstanceConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#enable_confidential_compute::Boolean

Returns Optional. Whether the instance has confidential compute enabled.

Returns:

  • (::Boolean)

    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