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
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setGcePdKmsKeyName
Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |