VsanClusterBalanceSummary

VsanClusterBalanceSummary
VsanClusterBalanceSummary

Information about the disk utilization balance across the cluster.

Only healthy disks are considered in this summary/analysis.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "varianceThreshold": 0,
    "disks": [
        {
            "_typeName": "string",
            "uuid": "string",
            "fullness": 0,
            "variance": 0,
            "fullnessAboveThreshold": 0,
            "dataToMoveB": 0,
            "compFullness": 0,
            "compVariance": 0
        }
    ]
}
integer As int64 As int64
varianceThreshold
Required

Percentage points that are allowed above the lowest fullness of any disk.

Any disk with a variance higher than this threshold is considered too loaded from a balance perspective.

disks
Optional

List of all healthy capacity disks in the cluster with their detailed balance evaluation.