Reference documentation and code samples for the Google Cloud Container V1 Client class CurrentState.
Current State of etcd encryption.
Protobuf type google.container.v1.DatabaseEncryption.CurrentState
Namespace
Google \ Cloud \ Container \ V1 \ DatabaseEncryptionMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CURRENT_STATE_UNSPECIFIED
Value: 0
Should never be set
Generated from protobuf enum CURRENT_STATE_UNSPECIFIED = 0;
CURRENT_STATE_ENCRYPTED
Value: 7
Secrets in etcd are encrypted.
Generated from protobuf enum CURRENT_STATE_ENCRYPTED = 7;
CURRENT_STATE_DECRYPTED
Value: 2
Secrets in etcd are stored in plain text (at etcd level) - this is unrelated to Compute Engine level full disk encryption.
Generated from protobuf enum CURRENT_STATE_DECRYPTED = 2;
CURRENT_STATE_ENCRYPTION_PENDING
Value: 3
Encryption (or re-encryption with a different CloudKMS key) of Secrets is in progress.
Generated from protobuf enum CURRENT_STATE_ENCRYPTION_PENDING = 3;
CURRENT_STATE_ENCRYPTION_ERROR
Value: 4
Encryption (or re-encryption with a different CloudKMS key) of Secrets in etcd encountered an error.
Generated from protobuf enum CURRENT_STATE_ENCRYPTION_ERROR = 4;
CURRENT_STATE_DECRYPTION_PENDING
Value: 5
De-crypting Secrets to plain text in etcd is in progress.
Generated from protobuf enum CURRENT_STATE_DECRYPTION_PENDING = 5;
CURRENT_STATE_DECRYPTION_ERROR
Value: 6
De-crypting Secrets to plain text in etcd encountered an error.
Generated from protobuf enum CURRENT_STATE_DECRYPTION_ERROR = 6;