public static class CreateGroupMonitoringAgentProcessRequest.CreateGroupMonitoringAgentProcessRequestMatchExpress
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.
|
| 构造器和说明 |
|---|
CreateGroupMonitoringAgentProcessRequestMatchExpress() |
@NameInMap(value="Function") public String function
The matching condition. Valid values:
* all (default value): matches all
* startWith: starts with a prefix
* endWith: ends with a suffix
* contains: contains
* notContains: does not contain
* equals: equals
Valid values of N: 1 to 3.
@NameInMap(value="Name") public String name
The criteria based on which the instances are matched.
Valid values of N: 1 to 3.
> 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.
Valid values of N: 1 to 3.
public CreateGroupMonitoringAgentProcessRequestMatchExpress()
public static CreateGroupMonitoringAgentProcessRequest.CreateGroupMonitoringAgentProcessRequestMatchExpress build(Map<String,?> map) throws Exception
Exceptionpublic CreateGroupMonitoringAgentProcessRequest.CreateGroupMonitoringAgentProcessRequestMatchExpress setFunction(String function)
public String getFunction()
public CreateGroupMonitoringAgentProcessRequest.CreateGroupMonitoringAgentProcessRequestMatchExpress setName(String name)
public String getName()
public CreateGroupMonitoringAgentProcessRequest.CreateGroupMonitoringAgentProcessRequestMatchExpress setValue(String value)
public String getValue()
Copyright © 2024. All rights reserved.