public class DeleteIstioGatewayDomainsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
hosts
The domain names of the one or more hosts that are exposed by the ASM gateway.
|
String |
istioGatewayName
The name of the ASM gateway.
|
String |
limit
The maximum number of Istio gateways to query.
|
String |
namespace
The name of the namespace.
|
String |
portName
The port name.
|
String |
serviceMeshId
The ASM instance ID.
|
| 构造器和说明 |
|---|
DeleteIstioGatewayDomainsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteIstioGatewayDomainsRequest |
build(Map<String,?> map) |
String |
getHosts() |
String |
getIstioGatewayName() |
String |
getLimit() |
String |
getNamespace() |
String |
getPortName() |
String |
getServiceMeshId() |
DeleteIstioGatewayDomainsRequest |
setHosts(String hosts) |
DeleteIstioGatewayDomainsRequest |
setIstioGatewayName(String istioGatewayName) |
DeleteIstioGatewayDomainsRequest |
setLimit(String limit) |
DeleteIstioGatewayDomainsRequest |
setNamespace(String namespace) |
DeleteIstioGatewayDomainsRequest |
setPortName(String portName) |
DeleteIstioGatewayDomainsRequest |
setServiceMeshId(String serviceMeshId) |
@NameInMap(value="Hosts") public String hosts
The domain names of the one or more hosts that are exposed by the ASM gateway. Separate multiple domain names with commas (,).
@NameInMap(value="IstioGatewayName") public String istioGatewayName
The name of the ASM gateway.
@NameInMap(value="Limit") public String limit
The maximum number of Istio gateways to query.
@NameInMap(value="Namespace") public String namespace
The name of the namespace.
@NameInMap(value="PortName") public String portName
The port name.
@NameInMap(value="ServiceMeshId") public String serviceMeshId
The ASM instance ID.
public static DeleteIstioGatewayDomainsRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteIstioGatewayDomainsRequest setHosts(String hosts)
public String getHosts()
public DeleteIstioGatewayDomainsRequest setIstioGatewayName(String istioGatewayName)
public String getIstioGatewayName()
public DeleteIstioGatewayDomainsRequest setLimit(String limit)
public String getLimit()
public DeleteIstioGatewayDomainsRequest setNamespace(String namespace)
public String getNamespace()
public DeleteIstioGatewayDomainsRequest setPortName(String portName)
public String getPortName()
public DeleteIstioGatewayDomainsRequest setServiceMeshId(String serviceMeshId)
public String getServiceMeshId()
Copyright © 2023. All rights reserved.