public static class CeilometerAlarm.CeilometerThresholdRule extends Object implements Alarm.ThresholdRule
Alarm.ThresholdRule.ComparisonOperator, Alarm.ThresholdRule.Query, Alarm.ThresholdRule.Statistic| Constructor and Description |
|---|
CeilometerThresholdRule() |
| Modifier and Type | Method and Description |
|---|---|
Alarm.ThresholdRule.ComparisonOperator |
getComparisonOperator() |
int |
getEvaluationPeriods() |
boolean |
getExcludeOutliers() |
String |
getMeterName() |
int |
getPeriod() |
List<? extends Alarm.ThresholdRule.Query> |
getQuery() |
Alarm.ThresholdRule.Statistic |
getStatistic() |
float |
getThreshold() |
void |
setComparisonOperator(Alarm.ThresholdRule.ComparisonOperator comparisonOperator) |
void |
setEvaluationPeriods(int evaluationPeriod) |
void |
setExcludeOutliers(boolean excludeOutliers) |
void |
setMeterName(String meterName) |
void |
setPeriod(int period) |
void |
setQuery(List<CeilometerAlarm.CeilometerQuery> query) |
void |
setStatistic(Alarm.ThresholdRule.Statistic statistic) |
void |
setThreshold(float threshold) |
public String getMeterName()
getMeterName in interface Alarm.ThresholdRulepublic int getEvaluationPeriods()
getEvaluationPeriods in interface Alarm.ThresholdRulepublic Alarm.ThresholdRule.Statistic getStatistic()
getStatistic in interface Alarm.ThresholdRulepublic int getPeriod()
getPeriod in interface Alarm.ThresholdRulepublic float getThreshold()
getThreshold in interface Alarm.ThresholdRulepublic List<? extends Alarm.ThresholdRule.Query> getQuery()
getQuery in interface Alarm.ThresholdRulepublic Alarm.ThresholdRule.ComparisonOperator getComparisonOperator()
getComparisonOperator in interface Alarm.ThresholdRulepublic boolean getExcludeOutliers()
getExcludeOutliers in interface Alarm.ThresholdRulepublic void setMeterName(String meterName)
setMeterName in interface Alarm.ThresholdRulepublic void setEvaluationPeriods(int evaluationPeriod)
setEvaluationPeriods in interface Alarm.ThresholdRulepublic void setStatistic(Alarm.ThresholdRule.Statistic statistic)
setStatistic in interface Alarm.ThresholdRulepublic void setPeriod(int period)
setPeriod in interface Alarm.ThresholdRulepublic void setThreshold(float threshold)
setThreshold in interface Alarm.ThresholdRulepublic void setQuery(List<CeilometerAlarm.CeilometerQuery> query)
setQuery in interface Alarm.ThresholdRulepublic void setComparisonOperator(Alarm.ThresholdRule.ComparisonOperator comparisonOperator)
setComparisonOperator in interface Alarm.ThresholdRulepublic void setExcludeOutliers(boolean excludeOutliers)
setExcludeOutliers in interface Alarm.ThresholdRuleCopyright © 2017. All rights reserved.