Google Cloud Notebooks V1 Client - Class DiskEncryption (0.7.4)

Reference documentation and code samples for the Google Cloud Notebooks V1 Client class DiskEncryption.

Definition of the disk encryption options.

Protobuf type google.cloud.notebooks.v1.Instance.DiskEncryption

Namespace

Google \ Cloud \ Notebooks \ V1 \ Instance

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DISK_ENCRYPTION_UNSPECIFIED

Value: 0

Disk encryption is not specified.

Generated from protobuf enum DISK_ENCRYPTION_UNSPECIFIED = 0;

GMEK

Value: 1

Use Google managed encryption keys to encrypt the boot disk.

Generated from protobuf enum GMEK = 1;

CMEK

Value: 2

Use customer managed encryption keys to encrypt the boot disk.

Generated from protobuf enum CMEK = 2;