Class: Google::Cloud::Dataproc::V1beta2::EncryptionConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::EncryptionConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1beta2/clusters.rb
Overview
Encryption settings for the cluster.
Instance Attribute Summary collapse
-
#gce_pd_kms_key_name ⇒ ::String
Optional.
Instance Attribute Details
#gce_pd_kms_key_name ⇒ ::String
Returns Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
225 226 227 228 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 225 class EncryptionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |