VsanHealthConfigSpec
VsanHealthConfigSpec
The spec for all vSAN health configurations.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"healthCheckThresholdSpec": [
{
"_typeName": "string",
"yellowValue": 0,
"redValue": 0,
"target": "string",
"enabled": false
}
],
"historicalHealthConfig": {
"_typeName": "string",
"enabled": false
}
}
array of
VsanHealthThreshold
healthCheckThresholdSpec
Optional
The spec defining the thresholds for all of the supported targets.
For the full list of all the supported targets, see: VsanHealthThresholdTargetEnum
historicalHealthConfig
Optional
vSAN historical health configuration.