Google Cloud Dataproc v1 API - Class EncryptionConfig (5.10.0)

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

Reference documentation and code samples for the Google Cloud Dataproc v1 API class EncryptionConfig.

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