HostDiskMappingInfo

HostDiskMappingInfo
HostDiskMappingInfo

The HostDiskMappingInfo data object type describes a virtual disk mapping to a host disk.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "physicalPartition": {
        "_typeName": "string",
        "name": "string",
        "fileSystem": "string",
        "capacityInKb": 0
    },
    "name": "string",
    "exclusive": false
}
physicalPartition
Optional

The partition used on the host, if not mapping to a full disk device.

string
name
Required

Host resource name.

boolean
exclusive
Optional

Flag to indicate whether or not the virtual machine has exclusive access to the host device.