vCenter Storage Monitoring Service API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - HostDiskPartitionSpec(vim.host.DiskPartitionInfo.Specification)
- Property of
- HostDiagnosticPartitionCreateSpec, HostDiskPartitionInfo, HostVffsSpec, VmfsDatastoreCreateSpec, VmfsDatastoreExpandSpec, VmfsDatastoreExtendSpec
- Parameter to
- ExtendVffs, UpdateDiskPartitions
- Extends
- DynamicData
- See also
- HostDiskDimensionsChs, HostDiskPartitionAttributes
- Since
- 2.0
Data Object Description
This data object type describes the disk partition table specification used to configure the partitions on a disk. This data object represents the fundamental data needed to specify a partition table.Properties
Name | Type | Description |
---|---|---|
chs* | HostDiskDimensionsChs |
Disk dimensions expressed as cylinder, head, sector (CHS)
coordinates.
|
partition* | HostDiskPartitionAttributes[] |
List of partitions on the disk.
|
partitionFormat* | xsd:string |
Partition format type on the disk.
Since vSphere API Release 5.0 |
totalSectors* | xsd:long |
Disk dimensions expressed as a total number of sectors.
For sector size, see the sectorSize field.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |