HostDiskMappingOption
HostDiskMappingOption
The HostDiskMappingOption data object type describes the options for 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"
}
array of HostDiskMappingPartitionOption
physicalPartition
Optional
Array of valid partitions on this physical disk.
There is no default for this array.
string
name
Required
Host resource name.