public static class DescribeRouteEntryListResponseBody.DescribeRouteEntryListResponseBodyRouteEntrysRouteEntryNextHopsNextHop
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
enabled
Indicates whether the route is available.
|
String |
nextHopId
The ID of the next hop.
|
String |
nextHopRegionId
The ID of the region where the next hop is deployed.
|
DescribeRouteEntryListResponseBody.DescribeRouteEntryListResponseBodyRouteEntrysRouteEntryNextHopsNextHopNextHopRelatedInfo |
nextHopRelatedInfo
The information about the next hop.
|
String |
nextHopType
The next hop type.
|
Integer |
weight
The weight of the route.
|
构造器和说明 |
---|
DescribeRouteEntryListResponseBodyRouteEntrysRouteEntryNextHopsNextHop() |
@NameInMap(value="Enabled") public Integer enabled
Indicates whether the route is available. Valid values:
example:This parameter is returned when the next hop type is set to RouterInterface.
1
@NameInMap(value="NextHopId") public String nextHopId
The ID of the next hop.
example:vpn-bp10zyaph5cc8b7c7****
@NameInMap(value="NextHopRegionId") public String nextHopRegionId
The ID of the region where the next hop is deployed.
example:This parameter is returned when the next hop type is set to RouterInterface.
cn-hangzhou
@NameInMap(value="NextHopRelatedInfo") public DescribeRouteEntryListResponseBody.DescribeRouteEntryListResponseBodyRouteEntrysRouteEntryNextHopsNextHopNextHopRelatedInfo nextHopRelatedInfo
The information about the next hop.
@NameInMap(value="NextHopType") public String nextHopType
The next hop type. Valid values:
Instance
@NameInMap(value="Weight") public Integer weight
The weight of the route.
example:This parameter is returned when the next hop type is set to RouterInterface.
100
public DescribeRouteEntryListResponseBodyRouteEntrysRouteEntryNextHopsNextHop()
public static DescribeRouteEntryListResponseBody.DescribeRouteEntryListResponseBodyRouteEntrysRouteEntryNextHopsNextHop build(Map<String,?> map) throws Exception
Exception
public DescribeRouteEntryListResponseBody.DescribeRouteEntryListResponseBodyRouteEntrysRouteEntryNextHopsNextHop setEnabled(Integer enabled)
public Integer getEnabled()
public DescribeRouteEntryListResponseBody.DescribeRouteEntryListResponseBodyRouteEntrysRouteEntryNextHopsNextHop setNextHopId(String nextHopId)
public String getNextHopId()
public DescribeRouteEntryListResponseBody.DescribeRouteEntryListResponseBodyRouteEntrysRouteEntryNextHopsNextHop setNextHopRegionId(String nextHopRegionId)
public String getNextHopRegionId()
public DescribeRouteEntryListResponseBody.DescribeRouteEntryListResponseBodyRouteEntrysRouteEntryNextHopsNextHop setNextHopRelatedInfo(DescribeRouteEntryListResponseBody.DescribeRouteEntryListResponseBodyRouteEntrysRouteEntryNextHopsNextHopNextHopRelatedInfo nextHopRelatedInfo)
public DescribeRouteEntryListResponseBody.DescribeRouteEntryListResponseBodyRouteEntrysRouteEntryNextHopsNextHopNextHopRelatedInfo getNextHopRelatedInfo()
public DescribeRouteEntryListResponseBody.DescribeRouteEntryListResponseBodyRouteEntrysRouteEntryNextHopsNextHop setNextHopType(String nextHopType)
public String getNextHopType()
public DescribeRouteEntryListResponseBody.DescribeRouteEntryListResponseBodyRouteEntrysRouteEntryNextHopsNextHop setWeight(Integer weight)
public Integer getWeight()
Copyright © 2024. All rights reserved.