public static class SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesMetricParamDimensions
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
key
The key of the dimension.
|
String |
type
The type of the dimension.
|
String |
value
The value of the dimension.
|
| 构造器和说明 |
|---|
SearchAlertRulesResponseBodyPageBeanAlertRulesMetricParamDimensions() |
@NameInMap(value="Key") public String key
The key of the dimension. Valid values:
rpc: the name of the APIrpcType: the type of the API call, such as HTTP or DUBBOendpoint: the name of the databaserootIp: the IP address of the hostrootIp
@NameInMap(value="Type") public String type
The type of the dimension. Valid values:
STATIC: checks only the value of this dimension. In this case, you must set the dimensions.value parameter.ALL: checks the values of all dimensions. The metrics of all API calls are checked. If an API call triggers an alert, the name of the API is displayed in the alert notification. In this case, you do not need to set the dimensions.value parameter.DISABLE: aggregates the values of all dimensions. In this case, you do not need to set the dimensions.value parameter.DISABLE
@NameInMap(value="Value") public String value
The value of the dimension.
example:"127.0.0.1"
public SearchAlertRulesResponseBodyPageBeanAlertRulesMetricParamDimensions()
public static SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesMetricParamDimensions build(Map<String,?> map) throws Exception
Exceptionpublic SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesMetricParamDimensions setKey(String key)
public String getKey()
public SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesMetricParamDimensions setType(String type)
public String getType()
public SearchAlertRulesResponseBody.SearchAlertRulesResponseBodyPageBeanAlertRulesMetricParamDimensions setValue(String value)
public String getValue()
Copyright © 2024. All rights reserved.