Enum NodeConfig.LocalSsdEncryptionMode (2.57.0)

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.v1.NodeConfig.LocalSsdEncryptionMode

Implements

ProtocolMessageEnum

Static 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 = 2;

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.

EPHEMERAL_KEY_ENCRYPTION = 2;

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 = 0;

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.

LOCAL_SSD_ENCRYPTION_MODE_UNSPECIFIED = 0;

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 = 1;

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.

STANDARD_ENCRYPTION = 1;

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()