public class IsolateInstancesRequest extends AbstractModel
Constructor and Description |
---|
IsolateInstancesRequest() |
IsolateInstancesRequest(IsolateInstancesRequest 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 IDs of target instances.
|
Boolean |
getIsolateDataDisk()
Get Whether to return data disks mounted on the instance together with the instance.
|
void |
setInstanceIds(String[] InstanceIds)
Set IDs of target instances.
|
void |
setIsolateDataDisk(Boolean IsolateDataDisk)
Set Whether to return data disks mounted on the instance together with 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 IsolateInstancesRequest()
public IsolateInstancesRequest(IsolateInstancesRequest source)
public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- IDs of target instances. You can get the IDs from the `InstanceId` parameter returned by the `DescribeInstances` API. Up to 20 instances can be specified at the same time.public Boolean getIsolateDataDisk()
public void setIsolateDataDisk(Boolean IsolateDataDisk)
IsolateDataDisk
- Whether to return data disks mounted on the instance together with the instance. Valid values:
`TRUE`: Return the mounted data disks at the same time
`FALSE`: Do not return the mounted data disks at the same time
Default value: `TRUE`.Copyright © 2023. All rights reserved.