Google Cloud Container V1 Client - Class LocalSsdEncryptionMode (2.2.1)

Reference documentation and code samples for the Google Cloud Container V1 Client class LocalSsdEncryptionMode.

LocalSsdEncryptionMode specifies the method used for encrypting the Local SSDs attached to the node.

Protobuf type google.container.v1.NodeConfig.LocalSsdEncryptionMode

Namespace

Google \ Cloud \ Container \ V1 \ NodeConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

LOCAL_SSD_ENCRYPTION_MODE_UNSPECIFIED

Value: 0

The given node will be encrypted using keys managed by Google infrastructure and the keys will be deleted when the node is deleted.

Generated from protobuf enum LOCAL_SSD_ENCRYPTION_MODE_UNSPECIFIED = 0;

STANDARD_ENCRYPTION

Value: 1

The given node will be encrypted using keys managed by Google infrastructure and the keys will be deleted when the node is deleted.

Generated from protobuf enum STANDARD_ENCRYPTION = 1;

EPHEMERAL_KEY_ENCRYPTION

Value: 2

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.

Generated from protobuf enum EPHEMERAL_KEY_ENCRYPTION = 2;