public static class DescribeMetricRuleTemplateAttributeResponseBody.DescribeMetricRuleTemplateAttributeResponseBodyResourceAlertTemplatesAlertTemplateEscalationsCritical
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
comparisonOperator
The comparison operator that is used to compare the metric value with the threshold for Critical-level alerts.
|
String |
statistics
The statistical method for Critical-level alerts.
|
String |
threshold
The threshold for Critical-level alerts.
|
Integer |
times
The consecutive number of times for which the metric value meets the alert condition before a Critical-level alert is triggered.
|
| 构造器和说明 |
|---|
DescribeMetricRuleTemplateAttributeResponseBodyResourceAlertTemplatesAlertTemplateEscalationsCritical() |
@NameInMap(value="ComparisonOperator") public String comparisonOperator
The comparison operator that is used to compare the metric value with the threshold for Critical-level alerts. Valid values:
GreaterThanOrEqualToThreshold
@NameInMap(value="Statistics") public String statistics
The statistical method for Critical-level alerts.
The value of the Statistics parameter varies with the cloud service. For more information, see Appendix 1: Metrics.
Average
@NameInMap(value="Threshold") public String threshold
The threshold for Critical-level alerts.
example:90
@NameInMap(value="Times") public Integer times
The consecutive number of times for which the metric value meets the alert condition before a Critical-level alert is triggered.
example:5
public DescribeMetricRuleTemplateAttributeResponseBodyResourceAlertTemplatesAlertTemplateEscalationsCritical()
public static DescribeMetricRuleTemplateAttributeResponseBody.DescribeMetricRuleTemplateAttributeResponseBodyResourceAlertTemplatesAlertTemplateEscalationsCritical build(Map<String,?> map) throws Exception
Exceptionpublic DescribeMetricRuleTemplateAttributeResponseBody.DescribeMetricRuleTemplateAttributeResponseBodyResourceAlertTemplatesAlertTemplateEscalationsCritical setComparisonOperator(String comparisonOperator)
public String getComparisonOperator()
public DescribeMetricRuleTemplateAttributeResponseBody.DescribeMetricRuleTemplateAttributeResponseBodyResourceAlertTemplatesAlertTemplateEscalationsCritical setStatistics(String statistics)
public String getStatistics()
public DescribeMetricRuleTemplateAttributeResponseBody.DescribeMetricRuleTemplateAttributeResponseBodyResourceAlertTemplatesAlertTemplateEscalationsCritical setThreshold(String threshold)
public String getThreshold()
public DescribeMetricRuleTemplateAttributeResponseBody.DescribeMetricRuleTemplateAttributeResponseBodyResourceAlertTemplatesAlertTemplateEscalationsCritical setTimes(Integer times)
public Integer getTimes()
Copyright © 2026. All rights reserved.