public class DescribeClustersRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeClustersRequest()  | 
DescribeClustersRequest(DescribeClustersRequest 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 | 
|---|---|
String[] | 
getClusterIds()
Get List of IDs of clusters to be queried 
 | 
Filter[] | 
getFilters()
Get Query filter 
 | 
Long | 
getIpv6Enable()
Get Whether to enable IPv6 address access 
 | 
Long | 
getLimit()
Get Number of returned results in query list. 
 | 
Long | 
getOffset()
Get Query list offset 
 | 
void | 
setClusterIds(String[] ClusterIds)
Set List of IDs of clusters to be queried 
 | 
void | 
setFilters(Filter[] Filters)
Set Query filter 
 | 
void | 
setIpv6Enable(Long Ipv6Enable)
Set Whether to enable IPv6 address access 
 | 
void | 
setLimit(Long Limit)
Set Number of returned results in query list. 
 | 
void | 
setOffset(Long Offset)
Set Query list offset 
 | 
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 DescribeClustersRequest()
public DescribeClustersRequest(DescribeClustersRequest source)
public String[] getClusterIds()
public void setClusterIds(String[] ClusterIds)
ClusterIds - List of IDs of clusters to be queriedpublic Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Query filterpublic Long getOffset()
public void setOffset(Long Offset)
Offset - Query list offsetpublic Long getLimit()
public void setLimit(Long Limit)
Limit - Number of returned results in query list. Default value: 20public Long getIpv6Enable()
public void setIpv6Enable(Long Ipv6Enable)
Ipv6Enable - Whether to enable IPv6 address accessCopyright © 2025. All rights reserved.