public class DescribeEKSClustersRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeEKSClustersRequest() |
DescribeEKSClustersRequest(DescribeEKSClustersRequest 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 集群ID列表(为空时,
表示获取账号下所有集群)
|
Filter[] |
getFilters()
Get 过滤条件,当前只支持按照单个条件ClusterName进行过滤
|
Long |
getLimit()
Get 最大输出条数,默认20
|
Long |
getOffset()
Get 偏移量,默认0
|
void |
setClusterIds(String[] ClusterIds)
Set 集群ID列表(为空时,
表示获取账号下所有集群)
|
void |
setFilters(Filter[] Filters)
Set 过滤条件,当前只支持按照单个条件ClusterName进行过滤
|
void |
setLimit(Long Limit)
Set 最大输出条数,默认20
|
void |
setOffset(Long Offset)
Set 偏移量,默认0
|
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, toJsonString
public DescribeEKSClustersRequest()
public DescribeEKSClustersRequest(DescribeEKSClustersRequest source)
public String[] getClusterIds()
public void setClusterIds(String[] ClusterIds)
ClusterIds
- 集群ID列表(为空时,
表示获取账号下所有集群)public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 最大输出条数,默认20public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件,当前只支持按照单个条件ClusterName进行过滤Copyright © 2024. All rights reserved.