HostRegisterDiskRequestType

HostRegisterDiskRequestType
HostRegisterDiskRequestType

The parameters of HostRegisterDisk.

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

URL or datastore path to 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