Google Cloud Container V1 Client - Class State (2.10.0)

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 \ DatabaseEncryption

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNKNOWN

Value: 0

Should never be set

Generated from protobuf enum UNKNOWN = 0;

ENCRYPTED

Value: 1

Secrets in etcd are encrypted.

Generated from protobuf enum ENCRYPTED = 1;

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 DECRYPTED = 2;

ALL_OBJECTS_ENCRYPTION_ENABLED

Value: 3

Encryption 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;