type property
The encryption type of the private cloud.
Required. Possible string values are:
- "TYPE_UNSPECIFIED" : The default value. This value should never be used.
- "CMEK" : Customer-managed encryption keys (CMEK).
- "LEGACY_CMEK" : Legacy customer-managed encryption keys (CMEK).
- "OTHER" : Other encryption types, such as self-managed external KMS.
Implementation
core.String? type;