public sealed class DatabaseEncryption : IMessage<DatabaseEncryption>, IEquatable<DatabaseEncryption>, IDeepCloneable<DatabaseEncryption>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class DatabaseEncryption.
Configuration of etcd encryption.
Implements
IMessageDatabaseEncryption, IEquatableDatabaseEncryption, IDeepCloneableDatabaseEncryption, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
DatabaseEncryption()
public DatabaseEncryption()
DatabaseEncryption(DatabaseEncryption)
public DatabaseEncryption(DatabaseEncryption other)
Parameter | |
---|---|
Name | Description |
other | DatabaseEncryption |
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 | |
---|---|
Type | Description |
string |
State
public DatabaseEncryption.Types.State State { get; set; }
The desired state of etcd encryption.
Property Value | |
---|---|
Type | Description |
DatabaseEncryptionTypesState |