Class: Google::Cloud::Dataproc::V1::EncryptionConfig

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

Overview

Encryption settings for the cluster.

Instance Attribute Summary collapse

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.

Returns:

  • (::String)

    Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.



268
269
270
271
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 268

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