encryptionConfig property
Optional. The encryption config can be specified to encrypt the data disks and other persistent data resources of a cluster with a customer-managed encryption key (CMEK). When this field is not specified, the cluster will then use default encryption scheme to protect the user data.
Implementation
@$pb.TagNumber(19)
EncryptionConfig get encryptionConfig => $_getN(17);
Implementation
@$pb.TagNumber(19)
set encryptionConfig(EncryptionConfig v) {
setField(19, v);
}