ThresholdCriteria

ThresholdCriteria
ThresholdCriteria

This type represents criteria that define a threshold.

JSON Example
{
    "performanceMetric": "string",
    "thresholdType": "string",
    "simpleThresholdDetails": {
        "thresholdValue": "number",
        "hysteresis": "number"
    }
}
string
performanceMetric
Required

Defines the performance metric associated with the threshold. Valid values are specified as "Measurement Name" values in clause 7.2 of ETSI GS NFV-IFA 027.

string
thresholdType
Required

Type of threshold. This attribute determines which other attributes are present in the data structure. Permitted values: * SIMPLE: Single-valued static threshold In the present document, simple thresholds are defined. The definition of additional threshold types is left for future specification.

simpleThresholdDetails
Optional

simpleThresholdDetails