public class DeleteClusterNodePoolRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteClusterNodePoolRequest() | 
| DeleteClusterNodePoolRequest(DeleteClusterNodePoolRequest 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 节点池对应的 ClusterId | 
| Boolean | getKeepInstance()Get 删除节点池时是否保留节点池内节点(节点仍然会被移出集群,但对应的实例不会被销毁) | 
| String[] | getNodePoolIds()Get 需要删除的节点池 Id 列表 | 
| void | setClusterId(String ClusterId)Set 节点池对应的 ClusterId | 
| void | setKeepInstance(Boolean KeepInstance)Set 删除节点池时是否保留节点池内节点(节点仍然会被移出集群,但对应的实例不会被销毁) | 
| void | setNodePoolIds(String[] NodePoolIds)Set 需要删除的节点池 Id 列表 | 
| 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 DeleteClusterNodePoolRequest()
public DeleteClusterNodePoolRequest(DeleteClusterNodePoolRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 节点池对应的 ClusterIdpublic String[] getNodePoolIds()
public void setNodePoolIds(String[] NodePoolIds)
NodePoolIds - 需要删除的节点池 Id 列表public Boolean getKeepInstance()
public void setKeepInstance(Boolean KeepInstance)
KeepInstance - 删除节点池时是否保留节点池内节点(节点仍然会被移出集群,但对应的实例不会被销毁)Copyright © 2025. All rights reserved.