sourceVmId property

  1. @TagNumber.new(2)
String get sourceVmId

The unique ID of the VM in the source. The VM's name in vSphere can be changed, so this is not the VM's name but rather its moRef id. This id is of the form vm-

Implementation

@$pb.TagNumber(2)
$core.String get sourceVmId => $_getSZ(1);
  1. @TagNumber.new(2)
set sourceVmId (String v)

Implementation

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