public static class DescribeGroupMonitoringAgentProcessResponseBody.DescribeGroupMonitoringAgentProcessResponseBodyProcessesProcessMatchExpressMatchExpress
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
function
The matching condition.
|
String |
name
The criteria based on which the instances are matched.
|
String |
value
The keyword used to match the instance name.
|
| 构造器和说明 |
|---|
DescribeGroupMonitoringAgentProcessResponseBodyProcessesProcessMatchExpressMatchExpress() |
@NameInMap(value="Function") public String function
The matching condition. Valid values:
* all (default): matches all
* startWith: starts with a prefix
* endWith: ends with a suffix
* contains: contains
* notContains: excludes
* equals: equals
> The matched instances are monitored by the process monitoring task.
@NameInMap(value="Name") public String name
The criteria based on which the instances are matched.
> Set the value to `name`. The value name indicates that the instances are matched based on the instance name.
@NameInMap(value="Value") public String value
The keyword used to match the instance name.
public DescribeGroupMonitoringAgentProcessResponseBodyProcessesProcessMatchExpressMatchExpress()
public static DescribeGroupMonitoringAgentProcessResponseBody.DescribeGroupMonitoringAgentProcessResponseBodyProcessesProcessMatchExpressMatchExpress build(Map<String,?> map) throws Exception
Exceptionpublic DescribeGroupMonitoringAgentProcessResponseBody.DescribeGroupMonitoringAgentProcessResponseBodyProcessesProcessMatchExpressMatchExpress setFunction(String function)
public String getFunction()
public DescribeGroupMonitoringAgentProcessResponseBody.DescribeGroupMonitoringAgentProcessResponseBodyProcessesProcessMatchExpressMatchExpress setName(String name)
public String getName()
public DescribeGroupMonitoringAgentProcessResponseBody.DescribeGroupMonitoringAgentProcessResponseBodyProcessesProcessMatchExpressMatchExpress setValue(String value)
public String getValue()
Copyright © 2024. All rights reserved.