comparisonOperator property
The operator that relates the thing measured (metric
) to the
criteria (containing a value
or
statisticalThreshold
). Valid operators include:
-
string-list
:in-set
andnot-in-set
-
number-list
:in-set
andnot-in-set
-
ip-address-list
:in-cidr-set
andnot-in-cidr-set
-
number
:less-than
,less-than-equals
,greater-than
, andgreater-than-equals
Implementation
final ComparisonOperator? comparisonOperator;