Enum DatabaseEncryption.CurrentState (2.44.0)

public enum DatabaseEncryption.CurrentState extends Enum<DatabaseEncryption.CurrentState> implements ProtocolMessageEnum

Current State of etcd encryption.

Protobuf enum google.container.v1beta1.DatabaseEncryption.CurrentState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CURRENT_STATE_DECRYPTED

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

CURRENT_STATE_DECRYPTED = 2;

CURRENT_STATE_DECRYPTED_VALUE

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

CURRENT_STATE_DECRYPTED = 2;

CURRENT_STATE_DECRYPTION_ERROR

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

CURRENT_STATE_DECRYPTION_ERROR = 6;

CURRENT_STATE_DECRYPTION_ERROR_VALUE

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

CURRENT_STATE_DECRYPTION_ERROR = 6;

CURRENT_STATE_DECRYPTION_PENDING

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

CURRENT_STATE_DECRYPTION_PENDING = 5;

CURRENT_STATE_DECRYPTION_PENDING_VALUE

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

CURRENT_STATE_DECRYPTION_PENDING = 5;

CURRENT_STATE_ENCRYPTED

Secrets in etcd are encrypted.

CURRENT_STATE_ENCRYPTED = 7;

CURRENT_STATE_ENCRYPTED_VALUE

Secrets in etcd are encrypted.

CURRENT_STATE_ENCRYPTED = 7;

CURRENT_STATE_ENCRYPTION_ERROR

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

CURRENT_STATE_ENCRYPTION_ERROR = 4;

CURRENT_STATE_ENCRYPTION_ERROR_VALUE

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

CURRENT_STATE_ENCRYPTION_ERROR = 4;

CURRENT_STATE_ENCRYPTION_PENDING

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

CURRENT_STATE_ENCRYPTION_PENDING = 3;

CURRENT_STATE_ENCRYPTION_PENDING_VALUE

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

CURRENT_STATE_ENCRYPTION_PENDING = 3;

CURRENT_STATE_UNSPECIFIED

Should never be set

CURRENT_STATE_UNSPECIFIED = 0;

CURRENT_STATE_UNSPECIFIED_VALUE

Should never be set

CURRENT_STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()