Google Cloud Notebooks V1beta1 Client - Class DiskEncryption (0.3.6)

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

Definition of the disk encryption options.

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;