vm property
The name of the virtual machine (Compute Engine) used as the bastion server for the SSH tunnel.
Implementation
@$pb.TagNumber(3)
$core.String get vm => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set vm($core.String v) { $_setString(2, v); }