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
}
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.