public class RemoveVMFromServiceMeshRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
ecsId
The ID of the ECS instance.
|
String |
serviceMeshId
The ASM instance ID.
|
| 构造器和说明 |
|---|
RemoveVMFromServiceMeshRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RemoveVMFromServiceMeshRequest |
build(Map<String,?> map) |
String |
getEcsId() |
String |
getServiceMeshId() |
RemoveVMFromServiceMeshRequest |
setEcsId(String ecsId) |
RemoveVMFromServiceMeshRequest |
setServiceMeshId(String serviceMeshId) |
@NameInMap(value="EcsId") public String ecsId
The ID of the ECS instance.
@NameInMap(value="ServiceMeshId") public String serviceMeshId
The ASM instance ID.
public static RemoveVMFromServiceMeshRequest build(Map<String,?> map) throws Exception
Exceptionpublic RemoveVMFromServiceMeshRequest setEcsId(String ecsId)
public String getEcsId()
public RemoveVMFromServiceMeshRequest setServiceMeshId(String serviceMeshId)
public String getServiceMeshId()
Copyright © 2023. All rights reserved.