public class DescribeListIPAlarmConfigRequest extends AbstractModel
| Constructor and Description | 
|---|
DescribeListIPAlarmConfigRequest()  | 
DescribeListIPAlarmConfigRequest(DescribeListIPAlarmConfigRequest 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 | 
|---|---|
Long | 
getFilterAlarmType()
Get Alarm threshold type filter. 
 | 
String | 
getFilterInstanceId()
Get Anti-DDoS instance ID filter. 
 | 
String | 
getFilterIp()
Get IP filter 
 | 
Long | 
getLimit()
Get Number of items per page. 
 | 
Long | 
getOffset()
Get Starting offset of the page. 
 | 
void | 
setFilterAlarmType(Long FilterAlarmType)
Set Alarm threshold type filter. 
 | 
void | 
setFilterInstanceId(String FilterInstanceId)
Set Anti-DDoS instance ID filter. 
 | 
void | 
setFilterIp(String FilterIp)
Set IP filter 
 | 
void | 
setLimit(Long Limit)
Set Number of items per page. 
 | 
void | 
setOffset(Long Offset)
Set Starting offset of the page. 
 | 
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 DescribeListIPAlarmConfigRequest()
public DescribeListIPAlarmConfigRequest(DescribeListIPAlarmConfigRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset - Starting offset of the page. Value: (number of pages – 1) * items per page.public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of items per page. The default value is 20 when Limit = 0. The maximum value is 100.public String getFilterInstanceId()
public void setFilterInstanceId(String FilterInstanceId)
FilterInstanceId - Anti-DDoS instance ID filter. Anti-DDoS instance prefix wildcard search is supported. For example, you can filter Anti-DDoS Pro instances by `bgp-*`.public Long getFilterAlarmType()
public void setFilterAlarmType(Long FilterAlarmType)
FilterAlarmType - Alarm threshold type filter. Valid values:
`1`: alarm threshold for inbound traffic
`2`: alarm threshold for cleansing attack traffic
]public String getFilterIp()
public void setFilterIp(String FilterIp)
FilterIp - IP filterCopyright © 2022. All rights reserved.