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