public class DeleteClusterVirtualNodePoolRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteClusterVirtualNodePoolRequest() | 
| DeleteClusterVirtualNodePoolRequest(DeleteClusterVirtualNodePoolRequest 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,通过DescribeClusters接口获取 | 
| Boolean | getForce()Get 是否强制删除,在超级节点上有pod的情况下,如果选择非强制删除,则删除会失败 | 
| String[] | getNodePoolIds()Get 节点池ID,通过DescribeNodePools接口获取 | 
| void | setClusterId(String ClusterId)Set 集群ID,通过DescribeClusters接口获取 | 
| void | setForce(Boolean Force)Set 是否强制删除,在超级节点上有pod的情况下,如果选择非强制删除,则删除会失败 | 
| void | setNodePoolIds(String[] NodePoolIds)Set 节点池ID,通过DescribeNodePools接口获取 | 
| 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 DeleteClusterVirtualNodePoolRequest()
public DeleteClusterVirtualNodePoolRequest(DeleteClusterVirtualNodePoolRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 集群ID,通过DescribeClusters接口获取public String[] getNodePoolIds()
public void setNodePoolIds(String[] NodePoolIds)
NodePoolIds - 节点池ID,通过DescribeNodePools接口获取public Boolean getForce()
public void setForce(Boolean Force)
Force - 是否强制删除,在超级节点上有pod的情况下,如果选择非强制删除,则删除会失败Copyright © 2025. All rights reserved.