diskSizeGb property
Size of root disk for VMs, in GB. If zero or unspecified, the service will attempt to choose a reasonable default.
Implementation
@$pb.TagNumber(7)
$core.int get diskSizeGb => $_getIZ(6);
Implementation
@$pb.TagNumber(7)
set diskSizeGb($core.int v) {
$_setSignedInt32(6, v);
}