Uses of Class
com.oracle.bmc.bds.model.MetricThresholdRule.Operator
-
Packages that use MetricThresholdRule.Operator Package Description com.oracle.bmc.bds.model -
-
Uses of MetricThresholdRule.Operator in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return MetricThresholdRule.Operator Modifier and Type Method Description static MetricThresholdRule.Operator
MetricThresholdRule.Operator. create(String key)
MetricThresholdRule.Operator
MetricThresholdRule. getOperator()
The comparison operator to use.static MetricThresholdRule.Operator
MetricThresholdRule.Operator. valueOf(String name)
Returns the enum constant of this type with the specified name.static MetricThresholdRule.Operator[]
MetricThresholdRule.Operator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.bds.model with parameters of type MetricThresholdRule.Operator Modifier and Type Method Description MetricThresholdRule.Builder
MetricThresholdRule.Builder. operator(MetricThresholdRule.Operator operator)
The comparison operator to use.Constructors in com.oracle.bmc.bds.model with parameters of type MetricThresholdRule.Operator Constructor Description MetricThresholdRule(Integer durationInMinutes, MetricThresholdRule.Operator operator, Integer value)
Deprecated.
-