public class DescribeDomainsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDomainsRequest() |
DescribeDomainsRequest(DescribeDomainsRequest 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 |
---|---|
FiltersItemNew[] |
getFilters()
Get Filter array.
|
Long |
getLimit()
Get Number of returned domains
|
Long |
getOffset()
Get Paging offset, a multiple of limit.
|
void |
setFilters(FiltersItemNew[] Filters)
Set Filter array.
|
void |
setLimit(Long Limit)
Set Number of returned domains
|
void |
setOffset(Long Offset)
Set Paging offset, a multiple of limit.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeDomainsRequest()
public DescribeDomainsRequest(DescribeDomainsRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- Paging offset, a multiple of limit. The minimum value is 0, and the maximum value is Total/Limit rounded up.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of returned domainspublic FiltersItemNew[] getFilters()
public void setFilters(FiltersItemNew[] Filters)
Filters
- Filter array. The filter fields are as follows. Edition: instance version, which can be set to sparta-waf or clb-waf; Domain: domain name; DomainId: domain name ID; InstanceName: instance name; InstanceId: instance ID; FlowMode: traffic access mode, which supports only CLB WAF; FlowCheckMode: traffic inspection mode, which supports only CLB WAF; ClsStatus: log switch; Status: WAF switch; BotStatus: BOT switch; ApiStatus: API security switch; Engine: engine mode; UpstreamIP: origin server IP address, which supports only SaaS WAF; UpstreamDomain: origin server domain name, which supports only SaaS WAF; DomainState: domain name status, which supports only SaaS WAF; SgState: security group status, which supports only SaaS WAF; Label: group tag, which supports the filtering of only one tag at a time.Copyright © 2025. All rights reserved.