public class DescribeIstioGatewayDomainsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
istioGatewayName
The name of the ASM gateway.
|
String |
limit
The maximum number of Istio gateways to query.
|
String |
namespace
The namespace in which the ASM gateway resides.
|
String |
serviceMeshId
The ASM instance ID.
|
| 构造器和说明 |
|---|
DescribeIstioGatewayDomainsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeIstioGatewayDomainsRequest |
build(Map<String,?> map) |
String |
getIstioGatewayName() |
String |
getLimit() |
String |
getNamespace() |
String |
getServiceMeshId() |
DescribeIstioGatewayDomainsRequest |
setIstioGatewayName(String istioGatewayName) |
DescribeIstioGatewayDomainsRequest |
setLimit(String limit) |
DescribeIstioGatewayDomainsRequest |
setNamespace(String namespace) |
DescribeIstioGatewayDomainsRequest |
setServiceMeshId(String serviceMeshId) |
@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 namespace in which the ASM gateway resides.
@NameInMap(value="ServiceMeshId") public String serviceMeshId
The ASM instance ID.
public static DescribeIstioGatewayDomainsRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeIstioGatewayDomainsRequest setIstioGatewayName(String istioGatewayName)
public String getIstioGatewayName()
public DescribeIstioGatewayDomainsRequest setLimit(String limit)
public String getLimit()
public DescribeIstioGatewayDomainsRequest setNamespace(String namespace)
public String getNamespace()
public DescribeIstioGatewayDomainsRequest setServiceMeshId(String serviceMeshId)
public String getServiceMeshId()
Copyright © 2023. All rights reserved.