Reference documentation and code samples for the Google Cloud Container V1 Client class State.
State of etcd encryption.
Protobuf type google.container.v1.DatabaseEncryption.State
Namespace
Google \ Cloud \ Container \ V1 \ DatabaseEncryptionMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNKNOWN
Value: 0Should never be set
Generated from protobuf enum UNKNOWN = 0;
ENCRYPTED
Value: 1Secrets in etcd are encrypted.
Generated from protobuf enum ENCRYPTED = 1;
DECRYPTED
Value: 2Secrets in etcd are stored in plain text (at etcd level) - this is unrelated to Compute Engine level full disk encryption.
Generated from protobuf enum DECRYPTED = 2;
ALL_OBJECTS_ENCRYPTION_ENABLED
Value: 3Encryption of all objects in the storage is enabled. There is no guarantee that all objects in the storage are encrypted, but eventually they will be.
Generated from protobuf enum ALL_OBJECTS_ENCRYPTION_ENABLED = 3;