HostRegisterDiskRequestType
The parameters of HostRegisterDisk.
{
"path": "string",
"name": "string",
"modifyControlFlags": false,
"id": {
"_typeName": "string",
"id": "string"
}
}
URL or datastore 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
Optional Parameter describing if the control Flags should be changed to default values
Since: vSphere API Release 8.0.2.0
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