public class DeleteClusterVirtualNodePoolRequest extends AbstractModel
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 Cluster ID
|
Boolean |
getForce()
Get Whether to forcibly delete the nodes with pods.
|
String[] |
getNodePoolIds()
Get List of virtual node pool IDs
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setForce(Boolean Force)
Set Whether to forcibly delete the nodes with pods.
|
void |
setNodePoolIds(String[] NodePoolIds)
Set List of virtual node pool IDs
|
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 DeleteClusterVirtualNodePoolRequest()
public DeleteClusterVirtualNodePoolRequest(DeleteClusterVirtualNodePoolRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic String[] getNodePoolIds()
public void setNodePoolIds(String[] NodePoolIds)
NodePoolIds
- List of virtual node pool IDspublic Boolean getForce()
public void setForce(Boolean Force)
Force
- Whether to forcibly delete the nodes with pods. Values: `true`, `false`.Copyright © 2023. All rights reserved.