public class DeleteClusterVirtualNodeRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DeleteClusterVirtualNodeRequest()  | 
DeleteClusterVirtualNodeRequest(DeleteClusterVirtualNodeRequest 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 running pods in the virtual node. 
 | 
String[] | 
getNodeNames()
Get List of virtual nodes 
 | 
void | 
setClusterId(String ClusterId)
Set Cluster ID 
 | 
void | 
setForce(Boolean Force)
Set Whether to forcibly delete running pods in the virtual node. 
 | 
void | 
setNodeNames(String[] NodeNames)
Set List of virtual nodes 
 | 
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 DeleteClusterVirtualNodeRequest()
public DeleteClusterVirtualNodeRequest(DeleteClusterVirtualNodeRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDpublic String[] getNodeNames()
public void setNodeNames(String[] NodeNames)
NodeNames - List of virtual nodespublic Boolean getForce()
public void setForce(Boolean Force)
Force - Whether to forcibly delete running pods in the virtual node. Values: `true`, `false`.Copyright © 2025. All rights reserved.