public enum Instance.DiskEncryption extends Enum<Instance.DiskEncryption> implements ProtocolMessageEnum
Definition of the disk encryption options.
Protobuf enum google.events.cloud.notebooks.v1.Instance.DiskEncryption
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
CMEK | Use customer managed encryption keys to encrypt the boot disk. |
CMEK_VALUE | Use customer managed encryption keys to encrypt the boot disk. |
DISK_ENCRYPTION_UNSPECIFIED | Disk encryption is not specified. |
DISK_ENCRYPTION_UNSPECIFIED_VALUE | Disk encryption is not specified. |
GMEK | Use Google managed encryption keys to encrypt the boot disk. |
GMEK_VALUE | Use Google managed encryption keys to encrypt the boot disk. |
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() |