public class DescribeAlertingMetricRuleResourcesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
alertBeforeTime
Queries the alerts that were triggered before the specified time.
|
String |
dimensions
The dimensions that specify the resources whose monitoring data you want to query.
|
String |
groupId
The ID of the application group.
|
String |
namespace
The namespace of the cloud service.
|
Integer |
page
The page number.
|
Integer |
pageSize
The number of entries per page.
|
String |
regionId |
String |
ruleId
The ID of the alert rule.
|
| 构造器和说明 |
|---|
DescribeAlertingMetricRuleResourcesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeAlertingMetricRuleResourcesRequest |
build(Map<String,?> map) |
String |
getAlertBeforeTime() |
String |
getDimensions() |
String |
getGroupId() |
String |
getNamespace() |
Integer |
getPage() |
Integer |
getPageSize() |
String |
getRegionId() |
String |
getRuleId() |
DescribeAlertingMetricRuleResourcesRequest |
setAlertBeforeTime(String alertBeforeTime) |
DescribeAlertingMetricRuleResourcesRequest |
setDimensions(String dimensions) |
DescribeAlertingMetricRuleResourcesRequest |
setGroupId(String groupId) |
DescribeAlertingMetricRuleResourcesRequest |
setNamespace(String namespace) |
DescribeAlertingMetricRuleResourcesRequest |
setPage(Integer page) |
DescribeAlertingMetricRuleResourcesRequest |
setPageSize(Integer pageSize) |
DescribeAlertingMetricRuleResourcesRequest |
setRegionId(String regionId) |
DescribeAlertingMetricRuleResourcesRequest |
setRuleId(String ruleId) |
@NameInMap(value="AlertBeforeTime") public String alertBeforeTime
Queries the alerts that were triggered before the specified time. Timestamps in milliseconds are supported.
@NameInMap(value="Dimensions") public String dimensions
The dimensions that specify the resources whose monitoring data you want to query.
@NameInMap(value="GroupId") public String groupId
The ID of the application group. For information about how to obtain the ID of an application group, see [DescribeMonitorGroups](~~115032~~).
@NameInMap(value="Namespace") public String namespace
The namespace of the cloud service.
For more information about the namespaces of cloud services, see [Appendix 1: Metrics](~~163515~~).
@NameInMap(value="Page") public Integer page
The page number.
Default value: 1.
@NameInMap(value="PageSize") public Integer pageSize
The number of entries per page.
Default value: 10.
@NameInMap(value="RegionId") public String regionId
@NameInMap(value="RuleId") public String ruleId
The ID of the alert rule. For information about how to obtain the ID of an alert rule, see [DescribeMetricRuleList](~~114941~~).
public DescribeAlertingMetricRuleResourcesRequest()
public static DescribeAlertingMetricRuleResourcesRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeAlertingMetricRuleResourcesRequest setAlertBeforeTime(String alertBeforeTime)
public String getAlertBeforeTime()
public DescribeAlertingMetricRuleResourcesRequest setDimensions(String dimensions)
public String getDimensions()
public DescribeAlertingMetricRuleResourcesRequest setGroupId(String groupId)
public String getGroupId()
public DescribeAlertingMetricRuleResourcesRequest setNamespace(String namespace)
public String getNamespace()
public DescribeAlertingMetricRuleResourcesRequest setPage(Integer page)
public Integer getPage()
public DescribeAlertingMetricRuleResourcesRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeAlertingMetricRuleResourcesRequest setRegionId(String regionId)
public String getRegionId()
public DescribeAlertingMetricRuleResourcesRequest setRuleId(String ruleId)
public String getRuleId()
Copyright © 2024. All rights reserved.