VirtualMachineMoId

VirtualMachineMoId
VirtualMachineMoId

Identifies a VirtualMachine uniquely using its vCenter managed object id and the corresponding vCenter UUID

This structure may be used only with operations rendered under /sms.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "vcUuid": "string",
    "vmMoid": "string"
}
string
vcUuid
Optional

The vCenter UUID - this is informational only, and may not always be set.

string
vmMoid
Required

The managed object id that corresponds to vCenter's ManagedObjectReference#key for this VM.