HostRegisterDiskRequestType

HostRegisterDiskRequestType
HostRegisterDiskRequestType

The parameters of HostRegisterDisk.

JSON Example
{
    "path": "string",
    "name": "string",
    "modifyControlFlags": false,
    "id": {
        "_typeName": "string",
        "id": "string"
    }
}
string
path
Required

URL or datastore path to the running point of the virtual disk.

string
name
Optional

The descriptive name of the disk object. If unset the name will be automatically determined from the path. @see vim.vslm.BaseConfigInfo#name

boolean
modifyControlFlags
Optional

Optional Parameter describing if the control Flags should be changed to default values

Since: vSphere API Release 8.0.2.0

id
Optional

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