Google Kubernetes Engine v1 API - Enum DatabaseEncryption.Types.State (3.8.0)

Stay organized with collections Save and categorize content based on your preferences.
public enum State

Reference documentation and code samples for the Google Kubernetes Engine v1 API enum DatabaseEncryption.Types.State.

State of etcd encryption.

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Fields

NameDescription
Decrypted

Secrets in etcd are stored in plain text (at etcd level) - this is unrelated to Compute Engine level full disk encryption.

Encrypted

Secrets in etcd are encrypted.

Unknown

Should never be set