uuid property

  1. @TagNumber.new(4)
String get uuid

The unique identifier of the VM in vCenter.

Implementation

@$pb.TagNumber(4)
$core.String get uuid => $_getSZ(3);
  1. @TagNumber.new(4)
set uuid (String v)

Implementation

@$pb.TagNumber(4)
set uuid($core.String v) {
  $_setString(3, v);
}