Class: Google::Apis::DataprocV1beta2::EncryptionConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dataproc_v1beta2/classes.rb,
lib/google/apis/dataproc_v1beta2/representations.rb,
lib/google/apis/dataproc_v1beta2/representations.rb

Overview

Encryption settings for the cluster.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EncryptionConfig

Returns a new instance of EncryptionConfig.



830
831
832
# File 'lib/google/apis/dataproc_v1beta2/classes.rb', line 830

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#gce_pd_kms_key_nameString

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

Returns:

  • (String)


828
829
830
# File 'lib/google/apis/dataproc_v1beta2/classes.rb', line 828

def gce_pd_kms_key_name
  @gce_pd_kms_key_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



835
836
837
# File 'lib/google/apis/dataproc_v1beta2/classes.rb', line 835

def update!(**args)
  @gce_pd_kms_key_name = args[:gce_pd_kms_key_name] if args.key?(:gce_pd_kms_key_name)
end