Enum Instance.DiskEncryption (1.35.0)

public enum Instance.DiskEncryption extends Enum<Instance.DiskEncryption> implements ProtocolMessageEnum

Definition of the disk encryption options.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CMEK

Use customer managed encryption keys to encrypt the boot disk.

CMEK = 2;

CMEK_VALUE

Use customer managed encryption keys to encrypt the boot disk.

CMEK = 2;

DISK_ENCRYPTION_UNSPECIFIED

Disk encryption is not specified.

DISK_ENCRYPTION_UNSPECIFIED = 0;

DISK_ENCRYPTION_UNSPECIFIED_VALUE

Disk encryption is not specified.

DISK_ENCRYPTION_UNSPECIFIED = 0;

GMEK

Use Google managed encryption keys to encrypt the boot disk.

GMEK = 1;

GMEK_VALUE

Use Google managed encryption keys to encrypt the boot disk.

GMEK = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()