Uses of Class
org.openstack4j.model.telemetry.Alarm.Operator
-
Packages that use Alarm.Operator Package Description org.openstack4j.model.telemetry org.openstack4j.openstack.telemetry.domain -
-
Uses of Alarm.Operator in org.openstack4j.model.telemetry
Methods in org.openstack4j.model.telemetry that return Alarm.Operator Modifier and Type Method Description static Alarm.OperatorAlarm.Operator. fromValue(String operator)Alarm.OperatorAlarm.CombinationRule. getOperator()static Alarm.OperatorAlarm.Operator. valueOf(String name)Returns the enum constant of this type with the specified name.static Alarm.Operator[]Alarm.Operator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstack4j.model.telemetry with parameters of type Alarm.Operator Modifier and Type Method Description voidAlarm.CombinationRule. setOperator(Alarm.Operator operator) -
Uses of Alarm.Operator in org.openstack4j.openstack.telemetry.domain
Methods in org.openstack4j.openstack.telemetry.domain that return Alarm.Operator Modifier and Type Method Description Alarm.OperatorCeilometerAlarm.CeilometerCombinationRule. getOperator()Methods in org.openstack4j.openstack.telemetry.domain with parameters of type Alarm.Operator Modifier and Type Method Description voidCeilometerAlarm.CeilometerCombinationRule. setOperator(Alarm.Operator operator)
-