Class DatabaseEncryption (2.7.0)

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

Configuration of etcd encryption.

Inheritance

Object > DatabaseEncryption

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

DatabaseEncryption()

public DatabaseEncryption()

DatabaseEncryption(DatabaseEncryption)

public DatabaseEncryption(DatabaseEncryption other)
Parameter
NameDescription
otherDatabaseEncryption

Properties

KeyName

public string KeyName { get; set; }

Name of CloudKMS key to use for the encryption of secrets in etcd. Ex. projects/my-project/locations/global/keyRings/my-ring/cryptoKeys/my-key

Property Value
TypeDescription
String

State

public DatabaseEncryption.Types.State State { get; set; }

Denotes the state of etcd encryption.

Property Value
TypeDescription
DatabaseEncryption.Types.State