Uses of Class
org.openstack4j.model.telemetry.Alarm.Statistic
-
Packages that use Alarm.Statistic Package Description org.openstack4j.model.telemetry org.openstack4j.openstack.telemetry.domain -
-
Uses of Alarm.Statistic in org.openstack4j.model.telemetry
Methods in org.openstack4j.model.telemetry that return Alarm.Statistic Modifier and Type Method Description static Alarm.StatisticAlarm.Statistic. fromValue(String statistic)Alarm.StatisticAlarm.ThresholdRule. getStatistic()static Alarm.StatisticAlarm.Statistic. valueOf(String name)Returns the enum constant of this type with the specified name.static Alarm.Statistic[]Alarm.Statistic. 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.Statistic Modifier and Type Method Description voidAlarm.ThresholdRule. setStatistic(Alarm.Statistic statistic) -
Uses of Alarm.Statistic in org.openstack4j.openstack.telemetry.domain
Methods in org.openstack4j.openstack.telemetry.domain that return Alarm.Statistic Modifier and Type Method Description Alarm.StatisticCeilometerAlarm.CeilometerThresholdRule. getStatistic()Methods in org.openstack4j.openstack.telemetry.domain with parameters of type Alarm.Statistic Modifier and Type Method Description voidCeilometerAlarm.CeilometerThresholdRule. setStatistic(Alarm.Statistic statistic)
-