public class DescribeProxiesRequest extends AbstractModel
Constructor and Description |
---|
DescribeProxiesRequest() |
Modifier and Type | Method and Description |
---|---|
Filter[] |
getFilters()
Get Filter conditions.
|
Long |
getIndependent()
Get When this field is 1, only not-grouped connections are pulled.
|
String[] |
getInstanceIds()
Get Queries by one or multiple instance IDs.
|
Long |
getLimit()
Get Number of results to be returned.
|
Long |
getOffset()
Get Offset.
|
String[] |
getProxyIds()
Get Queries by one or multiple instance IDs.
|
TagPair[] |
getTagSet()
Get Tag list.
|
void |
setFilters(Filter[] Filters)
Set Filter conditions.
|
void |
setIndependent(Long Independent)
Set When this field is 1, only not-grouped connections are pulled.
|
void |
setInstanceIds(String[] InstanceIds)
Set Queries by one or multiple instance IDs.
|
void |
setLimit(Long Limit)
Set Number of results to be returned.
|
void |
setOffset(Long Offset)
Set Offset.
|
void |
setProxyIds(String[] ProxyIds)
Set Queries by one or multiple instance IDs.
|
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, toJsonString
public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- Queries by one or multiple instance IDs. The upper limit on the number of instances for each request is 100. This parameter does not support specifying InstanceIds and Filters at the same time. It's an old parameter, please switch to ProxyIds.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 results to be returned. The default value is 20, and the maximum value is 100.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filter conditions.
The upper limit on Filters for each request is 10, and the upper limit on Filter.Values is 5. This parameter does not support specifying InstanceIds and Filters at the same time.
ProjectId - String - Required: No - Filter by a project ID.
AccessRegion - String - Required: No - Filter by an access region.
RealServerRegion - String - Required: No - Filter by an origin server region.
GroupId - String - Required: No - Filter by a connection group ID.public String[] getProxyIds()
public void setProxyIds(String[] ProxyIds)
ProxyIds
- Queries by one or multiple instance IDs. The upper limit on the number of instances for each request is 100. This parameter does not support specifying InstanceIds and Filters at the same time. It's a new parameter, and replaces InstanceIds.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 connections tagged any of them will be pulled.public Long getIndependent()
public void setIndependent(Long Independent)
Independent
- When this field is 1, only not-grouped connections are pulled.
When this field is 0, only grouped connections are pulled.
When this field does not exist, all connections are pulled, including both not-grouped and grouped connections.Copyright © 2020. All rights reserved.