public class DeleteClusterNodePoolRequest extends AbstractModel
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 of a node pool
|
Boolean |
getKeepInstance()
Get Indicates whether nodes in a node pool are retained when the node pool is deleted.
|
String[] |
getNodePoolIds()
Get IDs of node pools to delete
|
void |
setClusterId(String ClusterId)
Set ClusterId of a node pool
|
void |
setKeepInstance(Boolean KeepInstance)
Set Indicates whether nodes in a node pool are retained when the node pool is deleted.
|
void |
setNodePoolIds(String[] NodePoolIds)
Set IDs of node pools to delete
|
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 DeleteClusterNodePoolRequest()
public DeleteClusterNodePoolRequest(DeleteClusterNodePoolRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- ClusterId of a node poolpublic String[] getNodePoolIds()
public void setNodePoolIds(String[] NodePoolIds)
NodePoolIds
- IDs of node pools to deletepublic Boolean getKeepInstance()
public void setKeepInstance(Boolean KeepInstance)
KeepInstance
- Indicates whether nodes in a node pool are retained when the node pool is deleted. (The nodes are removed from the cluster. However, the corresponding instances will not be terminated.)Copyright © 2023. All rights reserved.