public class CreateASMGatewayRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
body
The YAML content that is used to create the ASM gateway.
|
String |
istioGatewayName
The name of the ASM gateway.
|
String |
serviceMeshId
The ASM instance ID.
|
| 构造器和说明 |
|---|
CreateASMGatewayRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateASMGatewayRequest |
build(Map<String,?> map) |
String |
getBody() |
String |
getIstioGatewayName() |
String |
getServiceMeshId() |
CreateASMGatewayRequest |
setBody(String body) |
CreateASMGatewayRequest |
setIstioGatewayName(String istioGatewayName) |
CreateASMGatewayRequest |
setServiceMeshId(String serviceMeshId) |
@NameInMap(value="Body") public String body
The YAML content that is used to create the ASM gateway.
@NameInMap(value="IstioGatewayName") public String istioGatewayName
The name of the ASM gateway.
@NameInMap(value="ServiceMeshId") public String serviceMeshId
The ASM instance ID.
public static CreateASMGatewayRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateASMGatewayRequest setBody(String body)
public String getBody()
public CreateASMGatewayRequest setIstioGatewayName(String istioGatewayName)
public String getIstioGatewayName()
public CreateASMGatewayRequest setServiceMeshId(String serviceMeshId)
public String getServiceMeshId()
Copyright © 2023. All rights reserved.