SetVirtualDiskUuidExRequestType

SetVirtualDiskUuidExRequestType
SetVirtualDiskUuidExRequestType

The parameters of SetVirtualDiskUuidEx_Task.

Since: vSphere API Release 8.0.3.0

JSON Example
{
    "name": "string",
    "datacenter": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "uuid": "string"
}
string
name
Required

The name of the disk, either a datastore path or a URL referring to the virtual disk whose uuid for the DDB entry needs to be set. A datastore path has the form

[datastore] path

where

  • datastore is the datastore name.
  • path is a slash-delimited path from the root of the datastore.

An example datastore path is "[storage] path/to/file.extension".

datacenter
Optional

Reference to an instance of the Datacenter managed object.

string
uuid
Optional

The hex representation of the unique ID for this virtual disk. If uuid is not set or missing, a random UUID is generated and assigned.

Availability
Added in vSphere API Release 8.0.3.0