VsanPerfThreshold

VsanPerfThreshold
VsanPerfThreshold

The threshold to display hot-spot line in graph

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "direction": "string",
    "yellow": "string",
    "red": "string"
}
string
direction
Required

The direction of threshold value indicates whether it is upper limit or lower limit.

See also VsanPerfThresholdDirectionTypeEnum.

string
yellow
Optional

The yellow value of threshold indicates light severe warnings.

When the performance metric value reaches the yellow threshold, you should be aware and plan ahead to avoid possible problems. Use string to present the number value of the threshold, like "30", "65".

string
red
Optional

The red value of threshold indicates severe warnings.

When the performance metric value reaches the red threshold, you should take action to avoid dangerous problems. Use string to present the number value of the threshold, like "30", "65".