VsanClusterBalancePerDiskInfo
Information about the disk utilization balance as it related to a single capacity disk.
{
"_typeName": "string",
"uuid": "string",
"fullness": 0,
"variance": 0,
"fullnessAboveThreshold": 0,
"dataToMoveB": 0,
"compFullness": 0,
"compVariance": 0
}
The UUID of the vSAN disk.
Usage level in percent.
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.
Usage percentage points above the acceptable fullness.
Acceptable fullness is a margin of percentage points above the lowest fullness.
Amount of data to move to restore balance.
Component usage level in percent.
Since: 8.0.0.4
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