Class EncryptionConfig (3.3.0)

public sealed class EncryptionConfig : IMessage<EncryptionConfig>, IEquatable<EncryptionConfig>, IDeepCloneable<EncryptionConfig>, IBufferMessage, IMessage

Encryption settings for the cluster.

Inheritance

Object > EncryptionConfig

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

EncryptionConfig()

public EncryptionConfig()

EncryptionConfig(EncryptionConfig)

public EncryptionConfig(EncryptionConfig other)
Parameter
NameDescription
otherEncryptionConfig

Properties

GcePdKmsKeyName

public string GcePdKmsKeyName { get; set; }

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

Property Value
TypeDescription
String