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
© 2015-2023 VMware, Inc. All rights reserved.
Revision 15-Mar-2023 | VMware vSAN Management API | Version 8.0 Update 1