Uses of Class
com.tencentcloudapi.tke.v20180525.models.NodePool
-
Packages that use NodePool Package Description com.tencentcloudapi.tke.v20180525.models -
-
Uses of NodePool in com.tencentcloudapi.tke.v20180525.models
Methods in com.tencentcloudapi.tke.v20180525.models that return NodePool Modifier and Type Method Description NodePoolDescribeClusterNodePoolDetailResponse. getNodePool()Get 节点池详情NodePool[]DescribeClusterNodePoolsResponse. getNodePoolSet()Get NodePools(节点池列表) 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tke.v20180525.models with parameters of type NodePool Modifier and Type Method Description voidDescribeClusterNodePoolDetailResponse. setNodePool(NodePool NodePool)Set 节点池详情voidDescribeClusterNodePoolsResponse. setNodePoolSet(NodePool[] NodePoolSet)Set NodePools(节点池列表) 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tke.v20180525.models with parameters of type NodePool Constructor Description NodePool(NodePool 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.
-