vmId property

  1. @TagNumber(1)
String get vmId

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);
  1. @TagNumber(1)
set vmId (String v)

Implementation

@$pb.TagNumber(1)
set vmId($core.String v) { $_setString(0, v); }