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:
Valid values of N: 1 to 3.
example:startWith
@NameInMap(value="Name") public String name
The criteria based on which the instances are matched.
Valid values of N: 1 to 3.
example:Set the value to name. The value name indicates that the instances are matched based on the instance name.
name1
@NameInMap(value="Value") public String value
The keyword used to match the instance name.
Valid values of N: 1 to 3.
example:portalHost
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 © 2026. All rights reserved.