public class DescribeNodePoolsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeNodePoolsRequest() | 
| DescribeNodePoolsRequest(DescribeNodePoolsRequest 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 | getClusterId()Get 集群 ID | 
| Filter[] | getFilters()Get 查询过滤条件:
·  NodePoolsName
    按照【节点池名】进行过滤。
    类型:String
    必选:否
·  NodePoolsId
    按照【节点池id】进行过滤。
    类型:String
    必选:否
·  tags
    按照【标签键值对】进行过滤。
    类型:String
    必选:否
·  tag:tag-key
    按照【标签键值对】进行过滤。
    类型:String
    必选:否 | 
| Long | getLimit()Get 最大输出条数,默认20,最大为100 | 
| Long | getOffset()Get 偏移量,默认0 | 
| void | setClusterId(String ClusterId)Set 集群 ID | 
| void | setFilters(Filter[] Filters)Set 查询过滤条件:
·  NodePoolsName
    按照【节点池名】进行过滤。
    类型:String
    必选:否
·  NodePoolsId
    按照【节点池id】进行过滤。
    类型:String
    必选:否
·  tags
    按照【标签键值对】进行过滤。
    类型:String
    必选:否
·  tag:tag-key
    按照【标签键值对】进行过滤。
    类型:String
    必选:否 | 
| void | setLimit(Long Limit)Set 最大输出条数,默认20,最大为100 | 
| 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, toJsonStringpublic DescribeNodePoolsRequest()
public DescribeNodePoolsRequest(DescribeNodePoolsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 集群 IDpublic Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - 查询过滤条件:
·  NodePoolsName
    按照【节点池名】进行过滤。
    类型:String
    必选:否
·  NodePoolsId
    按照【节点池id】进行过滤。
    类型:String
    必选:否
·  tags
    按照【标签键值对】进行过滤。
    类型:String
    必选:否
·  tag:tag-key
    按照【标签键值对】进行过滤。
    类型:String
    必选:否public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,默认0public Long getLimit()
public void setLimit(Long Limit)
Limit - 最大输出条数,默认20,最大为100Copyright © 2025. All rights reserved.