public static class DescribeVpnRouteEntriesResponseBody.DescribeVpnRouteEntriesResponseBodyVpnRouteEntriesVpnRouteEntry
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
asPath
The AS path of the route entry.
|
String |
community
The community attributes of the route entry.
|
Long |
createTime
The timestamp when the route entry was created.
|
String |
nextHop
The next hop of the route entry.
|
String |
nextHopTunnelId
The ID of the tunnel associated with the next hop.
|
String |
routeDest
The destination CIDR block of the route entry.
|
String |
routeEntryType
The type of the route entry.
|
String |
source
The source CIDR block of the route entry.
|
String |
state
The status of the route entry.
|
String |
vpnInstanceId
The ID of the VPN gateway.
|
Integer |
weight
The weight of the route entry.
|
构造器和说明 |
---|
DescribeVpnRouteEntriesResponseBodyVpnRouteEntriesVpnRouteEntry() |
@NameInMap(value="AsPath") public String asPath
The AS path of the route entry.
example:65501,65001,60011
@NameInMap(value="Community") public String community
The community attributes of the route entry.
example:65001:1000,65501:2000
@NameInMap(value="CreateTime") public Long createTime
The timestamp when the route entry was created.
example:1563874074000
@NameInMap(value="NextHop") public String nextHop
The next hop of the route entry.
example:vco-bp1tui07ob10fmuro****
@NameInMap(value="NextHopTunnelId") public String nextHopTunnelId
The ID of the tunnel associated with the next hop.
example:This parameter is returned only if the VPN gateway supports the dual-tunnel mode.
tun-36cfgpwjn58axj****
@NameInMap(value="RouteDest") public String routeDest
The destination CIDR block of the route entry.
example:10.0.0.0/24
@NameInMap(value="RouteEntryType") public String routeEntryType
The type of the route entry. Valid values:
System
@NameInMap(value="Source") public String source
The source CIDR block of the route entry.
example:192.168.10.0/24
@NameInMap(value="State") public String state
The status of the route entry. Valid values:
normal
@NameInMap(value="VpnInstanceId") public String vpnInstanceId
The ID of the VPN gateway.
example:vpn-bp1cmw7jh1nfe43m9****
@NameInMap(value="Weight") public Integer weight
The weight of the route entry. Valid values: 0 and 100.
100
public DescribeVpnRouteEntriesResponseBodyVpnRouteEntriesVpnRouteEntry()
public static DescribeVpnRouteEntriesResponseBody.DescribeVpnRouteEntriesResponseBodyVpnRouteEntriesVpnRouteEntry build(Map<String,?> map) throws Exception
Exception
public DescribeVpnRouteEntriesResponseBody.DescribeVpnRouteEntriesResponseBodyVpnRouteEntriesVpnRouteEntry setAsPath(String asPath)
public String getAsPath()
public DescribeVpnRouteEntriesResponseBody.DescribeVpnRouteEntriesResponseBodyVpnRouteEntriesVpnRouteEntry setCommunity(String community)
public String getCommunity()
public DescribeVpnRouteEntriesResponseBody.DescribeVpnRouteEntriesResponseBodyVpnRouteEntriesVpnRouteEntry setCreateTime(Long createTime)
public Long getCreateTime()
public DescribeVpnRouteEntriesResponseBody.DescribeVpnRouteEntriesResponseBodyVpnRouteEntriesVpnRouteEntry setNextHop(String nextHop)
public String getNextHop()
public DescribeVpnRouteEntriesResponseBody.DescribeVpnRouteEntriesResponseBodyVpnRouteEntriesVpnRouteEntry setNextHopTunnelId(String nextHopTunnelId)
public String getNextHopTunnelId()
public DescribeVpnRouteEntriesResponseBody.DescribeVpnRouteEntriesResponseBodyVpnRouteEntriesVpnRouteEntry setRouteDest(String routeDest)
public String getRouteDest()
public DescribeVpnRouteEntriesResponseBody.DescribeVpnRouteEntriesResponseBodyVpnRouteEntriesVpnRouteEntry setRouteEntryType(String routeEntryType)
public String getRouteEntryType()
public DescribeVpnRouteEntriesResponseBody.DescribeVpnRouteEntriesResponseBodyVpnRouteEntriesVpnRouteEntry setSource(String source)
public String getSource()
public DescribeVpnRouteEntriesResponseBody.DescribeVpnRouteEntriesResponseBodyVpnRouteEntriesVpnRouteEntry setState(String state)
public String getState()
public DescribeVpnRouteEntriesResponseBody.DescribeVpnRouteEntriesResponseBodyVpnRouteEntriesVpnRouteEntry setVpnInstanceId(String vpnInstanceId)
public String getVpnInstanceId()
public DescribeVpnRouteEntriesResponseBody.DescribeVpnRouteEntriesResponseBodyVpnRouteEntriesVpnRouteEntry setWeight(Integer weight)
public Integer getWeight()
Copyright © 2024. All rights reserved.