VirtualDiskMoId
VirtualDiskMoId
Identifies a VirtualDisk uniquely using the disk key, vCenter managed object id of the VM it belongs to 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",
"diskKey": "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.
string
diskKey
Required
The disk key that corresponds to the VirtualDevice#key in vCenter.