public static class SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesAlertRuleRules
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
aggregates
The aggregation logic of the metric data of the alert rule.
|
String |
alias
The displayed description of the alert metric.
|
String |
measure
The metric based on which alerts are triggered.
|
Integer |
NValue
The time range when data is requested.
|
String |
operator
The operation logic of the condition.
|
Float |
value
The threshold of the condition.
|
| 构造器和说明 |
|---|
SearchAlertRulesResponseBodyPageBeanAlertRulesAlertRuleRules() |
@NameInMap(value="Aggregates") public String aggregates
The aggregation logic of the metric data of the alert rule. Valid values:
AVG: calculates the average value for each minuteSUM: calculates the total value for each minuteMAX: calculates the maximum value for each minuteMIN: calculates the minimum value for each minuteAVG
@NameInMap(value="Alias") public String alias
The displayed description of the alert metric.
example:response time_ms
@NameInMap(value="Measure") public String measure
The metric based on which alerts are triggered. For more information, see the "Alert metrics" section in this topic.
example:appstat.jvm.SystemDiskFree
@NameInMap(value="NValue") public Integer NValue
The time range when data is requested. Unit: minutes. For example, a value of 5 indicates that the alert rule applies to the data in the last 5 minutes.
example:5
@NameInMap(value="Operator") public String operator
The operation logic of the condition. Valid values:
CURRENT_GTE
@NameInMap(value="Value") public Float value
The threshold of the condition.
example:30
public SearchAlertRulesResponseBodyPageBeanAlertRulesAlertRuleRules()
public static SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesAlertRuleRules build(Map<String,?> map) throws Exception
Exceptionpublic SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesAlertRuleRules setAggregates(String aggregates)
public String getAggregates()
public SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesAlertRuleRules setAlias(String alias)
public String getAlias()
public SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesAlertRuleRules setMeasure(String measure)
public String getMeasure()
public SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesAlertRuleRules setNValue(Integer NValue)
public Integer getNValue()
public SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesAlertRuleRules setOperator(String operator)
public String getOperator()
public SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesAlertRuleRules setValue(Float value)
public Float getValue()
Copyright © 2024. All rights reserved.