Uses of Class
org.openstack4j.model.telemetry.Alarm.AggregationMethod
-
Packages that use Alarm.AggregationMethod Package Description org.openstack4j.model.telemetry org.openstack4j.openstack.telemetry.domain -
-
Uses of Alarm.AggregationMethod in org.openstack4j.model.telemetry
Methods in org.openstack4j.model.telemetry that return Alarm.AggregationMethod Modifier and Type Method Description static Alarm.AggregationMethodAlarm.AggregationMethod. fromValue(String method)Alarm.AggregationMethodAlarm.GnocchiAggregationByMetricsThresholdRule. getAggregationMethod()Alarm.AggregationMethodAlarm.GnocchiAggregationByResourcesThresholdRule. getAggregationMethod()Alarm.AggregationMethodAlarm.GnocchiResourcesThresholdRule. getAggregationMethod()static Alarm.AggregationMethodAlarm.AggregationMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static Alarm.AggregationMethod[]Alarm.AggregationMethod. 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.AggregationMethod Modifier and Type Method Description voidAlarm.GnocchiAggregationByMetricsThresholdRule. setAggregationMethod(Alarm.AggregationMethod aggregationMethod)voidAlarm.GnocchiAggregationByResourcesThresholdRule. setAggregationMethod(Alarm.AggregationMethod aggregationMethod)voidAlarm.GnocchiResourcesThresholdRule. setAggregationMethod(Alarm.AggregationMethod aggregationMethod) -
Uses of Alarm.AggregationMethod in org.openstack4j.openstack.telemetry.domain
Methods in org.openstack4j.openstack.telemetry.domain that return Alarm.AggregationMethod Modifier and Type Method Description Alarm.AggregationMethodCeilometerAlarm.CeilometerGnocchiAggregationByMetricsThresholdRule. getAggregationMethod()Alarm.AggregationMethodCeilometerAlarm.CeilometerGnocchiAggregationByResourcesThresholdRule. getAggregationMethod()Alarm.AggregationMethodCeilometerAlarm.CeilometerGnocchiResourcesThresholdRule. getAggregationMethod()Methods in org.openstack4j.openstack.telemetry.domain with parameters of type Alarm.AggregationMethod Modifier and Type Method Description voidCeilometerAlarm.CeilometerGnocchiAggregationByMetricsThresholdRule. setAggregationMethod(Alarm.AggregationMethod aggregationMethod)voidCeilometerAlarm.CeilometerGnocchiAggregationByResourcesThresholdRule. setAggregationMethod(Alarm.AggregationMethod aggregationMethod)voidCeilometerAlarm.CeilometerGnocchiResourcesThresholdRule. setAggregationMethod(Alarm.AggregationMethod aggregationMethod)
-