public class DescribeRealServersRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeRealServersRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| Filter[] | getFilters()Get Filter conditions. | 
| Long | getLimit()Get Quantity of values to return. | 
| Long | getOffset()Get Offset, which is 0 by default. | 
| Long | getProjectId()Get Queries the project ID to which the origin server belongs. | 
| String | getSearchValue()Get Origin server IP or domain name to be queried. | 
| TagPair[] | getTagSet()Get Tag list. | 
| void | setFilters(Filter[] Filters)Set Filter conditions. | 
| void | setLimit(Long Limit)Set Quantity of values to return. | 
| void | setOffset(Long Offset)Set Offset, which is 0 by default. | 
| void | setProjectId(Long ProjectId)Set Queries the project ID to which the origin server belongs. | 
| void | setSearchValue(String SearchValue)Set Origin server IP or domain name to be queried. | 
| 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 getProjectId()
public void setProjectId(Long ProjectId)
ProjectId - Queries the project ID to which the origin server belongs. -1: all projects.public String getSearchValue()
public void setSearchValue(String SearchValue)
SearchValue - Origin server IP or domain name to be queried. The fuzzy match is supported.public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset, which is 0 by default.public Long getLimit()
public void setLimit(Long Limit)
Limit - Quantity of values to return. The default value is 20 and the maximum value is 50.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 origin servers tagged any of them will be pulled.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filter conditions. The value of the `name` of the `filter` (RealServerName, RealServerIP)Copyright © 2021. All rights reserved.