ArrayOfVsanObjectHealthTelemetrySummary
ArrayOfVsanObjectHealthTelemetrySummary
A boxed array of VsanObjectHealthTelemetrySummary. To be used in Any placeholders.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"healthyObjectCount": 0,
"inaccessibleObjectCount": 0,
"needRetryObjectCount": 0,
"pdlObjectCount": 0,
"clusterHostCount": 0
}
]
}