public static final class DescribeHostAvailabilityListResponseBody.EscalationList.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeHostAvailabilityListResponseBody.EscalationList.Builder |
aggregate(String aggregate)
The method used to calculate metric values that trigger alerts.
|
DescribeHostAvailabilityListResponseBody.EscalationList |
build() |
DescribeHostAvailabilityListResponseBody.EscalationList.Builder |
metricName(String metricName)
The name of the metric.
|
DescribeHostAvailabilityListResponseBody.EscalationList.Builder |
operator(String operator)
The comparison operator that is used in the alert rule.
|
DescribeHostAvailabilityListResponseBody.EscalationList.Builder |
times(String times)
The consecutive number of times for which the metric value is measured before an alert is triggered.
|
DescribeHostAvailabilityListResponseBody.EscalationList.Builder |
value(String value)
The alert threshold.
|
public DescribeHostAvailabilityListResponseBody.EscalationList.Builder aggregate(String aggregate)
* Value: the value of the HTTP status code * Average: the average HTTP response time * Value: the value of the Telnet status code * TelnetLatency: the average Telnet response time * Average: the average Ping packet loss rate
public DescribeHostAvailabilityListResponseBody.EscalationList.Builder metricName(String metricName)
* HttpStatus * HttpLatency * TelnetStatus * TelnetLatency * PingLostRate
public DescribeHostAvailabilityListResponseBody.EscalationList.Builder operator(String operator)
* `>` * `>=` * `<` * `<=` * `=`
public DescribeHostAvailabilityListResponseBody.EscalationList.Builder times(String times)
public DescribeHostAvailabilityListResponseBody.EscalationList.Builder value(String value)
public DescribeHostAvailabilityListResponseBody.EscalationList build()
Copyright © 2024. All rights reserved.