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

public enum DatabaseEncryption.Types.CurrentState

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

Current 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.

DecryptionError

De-crypting Secrets to plain text in etcd encountered an error.

DecryptionPending

De-crypting Secrets to plain text in etcd is in progress.

Encrypted

Secrets in etcd are encrypted.

EncryptionError

Encryption (or re-encryption with a different CloudKMS key) of Secrets in etcd encountered an error.

EncryptionPending

Encryption (or re-encryption with a different CloudKMS key) of Secrets is in progress.

Unspecified

Should never be set