RegisterDiskRequestType

RegisterDiskRequestType
RegisterDiskRequestType

The parameters of RegisterDisk.

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

URL 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

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