HostDiskMappingPartitionOption
HostDiskMappingPartitionOption
The PhysicalPartitionOption data class contains the options for a partition on a physical disk.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"name": "string",
"fileSystem": "string",
"capacityInKb": 0
}
string
name
Required
Partition name.
string
fileSystem
Required
File system, if the partition is formatted.
integer As int64 As int64
capacityInKb
Required
Partition capacity, in KB.