public enum NodeConfig.LocalSsdEncryptionMode extends Enum<NodeConfig.LocalSsdEncryptionMode> implements ProtocolMessageEnum
LocalSsdEncryptionMode specifies the method used for encrypting the Local SSDs attached to the node.
Protobuf enum google.container.v1beta1.NodeConfig.LocalSsdEncryptionMode
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
EPHEMERAL_KEY_ENCRYPTION |
The given node will opt-in for using ephemeral key for encryption of Local SSDs. The Local SSDs will not be able to recover data in case of node crash. |
EPHEMERAL_KEY_ENCRYPTION_VALUE |
The given node will opt-in for using ephemeral key for encryption of Local SSDs. The Local SSDs will not be able to recover data in case of node crash. |
LOCAL_SSD_ENCRYPTION_MODE_UNSPECIFIED |
The given node will be encrypted using keys managed by Google infrastructure and the keys will be deleted when the node is deleted. |
LOCAL_SSD_ENCRYPTION_MODE_UNSPECIFIED_VALUE |
The given node will be encrypted using keys managed by Google infrastructure and the keys will be deleted when the node is deleted. |
STANDARD_ENCRYPTION |
The given node will be encrypted using keys managed by Google infrastructure and the keys will be deleted when the node is deleted. |
STANDARD_ENCRYPTION_VALUE |
The given node will be encrypted using keys managed by Google infrastructure and the keys will be deleted when the node is deleted. |
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() |