Class: Google::Cloud::Dataproc::V1::ConfidentialInstanceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::ConfidentialInstanceConfig
- 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
-
#enable_confidential_compute ⇒ ::Boolean
Optional.
Instance Attribute Details
#enable_confidential_compute ⇒ ::Boolean
Returns 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 |