vCenter Storage Monitoring Service API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - HostDiskDimensionsChs(vim.host.DiskDimensions.Chs)
- Property of
- HostDiskPartitionSpec
- Returned by
- QueryVirtualDiskGeometry
- Extends
- DynamicData
- Since
- 2.0
Data Object Description
This data object type describes dimensions using the cylinder, head, sector (CHS) coordinate system. This coordinate system is generally needed for partitioning for legacy reasons. When defining partitions, many partitioning utilities do not function correctly when certain CHS constraints are not met.Properties
Name | Type | Description |
---|---|---|
cylinder | xsd:long |
The number of cylinders.
|
head | xsd:int |
The number of heads per cylinders.
|
sector | xsd:int |
The number of sectors per head.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |