public class DeleteClusterInstancesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DeleteClusterInstancesRequest()  | 
DeleteClusterInstancesRequest(DeleteClusterInstancesRequest 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 | 
getForceDelete()
Get Whether or not there is forced deletion (when a node is initialized, the parameters can be specified as TRUE) 
 | 
String | 
getInstanceDeleteMode()
Get Policy used to delete an instance in the cluster: `terminate` (terminates the instance. 
 | 
String[] | 
getInstanceIds()
Get List of Instance IDs 
 | 
void | 
setClusterId(String ClusterId)
Set Cluster ID 
 | 
void | 
setForceDelete(Boolean ForceDelete)
Set Whether or not there is forced deletion (when a node is initialized, the parameters can be specified as TRUE) 
 | 
void | 
setInstanceDeleteMode(String InstanceDeleteMode)
Set Policy used to delete an instance in the cluster: `terminate` (terminates the instance. 
 | 
void | 
setInstanceIds(String[] InstanceIds)
Set List of Instance IDs 
 | 
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 DeleteClusterInstancesRequest()
public DeleteClusterInstancesRequest(DeleteClusterInstancesRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDpublic String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds - List of Instance IDspublic String getInstanceDeleteMode()
public void setInstanceDeleteMode(String InstanceDeleteMode)
InstanceDeleteMode - Policy used to delete an instance in the cluster: `terminate` (terminates the instance. Only available for pay-as-you-go CVMs); `retain` (only removes it from the cluster. The instance will be retained.)public Boolean getForceDelete()
public void setForceDelete(Boolean ForceDelete)
ForceDelete - Whether or not there is forced deletion (when a node is initialized, the parameters can be specified as TRUE)Copyright © 2025. All rights reserved.