public static final class DescribeActiveMetricRuleListResponseBody.Escalations.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeActiveMetricRuleListResponseBody.Escalations |
build() |
DescribeActiveMetricRuleListResponseBody.Escalations.Builder |
critical(DescribeActiveMetricRuleListResponseBody.Critical critical)
The comparison operator of the threshold for critical-level alerts.
|
DescribeActiveMetricRuleListResponseBody.Escalations.Builder |
info(DescribeActiveMetricRuleListResponseBody.Info info)
The comparison operator of the threshold for info-level alerts.
|
DescribeActiveMetricRuleListResponseBody.Escalations.Builder |
warn(DescribeActiveMetricRuleListResponseBody.Warn warn)
The comparison operator of the threshold for critical-level alerts.
|
public DescribeActiveMetricRuleListResponseBody.Escalations.Builder critical(DescribeActiveMetricRuleListResponseBody.Critical critical)
* GreaterThanOrEqualToThreshold: greater than or equal to the threshold * GreaterThanThreshold: greater than the threshold * LessThanOrEqualToThreshold: less than or equal to the threshold * LessThanThreshold: less than the threshold * NotEqualToThreshold: not equal to the threshold * GreaterThanYesterday: greater than the metric value at the same time yesterday * LessThanYesterday: less than the metric value at the same time yesterday * GreaterThanLastWeek: greater than the metric value at the same time last week * LessThanLastWeek: less than the metric value at the same time last week * GreaterThanLastPeriod: greater than the metric value in the last monitoring cycle * LessThanLastPeriod: less than the metric value in the last monitoring cycle
public DescribeActiveMetricRuleListResponseBody.Escalations.Builder info(DescribeActiveMetricRuleListResponseBody.Info info)
* GreaterThanOrEqualToThreshold: greater than or equal to the threshold * GreaterThanThreshold: greater than the threshold * LessThanOrEqualToThreshold: less than or equal to the threshold * LessThanThreshold: less than the threshold * NotEqualToThreshold: not equal to the threshold * GreaterThanYesterday: greater than the metric value at the same time yesterday * LessThanYesterday: less than the metric value at the same time yesterday * GreaterThanLastWeek: greater than the metric value at the same time last week * LessThanLastWeek: less than the metric value at the same time last week * GreaterThanLastPeriod: greater than the metric value in the last monitoring cycle * LessThanLastPeriod: less than the metric value in the last monitoring cycle
public DescribeActiveMetricRuleListResponseBody.Escalations.Builder warn(DescribeActiveMetricRuleListResponseBody.Warn warn)
* GreaterThanOrEqualToThreshold: greater than or equal to the threshold * GreaterThanThreshold: greater than the threshold * LessThanOrEqualToThreshold: less than or equal to the threshold * LessThanThreshold: less than the threshold * NotEqualToThreshold: not equal to the threshold * GreaterThanYesterday: greater than the metric value at the same time yesterday * LessThanYesterday: less than the metric value at the same time yesterday * GreaterThanLastWeek: greater than the metric value at the same time last week * LessThanLastWeek: less than the metric value at the same time last week * GreaterThanLastPeriod: greater than the metric value in the last monitoring cycle * LessThanLastPeriod: less than the metric value in the last monitoring cycle
public DescribeActiveMetricRuleListResponseBody.Escalations build()
Copyright © 2023. All rights reserved.