VsanClusterBalancePerDiskInfo

VsanClusterBalancePerDiskInfo
VsanClusterBalancePerDiskInfo

Information about the disk utilization balance as it related to a single capacity disk.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "uuid": "string",
    "fullness": 0,
    "variance": 0,
    "fullnessAboveThreshold": 0,
    "dataToMoveB": 0,
    "compFullness": 0,
    "compVariance": 0
}
string
uuid
Optional

The UUID of the vSAN disk.

integer As int64 As int64
fullness
Required

Usage level in percent.

integer As int64 As int64
variance
Required

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.

integer As int64 As int64
fullnessAboveThreshold
Required

Usage percentage points above the acceptable fullness.

Acceptable fullness is a margin of percentage points above the lowest fullness.

integer As int64 As int64
dataToMoveB
Required

Amount of data to move to restore balance.

integer As int64 As int64
compFullness
Optional

Component usage level in percent.

Since: 8.0.0.4

integer As int64 As int64
compVariance
Optional

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