| Name | Type | Description |
|---|---|---|
| chs | VcHostDiskDimensionsChs | Disk dimensions expressed as cylinder, head, sector (CHS) coordinates. |
| partition | VcHostDiskPartitionAttributes[] | List of partitions on the disk. |
| partitionFormat | String | Partition format type on the disk. |
| totalSectors | Number | Disk dimensions expressed in total number of 512-byte sectors. |
| Name | Returns |
|---|---|
| VcHostDiskPartitionSpec() | constructor |
| None |
|---|
| Method | Returns |
|---|---|
| VcHostStorageSystem.extendVffs(String vffsPath, String devicePath, VcHostDiskPartitionSpec spec) | void |
| VcHostStorageSystem.updateDiskPartitions(String devicePath, VcHostDiskPartitionSpec spec) | void |