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