Module: Google::Cloud::Notebooks::V1::Instance::DiskEncryption

Defined in:
proto_docs/google/cloud/notebooks/v1/instance.rb

Overview

Definition of the disk encryption options.

Constant Summary collapse

DISK_ENCRYPTION_UNSPECIFIED =

Disk encryption is not specified.

0
GMEK =

Use Google managed encryption keys to encrypt the boot disk.

1
CMEK =

Use customer managed encryption keys to encrypt the boot disk.

2