Google Kubernetes Engine v1 API - Enum DatabaseEncryption.Types.State (3.25.0)

public enum DatabaseEncryption.Types.State

Reference documentation and code samples for the Google Kubernetes Engine v1 API enum DatabaseEncryption.Types.State.

State of etcd encryption.

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Fields

NameDescription
Decrypted

Secrets in etcd are stored in plain text (at etcd level) - this is unrelated to Compute Engine level full disk encryption.

Encrypted

Secrets in etcd are encrypted.

Unknown

Should never be set