VsanHealthThreshold
Define threshold values for the health status VsanHealthStatusType.red and VsanHealthStatusType.yellow for the given vSAN entity.
Each vSAN entity is independent to define the threshold values as per the requirement. Like a capacity system can have threshold in form of percentage of total capacity. Other systems, for example, congestion system can have threshold value as fixed numbers.
This structure may be used only with operations rendered under /vsan
.
{
"_typeName": "string",
"yellowValue": 0,
"redValue": 0,
"target": "string",
"enabled": false
}
Entity beyond this threshold will be marked as VsanHealthStatusType.yellow.
Entity beyond this threshold will be marked as VsanHealthStatusType.red.
This optional attribute is used as the target for the thresholds.
The definition of the targets: VsanHealthThresholdTargetEnum
See also VsanHealthThresholdTargetEnum.
As each target will have its own switch for threshold customization, this field is used to tell if the threshold takes effect.
If not given, the default value is False.