Google Cloud Dataproc V1 Client - Class EncryptionConfig (3.7.1)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class EncryptionConfig.

Encryption settings for the cluster.

Generated from protobuf message google.cloud.dataproc.v1.EncryptionConfig

Namespace

Google \ Cloud \ Dataproc \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ gce_pd_kms_key_name string

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

getGcePdKmsKeyName

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

Returns
TypeDescription
string

setGcePdKmsKeyName

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this