public class DeleteResourceInstancesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
allFailed
Specifies whether to delete all the instances that fail to be created.
|
String |
instanceList
The instances.
|
| 构造器和说明 |
|---|
DeleteResourceInstancesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteResourceInstancesRequest |
build(Map<String,?> map) |
Boolean |
getAllFailed() |
String |
getInstanceList() |
DeleteResourceInstancesRequest |
setAllFailed(Boolean allFailed) |
DeleteResourceInstancesRequest |
setInstanceList(String instanceList) |
@NameInMap(value="AllFailed") public Boolean allFailed
Specifies whether to delete all the instances that fail to be created. Valid values:
true
@NameInMap(value="InstanceList") public String instanceList
The instances. Separate multiple instances with commas (,), such as instanceId1,instanceId2. For more information about how to query the instances, see ListResourceInstances.
eas-i-xxxxxxx,eas-i-xxxxxxx
public static DeleteResourceInstancesRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteResourceInstancesRequest setAllFailed(Boolean allFailed)
public Boolean getAllFailed()
public DeleteResourceInstancesRequest setInstanceList(String instanceList)
public String getInstanceList()
Copyright © 2024. All rights reserved.