public static class DescribeDispatchRuleResponseBody.DescribeDispatchRuleResponseBodyDispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupsLabelMatchExpressions
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
key
The key of the tag of the dispatch rule.
|
String |
operator
The operator used in the dispatch rule.
|
String |
value
The value of the tag.
|
| 构造器和说明 |
|---|
DescribeDispatchRuleResponseBodyDispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupsLabelMatchExpressions() |
@NameInMap(value="Key") public String key
The key of the tag of the dispatch rule. Valid values:
_aliyun_arms_userid: user ID_aliyun_arms_involvedObject_kind: type of the associated object_aliyun_arms_involvedObject_id: ID of the associated object_aliyun_arms_involvedObject_name: name of the associated object_aliyun_arms_alert_name: alert name_aliyun_arms_alert_rule_id: alert rule ID_aliyun_arms_alert_type: alert type_aliyun_arms_alert_level: alert severity_aliyun_arms_involvedObject_kind
@NameInMap(value="Operator") public String operator
The operator used in the dispatch rule. Valid values:
eq: equals to.re: matches a regular expression.eq
@NameInMap(value="Value") public String value
The value of the tag.
example:app
public DescribeDispatchRuleResponseBodyDispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupsLabelMatchExpressions()
public static DescribeDispatchRuleResponseBody.DescribeDispatchRuleResponseBodyDispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupsLabelMatchExpressions build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDispatchRuleResponseBody.DescribeDispatchRuleResponseBodyDispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupsLabelMatchExpressions setKey(String key)
public String getKey()
public DescribeDispatchRuleResponseBody.DescribeDispatchRuleResponseBodyDispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupsLabelMatchExpressions setOperator(String operator)
public String getOperator()
public DescribeDispatchRuleResponseBody.DescribeDispatchRuleResponseBodyDispatchRuleLabelMatchExpressionGridLabelMatchExpressionGroupsLabelMatchExpressions setValue(String value)
public String getValue()
Copyright © 2024. All rights reserved.