Class EncryptionConfig
Encryption settings for the cluster.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class EncryptionConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GcePdKmsKeyName
Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.
Declaration
[JsonProperty("gcePdKmsKeyName")]
public virtual string GcePdKmsKeyName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
KmsKey
Optional. The Cloud KMS key name to use for encrypting customer core content and cluster PD disk for all instances in the cluster.
Declaration
[JsonProperty("kmsKey")]
public virtual string KmsKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |