encryptionConfig property
Optional. Encryption settings for virtual machine data disk.
Implementation
@$pb.TagNumber(5)
EncryptionConfig get encryptionConfig => $_getN(4);
Implementation
@$pb.TagNumber(5)
set encryptionConfig(EncryptionConfig v) {
setField(5, v);
}