public class DescribeMetricRuleCountRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
metricName
The metric name.
|
String |
namespace
The namespace of the cloud service.
|
String |
regionId |
| 构造器和说明 |
|---|
DescribeMetricRuleCountRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeMetricRuleCountRequest |
build(Map<String,?> map) |
String |
getMetricName() |
String |
getNamespace() |
String |
getRegionId() |
DescribeMetricRuleCountRequest |
setMetricName(String metricName) |
DescribeMetricRuleCountRequest |
setNamespace(String namespace) |
DescribeMetricRuleCountRequest |
setRegionId(String regionId) |
@NameInMap(value="MetricName") public String metricName
The metric name. For more information, see Appendix 1: Metrics.
example:cpu_total
@NameInMap(value="Namespace") public String namespace
The namespace of the cloud service. For more information, see Appendix 1: Metrics.
example:acs_ecs_dashboard
@NameInMap(value="RegionId") public String regionId
public static DescribeMetricRuleCountRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeMetricRuleCountRequest setMetricName(String metricName)
public String getMetricName()
public DescribeMetricRuleCountRequest setNamespace(String namespace)
public String getNamespace()
public DescribeMetricRuleCountRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2026. All rights reserved.