encryptionType property

String? encryptionType
getter/setter pair

Encryption type for the region.

Optional. Possible string values are:

  • "ENCRYPTION_TYPE_UNSPECIFIED" : Encryption type unspecified.
  • "GMEK" : Google managed encryption keys
  • "CMEK" : Customer managed encryption keys.

Implementation

core.String? encryptionType;