public enum DatabaseEncryption.Types.CurrentStateReference documentation and code samples for the Google Kubernetes Engine v1 API enum DatabaseEncryption.Types.CurrentState.
Current State of etcd encryption.
Namespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
| Fields | |
|---|---|
| Name | Description | 
| Decrypted | Secrets in etcd are stored in plain text (at etcd level) - this is unrelated to Compute Engine level full disk encryption. | 
| DecryptionError | De-crypting Secrets to plain text in etcd encountered an error. | 
| DecryptionPending | De-crypting Secrets to plain text in etcd is in progress. | 
| Encrypted | Secrets in etcd are encrypted. | 
| EncryptionError | Encryption (or re-encryption with a different CloudKMS key) of Secrets in etcd encountered an error. | 
| EncryptionPending | Encryption (or re-encryption with a different CloudKMS key) of Secrets is in progress. | 
| Unspecified | Should never be set |