Class DescribeEKSClustersRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.DescribeEKSClustersRequest
-
public class DescribeEKSClustersRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getClusterIds()Get 集群ID列表(为空时, 表示获取账号下所有集群)Filter[]getFilters()Get 过滤条件,当前只支持按照单个条件ClusterName进行过滤LonggetLimit()Get 最大输出条数,默认20LonggetOffset()Get 偏移量,默认0voidsetClusterIds(String[] ClusterIds)Set 集群ID列表(为空时, 表示获取账号下所有集群)voidsetFilters(Filter[] Filters)Set 过滤条件,当前只支持按照单个条件ClusterName进行过滤voidsetLimit(Long Limit)Set 最大输出条数,默认20voidsetOffset(Long Offset)Set 偏移量,默认0voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeEKSClustersRequest
public DescribeEKSClustersRequest()
-
DescribeEKSClustersRequest
public 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.
-
-
Method Detail
-
getClusterIds
public String[] getClusterIds()
Get 集群ID列表(为空时, 表示获取账号下所有集群)- Returns:
- ClusterIds 集群ID列表(为空时, 表示获取账号下所有集群)
-
setClusterIds
public void setClusterIds(String[] ClusterIds)
Set 集群ID列表(为空时, 表示获取账号下所有集群)- Parameters:
ClusterIds- 集群ID列表(为空时, 表示获取账号下所有集群)
-
getOffset
public Long getOffset()
Get 偏移量,默认0- Returns:
- Offset 偏移量,默认0
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,默认0- Parameters:
Offset- 偏移量,默认0
-
getLimit
public Long getLimit()
Get 最大输出条数,默认20- Returns:
- Limit 最大输出条数,默认20
-
setLimit
public void setLimit(Long Limit)
Set 最大输出条数,默认20- Parameters:
Limit- 最大输出条数,默认20
-
getFilters
public Filter[] getFilters()
Get 过滤条件,当前只支持按照单个条件ClusterName进行过滤- Returns:
- Filters 过滤条件,当前只支持按照单个条件ClusterName进行过滤
-
setFilters
public void setFilters(Filter[] Filters)
Set 过滤条件,当前只支持按照单个条件ClusterName进行过滤- Parameters:
Filters- 过滤条件,当前只支持按照单个条件ClusterName进行过滤
-
-