public static class DescribeIstioGatewayRoutesResponseBody.DescribeIstioGatewayRoutesResponseBodyManagementRoutes
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
ASMGatewayName
The name of the ASM gateway.
|
String |
description
The description of the routing rule.
|
List<String> |
destinationHost
Destination hosts list.
|
List<String> |
destinationSubSet
Destination subset list.
|
String |
namespace
The namespace.
|
Integer |
priority
The priority of the routing rule.
|
String |
routeName
The name of the routing rule.
|
String |
routePath
The path that is used to match request URLs.
|
Integer |
status
The status of the routing rule.
|
| 构造器和说明 |
|---|
DescribeIstioGatewayRoutesResponseBodyManagementRoutes() |
@NameInMap(value="ASMGatewayName") public String ASMGatewayName
The name of the ASM gateway.
@NameInMap(value="Description") public String description
The description of the routing rule.
@NameInMap(value="DestinationHost") public List<String> destinationHost
Destination hosts list.
@NameInMap(value="DestinationSubSet") public List<String> destinationSubSet
Destination subset list.
@NameInMap(value="Namespace") public String namespace
The namespace.
@NameInMap(value="Priority") public Integer priority
The priority of the routing rule. The value of this parameter is an integer. A smaller value indicates a higher priority.
@NameInMap(value="RouteName") public String routeName
The name of the routing rule.
@NameInMap(value="RoutePath") public String routePath
The path that is used to match request URLs.
@NameInMap(value="Status") public Integer status
The status of the routing rule. Valid values:
* `0`: The routing rule is valid.
* `1`: The routing rule is invalid.
* `2`: An error occurs during the creation or update of the routing rule.
public DescribeIstioGatewayRoutesResponseBodyManagementRoutes()
public static DescribeIstioGatewayRoutesResponseBody.DescribeIstioGatewayRoutesResponseBodyManagementRoutes build(Map<String,?> map) throws Exception
Exceptionpublic DescribeIstioGatewayRoutesResponseBody.DescribeIstioGatewayRoutesResponseBodyManagementRoutes setASMGatewayName(String ASMGatewayName)
public String getASMGatewayName()
public DescribeIstioGatewayRoutesResponseBody.DescribeIstioGatewayRoutesResponseBodyManagementRoutes setDescription(String description)
public String getDescription()
public DescribeIstioGatewayRoutesResponseBody.DescribeIstioGatewayRoutesResponseBodyManagementRoutes setDestinationHost(List<String> destinationHost)
public DescribeIstioGatewayRoutesResponseBody.DescribeIstioGatewayRoutesResponseBodyManagementRoutes setDestinationSubSet(List<String> destinationSubSet)
public DescribeIstioGatewayRoutesResponseBody.DescribeIstioGatewayRoutesResponseBodyManagementRoutes setNamespace(String namespace)
public String getNamespace()
public DescribeIstioGatewayRoutesResponseBody.DescribeIstioGatewayRoutesResponseBodyManagementRoutes setPriority(Integer priority)
public Integer getPriority()
public DescribeIstioGatewayRoutesResponseBody.DescribeIstioGatewayRoutesResponseBodyManagementRoutes setRouteName(String routeName)
public String getRouteName()
public DescribeIstioGatewayRoutesResponseBody.DescribeIstioGatewayRoutesResponseBodyManagementRoutes setRoutePath(String routePath)
public String getRoutePath()
public DescribeIstioGatewayRoutesResponseBody.DescribeIstioGatewayRoutesResponseBodyManagementRoutes setStatus(Integer status)
public Integer getStatus()
Copyright © 2023. All rights reserved.