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