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;