public class UpdateASMGatewayImportedServicesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
ASMGatewayName
The name of the ASM gateway.
|
String |
serviceMeshId
The ASM instance ID.
|
String |
serviceNames
The names of the services.
|
String |
serviceNamespace
The namespace in which the service resides.
|
| 构造器和说明 |
|---|
UpdateASMGatewayImportedServicesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateASMGatewayImportedServicesRequest |
build(Map<String,?> map) |
String |
getASMGatewayName() |
String |
getServiceMeshId() |
String |
getServiceNames() |
String |
getServiceNamespace() |
UpdateASMGatewayImportedServicesRequest |
setASMGatewayName(String ASMGatewayName) |
UpdateASMGatewayImportedServicesRequest |
setServiceMeshId(String serviceMeshId) |
UpdateASMGatewayImportedServicesRequest |
setServiceNames(String serviceNames) |
UpdateASMGatewayImportedServicesRequest |
setServiceNamespace(String serviceNamespace) |
@NameInMap(value="ASMGatewayName") public String ASMGatewayName
The name of the ASM gateway.
@NameInMap(value="ServiceMeshId") public String serviceMeshId
The ASM instance ID.
@NameInMap(value="ServiceNames") public String serviceNames
The names of the services. Separate multiple service names with commas (,). Example: reviews,sleep.
@NameInMap(value="ServiceNamespace") public String serviceNamespace
The namespace in which the service resides.
public static UpdateASMGatewayImportedServicesRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateASMGatewayImportedServicesRequest setASMGatewayName(String ASMGatewayName)
public String getASMGatewayName()
public UpdateASMGatewayImportedServicesRequest setServiceMeshId(String serviceMeshId)
public String getServiceMeshId()
public UpdateASMGatewayImportedServicesRequest setServiceNames(String serviceNames)
public String getServiceNames()
public UpdateASMGatewayImportedServicesRequest setServiceNamespace(String serviceNamespace)
public String getServiceNamespace()
Copyright © 2023. All rights reserved.