public class DescribeAlarmPoliciesRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeAlarmPoliciesRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDimensions()Get Alarm object list | 
| Long[] | getEnable()Get Status. | 
| String | getField()Get Sort by field | 
| String | getModule()Get Value fixed at "monitor" | 
| String[] | getMonitorTypes()Get Filter by monitor type. | 
| String[] | getNamespaces()Get Filter by namespace | 
| Long | getNotBindingNoticeRule()Get Indicates whether the notification rule is configured. | 
| String[] | getNoticeIds()Get Alarm notification ID list | 
| String | getOrder()Get Sort order. | 
| Long | getPageNumber()Get Page number starting from 1. | 
| Long | getPageSize()Get Number of entries per page. | 
| String | getPolicyName()Get Fuzzy search by policy name | 
| String[] | getPolicyType()Get Filter by default policy. | 
| Long[] | getProjectIds()Get Project ID array | 
| Long[] | getReceiverGroups()Get Search by recipient group | 
| Long[] | getReceiverUids()Get Search by recipient | 
| String[] | getRuleTypes()Get Filter by trigger condition. | 
| void | setDimensions(String Dimensions)Set Alarm object list | 
| void | setEnable(Long[] Enable)Set Status. | 
| void | setField(String Field)Set Sort by field | 
| void | setModule(String Module)Set Value fixed at "monitor" | 
| void | setMonitorTypes(String[] MonitorTypes)Set Filter by monitor type. | 
| void | setNamespaces(String[] Namespaces)Set Filter by namespace | 
| void | setNotBindingNoticeRule(Long NotBindingNoticeRule)Set Indicates whether the notification rule is configured. | 
| void | setNoticeIds(String[] NoticeIds)Set Alarm notification ID list | 
| void | setOrder(String Order)Set Sort order. | 
| void | setPageNumber(Long PageNumber)Set Page number starting from 1. | 
| void | setPageSize(Long PageSize)Set Number of entries per page. | 
| void | setPolicyName(String PolicyName)Set Fuzzy search by policy name | 
| void | setPolicyType(String[] PolicyType)Set Filter by default policy. | 
| void | setProjectIds(Long[] ProjectIds)Set Project ID array | 
| void | setReceiverGroups(Long[] ReceiverGroups)Set Search by recipient group | 
| void | setReceiverUids(Long[] ReceiverUids)Set Search by recipient | 
| void | setRuleTypes(String[] RuleTypes)Set Filter by trigger condition. | 
| 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, toJsonStringpublic String getModule()
public void setModule(String Module)
Module - Value fixed at "monitor"public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - Page number starting from 1. Default value: 1public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - Number of entries per page. Value range: 1–100. Default value: 20public String getPolicyName()
public void setPolicyName(String PolicyName)
PolicyName - Fuzzy search by policy namepublic String[] getMonitorTypes()
public void setMonitorTypes(String[] MonitorTypes)
MonitorTypes - Filter by monitor type. Valid values: MT_QCE (Tencent Cloud service monitoring). If this parameter is left empty, all will be queried by defaultpublic String[] getNamespaces()
public void setNamespaces(String[] Namespaces)
Namespaces - Filter by namespacepublic String getDimensions()
public void setDimensions(String Dimensions)
Dimensions - Alarm object listpublic Long[] getReceiverUids()
public void setReceiverUids(Long[] ReceiverUids)
ReceiverUids - Search by recipientpublic Long[] getReceiverGroups()
public void setReceiverGroups(Long[] ReceiverGroups)
ReceiverGroups - Search by recipient grouppublic String[] getPolicyType()
public void setPolicyType(String[] PolicyType)
PolicyType - Filter by default policy. Valid values: DEFAULT (display default policy), NOT_DEFAULT (display non-default policies). If this parameter is left empty, all policies will be displayedpublic String getField()
public void setField(String Field)
Field - Sort by fieldpublic String getOrder()
public void setOrder(String Order)
Order - Sort order. Valid values: ASC (ascending), DESC (descending)public Long[] getProjectIds()
public void setProjectIds(Long[] ProjectIds)
ProjectIds - Project ID arraypublic String[] getNoticeIds()
public void setNoticeIds(String[] NoticeIds)
NoticeIds - Alarm notification ID listpublic String[] getRuleTypes()
public void setRuleTypes(String[] RuleTypes)
RuleTypes - Filter by trigger condition. Valid values: STATIC (display policies with static threshold), DYNAMIC (display policies with dynamic threshold). If this parameter is left empty, all policies will be displayedpublic Long[] getEnable()
public void setEnable(Long[] Enable)
Enable - Status. Valid values: 1 (enabled), 0 (disabled)public Long getNotBindingNoticeRule()
public void setNotBindingNoticeRule(Long NotBindingNoticeRule)
NotBindingNoticeRule - Indicates whether the notification rule is configured. 1: not configured; 0: configuredCopyright © 2021. All rights reserved.