public class TerminateInstancesRequest extends AbstractModel
Constructor and Description |
---|
TerminateInstancesRequest() |
TerminateInstancesRequest(TerminateInstancesRequest 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[] |
getInstanceIds()
Get Instance ID(s).
|
Boolean |
getReleasePrepaidDataDisks()
Get Release the monthly subscribed data disks attached to the instance
|
void |
setInstanceIds(String[] InstanceIds)
Set Instance ID(s).
|
void |
setReleasePrepaidDataDisks(Boolean ReleasePrepaidDataDisks)
Set Release the monthly subscribed data disks attached to the instance
|
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 TerminateInstancesRequest()
public TerminateInstancesRequest(TerminateInstancesRequest source)
public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- Instance ID(s). To obtain the instance IDs, you can call [`DescribeInstances`](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and look for `InstanceId` in the response. The maximum number of instances in each request is 100.public Boolean getReleasePrepaidDataDisks()
public void setReleasePrepaidDataDisks(Boolean ReleasePrepaidDataDisks)
ReleasePrepaidDataDisks
- Release the monthly subscribed data disks attached to the instanceCopyright © 2023. All rights reserved.