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 resource name to use for persistent disk encryption for all instances in the cluster. See Use CMEK with cluster data for more information.

Returns:

  • (::String)

    Optional. The Cloud KMS key resource name to use for persistent disk encryption for all instances in the cluster. See Use CMEK with cluster data for more information.



299
300
301
302
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 299

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

#kms_key::String

Returns Optional. The Cloud KMS key resource name to use for cluster persistent disk and job argument encryption. See Use CMEK with cluster data for more information.

When this key resource name is provided, the following job arguments of the following job types submitted to the cluster are encrypted using CMEK:

Returns:



299
300
301
302
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 299

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