SEND US FEEDBACK!
vSphere API/SDK Documentation > vSphere Management SDK > vSphere Web Services SDK Documentation > VMware vSphere API Reference > Data Object Types > H
  • 0 Ratings

Data Object - HostDiskDimensionsChs(vim.host.DiskDimensions.Chs)

Property of
HostDiskPartitionSpec
Returned by
QueryVirtualDiskGeometry
Extends
DynamicData

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
cylinderxsd:long

The number of cylinders.
headxsd:int

The number of heads per cylinders.
sectorxsd:int

The number of sectors per head.
Properties inherited from DynamicData
None

Show WSDL type definition




Feedback

  • 0 Ratings