public class DeleteServiceMeshRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
force
Specifies whether to forcibly delete the ASM instance.
|
String |
retainResources
A JSON string that can be parsed into a string array.
|
String |
serviceMeshId
The ASM instance ID.
|
| 构造器和说明 |
|---|
DeleteServiceMeshRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteServiceMeshRequest |
build(Map<String,?> map) |
Boolean |
getForce() |
String |
getRetainResources() |
String |
getServiceMeshId() |
DeleteServiceMeshRequest |
setForce(Boolean force) |
DeleteServiceMeshRequest |
setRetainResources(String retainResources) |
DeleteServiceMeshRequest |
setServiceMeshId(String serviceMeshId) |
@NameInMap(value="Force") public Boolean force
Specifies whether to forcibly delete the ASM instance. Valid values:
* `true`: forcibly deletes the ASM instance.
* `false`: does not forcibly delete the ASM instance.
Default value: false.
@NameInMap(value="RetainResources") public String retainResources
A JSON string that can be parsed into a string array. You can use this JSON string to specify the IDs of the resource instances that need to be retained when the ASM instance is deleted.
@NameInMap(value="ServiceMeshId") public String serviceMeshId
The ASM instance ID.
public static DeleteServiceMeshRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteServiceMeshRequest setForce(Boolean force)
public Boolean getForce()
public DeleteServiceMeshRequest setRetainResources(String retainResources)
public String getRetainResources()
public DeleteServiceMeshRequest setServiceMeshId(String serviceMeshId)
public String getServiceMeshId()
Copyright © 2023. All rights reserved.