Class: Google::Cloud::Dataproc::V1::ConfidentialInstanceConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/clusters.rb

Overview

Confidential Instance Config for clusters using Confidential VMs

Instance Attribute Summary collapse

Instance Attribute Details

#enable_confidential_compute::Boolean

Returns Optional. Defines whether the instance should have confidential compute enabled.

Returns:

  • (::Boolean)

    Optional. Defines whether the instance should have confidential compute enabled.



455
456
457
458
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 455

class ConfidentialInstanceConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end