public class DescribeTKEEdgeClustersRequest extends AbstractModel
Constructor and Description |
---|
DescribeTKEEdgeClustersRequest() |
DescribeTKEEdgeClustersRequest(DescribeTKEEdgeClustersRequest 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 Cluster ID list (when it is empty,
all clusters under the account are obtained)
|
Filter[] |
getFilters()
Get Filter condition (only filtering by a single ClusterName is supported)
|
Long |
getLimit()
Get Maximum number of output entries.
|
Long |
getOffset()
Get Offset.
|
void |
setClusterIds(String[] ClusterIds)
Set Cluster ID list (when it is empty,
all clusters under the account are obtained)
|
void |
setFilters(Filter[] Filters)
Set Filter condition (only filtering by a single ClusterName is supported)
|
void |
setLimit(Long Limit)
Set Maximum number of output entries.
|
void |
setOffset(Long Offset)
Set Offset.
|
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, toJsonString
public DescribeTKEEdgeClustersRequest()
public DescribeTKEEdgeClustersRequest(DescribeTKEEdgeClustersRequest source)
public String[] getClusterIds()
public void setClusterIds(String[] ClusterIds)
ClusterIds
- Cluster ID list (when it is empty,
all clusters under the account are obtained)public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset. Default value: `0`public Long getLimit()
public void setLimit(Long Limit)
Limit
- Maximum number of output entries. Default value: `20`public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filter condition (only filtering by a single ClusterName is supported)Copyright © 2023. All rights reserved.