Google Kubernetes Engine v1 API - Enum DatabaseEncryption.Types.CurrentState (3.38.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

Name Description
AllObjectsEncryptionEnabled

Encryption of all objects in the storage is enabled. It does not guarantee that all objects in the storage are encrypted, but eventually they will be.

AllObjectsEncryptionError

Enabling encryption of all objects in storage encountered an error.

AllObjectsEncryptionPending

Enablement of the encryption of all objects in storage is pending.

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