public static class ListGatewayRouteTableEntriesResponseBody.ListGatewayRouteTableEntriesResponseBodyGatewayRouteEntryModelsNextHops
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
enabled
Indicates whether the route is available.
|
String |
nextHopId
The ID of the next hop.
|
String |
nextHopType
The type of the next hop.
|
String |
weight
The weight of the route.
|
构造器和说明 |
---|
ListGatewayRouteTableEntriesResponseBodyGatewayRouteEntryModelsNextHops() |
@NameInMap(value="Enabled") public String enabled
Indicates whether the route is available. Valid values:
1
@NameInMap(value="NextHopId") public String nextHopId
The ID of the next hop.
example:vpn-bp10zyaph5cc8b7c7****
@NameInMap(value="NextHopType") public String nextHopType
The type of the next hop. Valid values:
Instance
@NameInMap(value="Weight") public String weight
The weight of the route.
example:100
public ListGatewayRouteTableEntriesResponseBodyGatewayRouteEntryModelsNextHops()
public static ListGatewayRouteTableEntriesResponseBody.ListGatewayRouteTableEntriesResponseBodyGatewayRouteEntryModelsNextHops build(Map<String,?> map) throws Exception
Exception
public ListGatewayRouteTableEntriesResponseBody.ListGatewayRouteTableEntriesResponseBodyGatewayRouteEntryModelsNextHops setEnabled(String enabled)
public String getEnabled()
public ListGatewayRouteTableEntriesResponseBody.ListGatewayRouteTableEntriesResponseBodyGatewayRouteEntryModelsNextHops setNextHopId(String nextHopId)
public String getNextHopId()
public ListGatewayRouteTableEntriesResponseBody.ListGatewayRouteTableEntriesResponseBodyGatewayRouteEntryModelsNextHops setNextHopType(String nextHopType)
public String getNextHopType()
public ListGatewayRouteTableEntriesResponseBody.ListGatewayRouteTableEntriesResponseBodyGatewayRouteEntryModelsNextHops setWeight(String weight)
public String getWeight()
Copyright © 2024. All rights reserved.