Class DatabaseEncryption (2.36.0)

DatabaseEncryption(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration of etcd encryption.

Attributes

NameDescription
key_name str
Name of CloudKMS key to use for the encryption of secrets in etcd. Ex. projects/my-project/locations/global/keyRings/my-ring/cryptoKeys/my-key
state google.cloud.container_v1beta1.types.DatabaseEncryption.State
The desired state of etcd encryption.

Classes

State

State(value)

State of etcd encryption.

Values: UNKNOWN (0): Should never be set ENCRYPTED (1): Secrets in etcd are encrypted. DECRYPTED (2): Secrets in etcd are stored in plain text (at etcd level) - this is unrelated to Compute Engine level full disk encryption.