public class DescribeRealServersRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeRealServersRequest()  | 
DescribeRealServersRequest(DescribeRealServersRequest 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 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeRealServersRequest()
public DescribeRealServersRequest(DescribeRealServersRequest source)
public 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 © 2025. All rights reserved.