public static final class DescribeGroupMonitoringAgentProcessResponseBody.MatchExpress.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeGroupMonitoringAgentProcessResponseBody.MatchExpress |
build() |
DescribeGroupMonitoringAgentProcessResponseBody.MatchExpress.Builder |
function(String function)
The comparison operator of the threshold for critical-level alerts.
|
DescribeGroupMonitoringAgentProcessResponseBody.MatchExpress.Builder |
name(String name)
The configurations of the alert rule.
|
DescribeGroupMonitoringAgentProcessResponseBody.MatchExpress.Builder |
value(String value)
The method used to match the instances.
|
public DescribeGroupMonitoringAgentProcessResponseBody.MatchExpress.Builder function(String function)
* 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 DescribeGroupMonitoringAgentProcessResponseBody.MatchExpress.Builder name(String name)
public DescribeGroupMonitoringAgentProcessResponseBody.MatchExpress.Builder value(String value)
* all * startWith * endWith * contains * notContains * equals > The matched instances are monitored by the process monitoring task.
public DescribeGroupMonitoringAgentProcessResponseBody.MatchExpress build()
Copyright © 2023. All rights reserved.