public enum DatabaseEncryption.State extends Enum<DatabaseEncryption.State> implements ProtocolMessageEnumState of etcd encryption.
Protobuf enum google.container.v1beta1.DatabaseEncryption.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ALL_OBJECTS_ENCRYPTION_ENABLED |
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. |
ALL_OBJECTS_ENCRYPTION_ENABLED_VALUE |
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. |
DECRYPTED |
Secrets in etcd are stored in plain text (at etcd level) - this is unrelated to Compute Engine level full disk encryption. |
DECRYPTED_VALUE |
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. |
ENCRYPTED_VALUE |
Secrets in etcd are encrypted. |
UNKNOWN |
Should never be set |
UNKNOWN_VALUE |
Should never be set |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|