public static final class DescribeAlertLogListResponseBody.Escalation.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeAlertLogListResponseBody.Escalation |
build() |
DescribeAlertLogListResponseBody.Escalation.Builder |
expression(String expression)
The description of the alert rule.
|
DescribeAlertLogListResponseBody.Escalation.Builder |
level(String level)
The alert level and the methods that are used to send alert notifications.
|
DescribeAlertLogListResponseBody.Escalation.Builder |
times(Integer times)
The consecutive number of times for which the metric value meets the alert condition before an alert is triggered.
|
public DescribeAlertLogListResponseBody.Escalation.Builder expression(String expression)
> The content of the alert rule. This parameter indicates the conditions that trigger an alert.
public DescribeAlertLogListResponseBody.Escalation.Builder level(String level)
* P4: Alert notifications are sent by using emails and DingTalk chatbots. * OK: No alert is generated.
public DescribeAlertLogListResponseBody.Escalation.Builder times(Integer times)
public DescribeAlertLogListResponseBody.Escalation build()
Copyright © 2024. All rights reserved.