RegisterDiskRequestType
The parameters of RegisterDisk.
{
"path": "string",
"name": "string",
"id": {
"_typeName": "string",
"id": "string"
}
}
URL path to the running point of the virtual disk.
The descriptive name of the disk object. If unset the name will be automatically determined from the path. @see vim.vslm.BaseConfigInfo#name
The ID of the newly registered virtual storage object. For each new request, the ID should be a unique ID complying to RFC4122V4 (generated randomly). For retry requests with the same ID, all the other input parameters are expected to remain same. If not specified, a system generated ID will be assigned.
Since: vSphere API Release 9.1.0.0