public class DescribeBaseMetricsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeBaseMetricsRequest() |
DescribeBaseMetricsRequest(DescribeBaseMetricsRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getDimensions()
Get 可选参数,按照维度过滤
|
String |
getMetricName()
Get 指标名,各个云产品的指标名不同。如需获取指标名,请前往各产品监控指标文档,例如云服务器的指标名,可参见 [云服务器监控指标](https://cloud.tencent.com/document/product/248/6843)
|
String |
getNamespace()
Get 业务命名空间,各个云产品的业务命名空间不同。如需获取业务命名空间,请前往各产品监控指标文档,例如云服务器的命名空间,可参见 [云服务器监控指标](https://cloud.tencent.com/document/product/248/6843)
|
void |
setDimensions(String[] Dimensions)
Set 可选参数,按照维度过滤
|
void |
setMetricName(String MetricName)
Set 指标名,各个云产品的指标名不同。如需获取指标名,请前往各产品监控指标文档,例如云服务器的指标名,可参见 [云服务器监控指标](https://cloud.tencent.com/document/product/248/6843)
|
void |
setNamespace(String Namespace)
Set 业务命名空间,各个云产品的业务命名空间不同。如需获取业务命名空间,请前往各产品监控指标文档,例如云服务器的命名空间,可参见 [云服务器监控指标](https://cloud.tencent.com/document/product/248/6843)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeBaseMetricsRequest()
public DescribeBaseMetricsRequest(DescribeBaseMetricsRequest source)
public String getNamespace()
public void setNamespace(String Namespace)
Namespace
- 业务命名空间,各个云产品的业务命名空间不同。如需获取业务命名空间,请前往各产品监控指标文档,例如云服务器的命名空间,可参见 [云服务器监控指标](https://cloud.tencent.com/document/product/248/6843)public String getMetricName()
public void setMetricName(String MetricName)
MetricName
- 指标名,各个云产品的指标名不同。如需获取指标名,请前往各产品监控指标文档,例如云服务器的指标名,可参见 [云服务器监控指标](https://cloud.tencent.com/document/product/248/6843)public String[] getDimensions()
public void setDimensions(String[] Dimensions)
Dimensions
- 可选参数,按照维度过滤Copyright © 2024. All rights reserved.