public static interface Alarm.ThresholdRule
Modifier and Type | Interface and Description |
---|---|
static class |
Alarm.ThresholdRule.ComparisonOperator |
static interface |
Alarm.ThresholdRule.Query |
static class |
Alarm.ThresholdRule.Statistic |
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) |
String getMeterName()
int getEvaluationPeriods()
Alarm.ThresholdRule.Statistic getStatistic()
int getPeriod()
float getThreshold()
List<? extends Alarm.ThresholdRule.Query> getQuery()
Alarm.ThresholdRule.ComparisonOperator getComparisonOperator()
boolean getExcludeOutliers()
void setMeterName(String meterName)
void setEvaluationPeriods(int evaluationPeriod)
void setStatistic(Alarm.ThresholdRule.Statistic statistic)
void setPeriod(int period)
void setThreshold(float threshold)
void setQuery(List<CeilometerAlarm.CeilometerQuery> query)
void setComparisonOperator(Alarm.ThresholdRule.ComparisonOperator comparisonOperator)
void setExcludeOutliers(boolean excludeOutliers)
Copyright © 2017. All rights reserved.