Show / Hide Table of Contents

Class EncryptionConfig

Encryption settings for the cluster.

Inheritance
object
EncryptionConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX