vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanClusterBalancePerDiskInfo(vim.cluster.VsanClusterBalancePerDiskInfo)
- Property of
- VsanClusterBalanceSummary
- Extends
- DynamicData
- Since
- vSphere API Release 5.5
Data Object Description
Information about the disk utilization balance as it related to a single capacity disk.Properties
Name | Type | Description |
---|---|---|
compFullness* | xsd:long |
Component usage level in percent.
Since 8.0.0.4 |
compVariance* | xsd:long |
Usage percentage points above the lowest component fullness.
If lowest component fullness is 10, and this disk has 80,
then the variance will be 80 - 10 = 70.
Since 8.0.0.4 |
dataToMoveB | xsd:long |
Amount of data to move to restore balance.
|
fullness | xsd:long |
Usage level in percent.
|
fullnessAboveThreshold | xsd:long |
Usage percentage points above the acceptable fullness. Acceptable fullness is a
margin of percentage points above the lowest fullness.
|
uuid* | xsd:string |
The UUID of the vSAN disk.
|
variance | xsd:long |
Usage percentage points above the lowest fullness. If lowest fullness is 10, and
this disk has 80, then the variance will be 80 - 10 = 70.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |