public class DescribeProxyGroupListRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeProxyGroupListRequest() | 
| DescribeProxyGroupListRequest(DescribeProxyGroupListRequest 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 | 
|---|---|
| Filter[] | getFilters()Get Filter condition   
Each request can have a maximum of 5 filter conditions for `Filter.Values`. | 
| 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 condition   
Each request can have a maximum of 5 filter conditions for `Filter.Values`. | 
| 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 DescribeProxyGroupListRequest()
public DescribeProxyGroupListRequest(DescribeProxyGroupListRequest source)
public 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 Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filter condition   
Each request can have a maximum of 5 filter conditions for `Filter.Values`.
`RealServerRegion` - String - Required: No - Filter by origin server region. You can also check the value of `RegionId` returned by the `DescribeDestRegions` API.
`PackageType` - String - Required: No - Filter by type of connection groups, which can be `Thunder` (general connection group) or `Accelerator` (silver connection group).public 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.Copyright © 2022. All rights reserved.