ArrayOfVsanClusterBalanceSummary
ArrayOfVsanClusterBalanceSummary
A boxed array of VsanClusterBalanceSummary. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"varianceThreshold": 0,
"disks": [
{
"_typeName": "string",
"uuid": "string",
"fullness": 0,
"variance": 0,
"fullnessAboveThreshold": 0,
"dataToMoveB": 0,
"compFullness": 0,
"compVariance": 0
}
]
}
]
}