Google Cloud Container V1 Client - Class State (1.12.1)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;