public static class DescribeVcoRouteEntriesResponseBody.DescribeVcoRouteEntriesResponseBodyVcoRouteEntries
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
asPath
The list of autonomous system (AS) numbers that the BGP route goes through.
|
String |
community
The community value carried by the BGP route.
|
Long |
createTime
The timestamp when the route was created.
|
String |
nextHop
The next hop of the route.
|
String |
routeDest
The destination CIDR block of the route.
|
String |
routeEntryType
The route type.
|
String |
source
The source of the BGP route.
|
String |
state
The status of the route.
|
String |
vpnConnectionId
The ID of the IPsec-VPN connection.
|
Integer |
weight
The weight of the destination-based route.
|
构造器和说明 |
---|
DescribeVcoRouteEntriesResponseBodyVcoRouteEntries() |
@NameInMap(value="AsPath") public String asPath
The list of autonomous system (AS) numbers that the BGP route goes through.
example:[12000]
@NameInMap(value="Community") public String community
The community value carried by the BGP route.
example:65535:65510
@NameInMap(value="CreateTime") public Long createTime
The timestamp when the route was created.
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.
example:1658217008000
@NameInMap(value="NextHop") public String nextHop
The next hop of the route.
example:vco-p0w2jpkhi2eeop6q6****
@NameInMap(value="RouteDest") public String routeDest
The destination CIDR block of the route.
example:192.168.10.0/24
@NameInMap(value="RouteEntryType") public String routeEntryType
The route type. Valid values:
custom
@NameInMap(value="Source") public String source
The source of the BGP route. Valid values:
CLOUD
@NameInMap(value="State") public String state
The status of the route.
published
@NameInMap(value="VpnConnectionId") public String vpnConnectionId
The ID of the IPsec-VPN connection.
example:vco-p0w2jpkhi2eeop6q6****
@NameInMap(value="Weight") public Integer weight
The weight of the destination-based route. Valid values:
100
public DescribeVcoRouteEntriesResponseBodyVcoRouteEntries()
public static DescribeVcoRouteEntriesResponseBody.DescribeVcoRouteEntriesResponseBodyVcoRouteEntries build(Map<String,?> map) throws Exception
Exception
public DescribeVcoRouteEntriesResponseBody.DescribeVcoRouteEntriesResponseBodyVcoRouteEntries setAsPath(String asPath)
public String getAsPath()
public DescribeVcoRouteEntriesResponseBody.DescribeVcoRouteEntriesResponseBodyVcoRouteEntries setCommunity(String community)
public String getCommunity()
public DescribeVcoRouteEntriesResponseBody.DescribeVcoRouteEntriesResponseBodyVcoRouteEntries setCreateTime(Long createTime)
public Long getCreateTime()
public DescribeVcoRouteEntriesResponseBody.DescribeVcoRouteEntriesResponseBodyVcoRouteEntries setNextHop(String nextHop)
public String getNextHop()
public DescribeVcoRouteEntriesResponseBody.DescribeVcoRouteEntriesResponseBodyVcoRouteEntries setRouteDest(String routeDest)
public String getRouteDest()
public DescribeVcoRouteEntriesResponseBody.DescribeVcoRouteEntriesResponseBodyVcoRouteEntries setRouteEntryType(String routeEntryType)
public String getRouteEntryType()
public DescribeVcoRouteEntriesResponseBody.DescribeVcoRouteEntriesResponseBodyVcoRouteEntries setSource(String source)
public String getSource()
public DescribeVcoRouteEntriesResponseBody.DescribeVcoRouteEntriesResponseBodyVcoRouteEntries setState(String state)
public String getState()
public DescribeVcoRouteEntriesResponseBody.DescribeVcoRouteEntriesResponseBodyVcoRouteEntries setVpnConnectionId(String vpnConnectionId)
public String getVpnConnectionId()
public DescribeVcoRouteEntriesResponseBody.DescribeVcoRouteEntriesResponseBodyVcoRouteEntries setWeight(Integer weight)
public Integer getWeight()
Copyright © 2024. All rights reserved.