diskEncryption property

String? diskEncryption
getter/setter pair

Input only.

Disk encryption method used on the boot and data disks, defaults to GMEK.

Optional. Possible string values are:

  • "DISK_ENCRYPTION_UNSPECIFIED" : Disk encryption is not specified.
  • "GMEK" : Use Google managed encryption keys to encrypt the boot disk.
  • "CMEK" : Use customer managed encryption keys to encrypt the boot disk.

Implementation

core.String? diskEncryption;