vmId property
The VM's id in the source (note that this is not the MigratingVm's id). This is the moref id of the VM.
Implementation
@$pb.TagNumber(1)
$core.String get vmId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set vmId($core.String v) { $_setString(0, v); }