public class DescribeAlarmMetricsRequest extends AbstractModel
Constructor and Description |
---|
DescribeAlarmMetricsRequest() |
DescribeAlarmMetricsRequest(DescribeAlarmMetricsRequest 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 |
getModule()
Get 固定值,为"monitor"
|
String |
getMonitorType()
Get 监控类型过滤 "MT_QCE"=云产品监控
|
String |
getNamespace()
Get 告警策略类型,由 DescribeAllNamespaces 获得,例如 cvm_device
|
void |
setModule(String Module)
Set 固定值,为"monitor"
|
void |
setMonitorType(String MonitorType)
Set 监控类型过滤 "MT_QCE"=云产品监控
|
void |
setNamespace(String Namespace)
Set 告警策略类型,由 DescribeAllNamespaces 获得,例如 cvm_device
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeAlarmMetricsRequest()
public DescribeAlarmMetricsRequest(DescribeAlarmMetricsRequest source)
public String getModule()
public void setModule(String Module)
Module
- 固定值,为"monitor"public String getMonitorType()
public void setMonitorType(String MonitorType)
MonitorType
- 监控类型过滤 "MT_QCE"=云产品监控public String getNamespace()
public void setNamespace(String Namespace)
Namespace
- 告警策略类型,由 DescribeAllNamespaces 获得,例如 cvm_deviceCopyright © 2022. All rights reserved.