public static class DescribeActiveMetricRuleListResponseBody.DescribeActiveMetricRuleListResponseBodyDatapointsAlarm
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
comparisonOperator
The comparison operator that is used in the alert rule.
|
String |
contactGroups
The alert group that receives alert notifications.
|
String |
enable
Indicates whether the alert rule is enabled.
|
String |
endTime
The beginning of the time period during which the alert rule is effective.
|
String |
evaluationCount
The consecutive number of times for which the metric value meets the alert condition before an alert is triggered.
|
String |
metricName
The name of the metric.
|
String |
namespace
The namespace of the service.
|
String |
period
The aggregation period of the monitoring data.
|
String |
ruleId
The ID of the alert rule.
|
String |
ruleName
The name of the alert rule.
|
String |
silenceTime
The mute period during which new alerts are not sent even if the trigger conditions are met.
|
String |
startTime
The end of the time period during which the alert rule is effective.
|
String |
state
Indicates whether the alert rule is enabled.
|
String |
statistics
The statistical aggregation method.
|
String |
threshold
The threshold of the metric value.
|
String |
webhook
The callback URL.
|
| 构造器和说明 |
|---|
DescribeActiveMetricRuleListResponseBodyDatapointsAlarm() |
@NameInMap(value="ComparisonOperator") public String comparisonOperator
The comparison operator that is used in the alert rule. Valid values:
* `>`
* `<`
* `>=`
* `<=`
* `=`
* `=`
@NameInMap(value="ContactGroups") public String contactGroups
The alert group that receives alert notifications.
@NameInMap(value="Enable") public String enable
Indicates whether the alert rule is enabled. Valid values:
* true: The alert rule is enabled.
* false: The alert rule is disabled.
@NameInMap(value="EndTime") public String endTime
The beginning of the time period during which the alert rule is effective. Unit: hours. For example, the value 23 indicates `23:59:59`.
@NameInMap(value="EvaluationCount") public String evaluationCount
The consecutive number of times for which the metric value meets the alert condition before an alert is triggered.
@NameInMap(value="MetricName") public String metricName
The name of the metric.
@NameInMap(value="Namespace") public String namespace
The namespace of the service. For more information, see [Appendix 1: Metrics](~~163515~~).
@NameInMap(value="Period") public String period
The aggregation period of the monitoring data. Unit: seconds. The default value is the minimum aggregation period, indicating that the metric is polled at the highest frequency. Typically, you do not need to specify the minimum aggregation period.
@NameInMap(value="RuleId") public String ruleId
The ID of the alert rule.
@NameInMap(value="RuleName") public String ruleName
The name of the alert rule.
@NameInMap(value="SilenceTime") public String silenceTime
The mute period during which new alerts are not sent even if the trigger conditions are met. Unit: seconds. Default value: 86400.
@NameInMap(value="StartTime") public String startTime
The end of the time period during which the alert rule is effective. Unit: hours. For example, the value 00 indicates `00:00:00`.
@NameInMap(value="State") public String state
Indicates whether the alert rule is enabled.
@NameInMap(value="Statistics") public String statistics
The statistical aggregation method.
@NameInMap(value="Threshold") public String threshold
The threshold of the metric value.
@NameInMap(value="Webhook") public String webhook
The callback URL.
public DescribeActiveMetricRuleListResponseBodyDatapointsAlarm()
public static DescribeActiveMetricRuleListResponseBody.DescribeActiveMetricRuleListResponseBodyDatapointsAlarm build(Map<String,?> map) throws Exception
Exceptionpublic DescribeActiveMetricRuleListResponseBody.DescribeActiveMetricRuleListResponseBodyDatapointsAlarm setComparisonOperator(String comparisonOperator)
public String getComparisonOperator()
public DescribeActiveMetricRuleListResponseBody.DescribeActiveMetricRuleListResponseBodyDatapointsAlarm setContactGroups(String contactGroups)
public String getContactGroups()
public DescribeActiveMetricRuleListResponseBody.DescribeActiveMetricRuleListResponseBodyDatapointsAlarm setEnable(String enable)
public String getEnable()
public DescribeActiveMetricRuleListResponseBody.DescribeActiveMetricRuleListResponseBodyDatapointsAlarm setEndTime(String endTime)
public String getEndTime()
public DescribeActiveMetricRuleListResponseBody.DescribeActiveMetricRuleListResponseBodyDatapointsAlarm setEvaluationCount(String evaluationCount)
public String getEvaluationCount()
public DescribeActiveMetricRuleListResponseBody.DescribeActiveMetricRuleListResponseBodyDatapointsAlarm setMetricName(String metricName)
public String getMetricName()
public DescribeActiveMetricRuleListResponseBody.DescribeActiveMetricRuleListResponseBodyDatapointsAlarm setNamespace(String namespace)
public String getNamespace()
public DescribeActiveMetricRuleListResponseBody.DescribeActiveMetricRuleListResponseBodyDatapointsAlarm setPeriod(String period)
public String getPeriod()
public DescribeActiveMetricRuleListResponseBody.DescribeActiveMetricRuleListResponseBodyDatapointsAlarm setRuleId(String ruleId)
public String getRuleId()
public DescribeActiveMetricRuleListResponseBody.DescribeActiveMetricRuleListResponseBodyDatapointsAlarm setRuleName(String ruleName)
public String getRuleName()
public DescribeActiveMetricRuleListResponseBody.DescribeActiveMetricRuleListResponseBodyDatapointsAlarm setSilenceTime(String silenceTime)
public String getSilenceTime()
public DescribeActiveMetricRuleListResponseBody.DescribeActiveMetricRuleListResponseBodyDatapointsAlarm setStartTime(String startTime)
public String getStartTime()
public DescribeActiveMetricRuleListResponseBody.DescribeActiveMetricRuleListResponseBodyDatapointsAlarm setState(String state)
public String getState()
public DescribeActiveMetricRuleListResponseBody.DescribeActiveMetricRuleListResponseBodyDatapointsAlarm setStatistics(String statistics)
public String getStatistics()
public DescribeActiveMetricRuleListResponseBody.DescribeActiveMetricRuleListResponseBodyDatapointsAlarm setThreshold(String threshold)
public String getThreshold()
public DescribeActiveMetricRuleListResponseBody.DescribeActiveMetricRuleListResponseBodyDatapointsAlarm setWebhook(String webhook)
public String getWebhook()
Copyright © 2024. All rights reserved.