public class DescribeProxyGroupListRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeProxyGroupListRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| Filter[] | getFilters()Get Filter conditions. | 
| Long | getLimit()Get Number of returned results. | 
| Long | getOffset()Get Offset. | 
| Long | getProjectId()Get Project ID. | 
| TagPair[] | getTagSet()Get Tag list. | 
| void | setFilters(Filter[] Filters)Set Filter conditions. | 
| void | setLimit(Long Limit)Set Number of returned results. | 
| void | setOffset(Long Offset)Set Offset. | 
| void | setProjectId(Long ProjectId)Set Project ID. | 
| void | setTagSet(TagPair[] TagSet)Set Tag list. | 
| 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 Long getOffset()
public void setOffset(Long Offset)
Offset - Offset. The default value is 0.public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of returned results. The default value is 20. The maximum value is 100.public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId - Project ID. Value range:
-1: all projects of this user
0: default project
Other values: specified projectpublic TagPair[] getTagSet()
public void setTagSet(TagPair[] TagSet)
TagSet - Tag list. If this field exists, the list of the resources with the tag will be pulled.
It supports up to 5 tags. If there are two or more tags, the connection groups tagged any of them will be pulled.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filter conditions.   
The limit on Filter.Values of each request is 5.
RealServerRegion - String - Required: No - Filter by origin server region; Refer to the RegionId in the results returned by DescribeDestRegions API.Copyright © 2020. All rights reserved.