public class DescribeAlarmMetricsRequest extends AbstractModel
Constructor and Description |
---|
DescribeAlarmMetricsRequest() |
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 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 © 2021. All rights reserved.