public class DescribeResourceListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeResourceListRequest() |
DescribeResourceListRequest(DescribeResourceListRequest 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 |
getBusiness()
Get Anti-DDoS service type.
|
String |
getCName()
Get CNAME of Anti-DDoS Ultimate resource, which is optional and only valid for the Anti-DDoS Ultimate resource list;
|
String |
getDomain()
Get Domain name of Anti-DDoS Ultimate resource, which is optional and only valid for the Anti-DDoS Ultimate resource list;
|
Long |
getExpire()
Get Expiring resource search, which is optional.
|
String[] |
getIdList()
Get Resource ID search, which is optional.
|
String[] |
getIpList()
Get IP query list, which is optional.
|
Long |
getLimit()
Get Number of entries per page.
|
Long[] |
getLine()
Get Line search.
|
String |
getName()
Get Resource name search, which is optional.
|
OrderBy[] |
getOderBy()
Get Sort by field, which is optional
|
Long |
getOffset()
Get Page start offset, whose value is (page number - 1) * number of entries per page
|
String[] |
getRegionList()
Get Region code search, which is optional.
|
Long[] |
getStatus()
Get Resource status search list, which is optional.
|
void |
setBusiness(String Business)
Set Anti-DDoS service type.
|
void |
setCName(String CName)
Set CNAME of Anti-DDoS Ultimate resource, which is optional and only valid for the Anti-DDoS Ultimate resource list;
|
void |
setDomain(String Domain)
Set Domain name of Anti-DDoS Ultimate resource, which is optional and only valid for the Anti-DDoS Ultimate resource list;
|
void |
setExpire(Long Expire)
Set Expiring resource search, which is optional.
|
void |
setIdList(String[] IdList)
Set Resource ID search, which is optional.
|
void |
setIpList(String[] IpList)
Set IP query list, which is optional.
|
void |
setLimit(Long Limit)
Set Number of entries per page.
|
void |
setLine(Long[] Line)
Set Line search.
|
void |
setName(String Name)
Set Resource name search, which is optional.
|
void |
setOderBy(OrderBy[] OderBy)
Set Sort by field, which is optional
|
void |
setOffset(Long Offset)
Set Page start offset, whose value is (page number - 1) * number of entries per page
|
void |
setRegionList(String[] RegionList)
Set Region code search, which is optional.
|
void |
setStatus(Long[] Status)
Set Resource status search list, which is optional.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeResourceListRequest()
public DescribeResourceListRequest(DescribeResourceListRequest source)
public String getBusiness()
public void setBusiness(String Business)
Business
- Anti-DDoS service type. `bgp`: Anti-DDoS Pro (single IP), `bgp-multip`: Anti-DDoS Pro (multi-IP), `bgpip`: Anti-DDoS Advanced, `net`: Anti-DDoS Ultimate)public String[] getRegionList()
public void setRegionList(String[] RegionList)
RegionList
- Region code search, which is optional. If no regions are to be specified, enter an empty array. If a region is to be specified, enter a region code, such as ["gz", "sh"]public Long[] getLine()
public void setLine(Long[] Line)
Line
- Line search. This field can be optionally entered only when getting the list of Anti-DDoS Advanced resources. Valid values: [1 (BGP line), 2 (Nanjing Telecom), 3 (Nanjing Unicom), 99 (third-party partner line)]. Please enter an empty array when getting other products;public String[] getIdList()
public void setIdList(String[] IdList)
IdList
- Resource ID search, which is optional. If this field is not an empty array, it means to get the resource list of a specified resource;public String getName()
public void setName(String Name)
Name
- Resource name search, which is optional. If this field is not an empty string, it means to search for resources by name;public String[] getIpList()
public void setIpList(String[] IpList)
IpList
- IP query list, which is optional. Resources will be queried by IP if the list is not empty.public Long[] getStatus()
public void setStatus(Long[] Status)
Status
- Resource status search list, which is optional. Valid values: [0 (running), 1 (cleansing), 2 (blocking)]. No status search will be performed if an empty array is entered;public Long getExpire()
public void setExpire(Long Expire)
Expire
- Expiring resource search, which is optional. Valid values: [0 (no search), 1 (search for expiring resources)]public OrderBy[] getOderBy()
public void setOderBy(OrderBy[] OderBy)
OderBy
- Sort by field, which is optionalpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of entries per page. A value of 0 means no paginationpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- Page start offset, whose value is (page number - 1) * number of entries per pagepublic String getCName()
public void setCName(String CName)
CName
- CNAME of Anti-DDoS Ultimate resource, which is optional and only valid for the Anti-DDoS Ultimate resource list;public String getDomain()
public void setDomain(String Domain)
Domain
- Domain name of Anti-DDoS Ultimate resource, which is optional and only valid for the Anti-DDoS Ultimate resource list;Copyright © 2024. All rights reserved.