public static class ListGatewayRouteTableEntriesResponseBody.ListGatewayRouteTableEntriesResponseBodyGatewayRouteEntryModels
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
description
The name of the route entry.
|
String |
destinationCidrBlock
The destination CIDR block of the route.
|
String |
name
The name of the route entry.
|
String |
nextHopId
The ID of the next hop.
|
List<ListGatewayRouteTableEntriesResponseBody.ListGatewayRouteTableEntriesResponseBodyGatewayRouteEntryModelsNextHops> |
nextHops
The information about the next hop.
|
String |
nextHopType
The type of the next hop.
|
String |
status
The status of the route entry.
|
构造器和说明 |
---|
ListGatewayRouteTableEntriesResponseBodyGatewayRouteEntryModels() |
@NameInMap(value="Description") public String description
The name of the route entry.
example:test
@NameInMap(value="DestinationCidrBlock") public String destinationCidrBlock
The destination CIDR block of the route.
example:192.168.0.5
@NameInMap(value="Name") public String name
The name of the route entry.
The name must be 2 to 128 characters in length and can contain letter, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.
example:name
@NameInMap(value="NextHopId") public String nextHopId
The ID of the next hop.
example:i-bp11gcl0sm85t9bi****
@NameInMap(value="NextHopType") public String nextHopType
The type of the next hop. Valid values:
EcsInstance
@NameInMap(value="NextHops") public List<ListGatewayRouteTableEntriesResponseBody.ListGatewayRouteTableEntriesResponseBodyGatewayRouteEntryModelsNextHops> nextHops
The information about the next hop.
@NameInMap(value="Status") public String status
The status of the route entry. Valid values:
Available
public ListGatewayRouteTableEntriesResponseBodyGatewayRouteEntryModels()
public static ListGatewayRouteTableEntriesResponseBody.ListGatewayRouteTableEntriesResponseBodyGatewayRouteEntryModels build(Map<String,?> map) throws Exception
Exception
public ListGatewayRouteTableEntriesResponseBody.ListGatewayRouteTableEntriesResponseBodyGatewayRouteEntryModels setDescription(String description)
public String getDescription()
public ListGatewayRouteTableEntriesResponseBody.ListGatewayRouteTableEntriesResponseBodyGatewayRouteEntryModels setDestinationCidrBlock(String destinationCidrBlock)
public String getDestinationCidrBlock()
public ListGatewayRouteTableEntriesResponseBody.ListGatewayRouteTableEntriesResponseBodyGatewayRouteEntryModels setName(String name)
public String getName()
public ListGatewayRouteTableEntriesResponseBody.ListGatewayRouteTableEntriesResponseBodyGatewayRouteEntryModels setNextHopId(String nextHopId)
public String getNextHopId()
public ListGatewayRouteTableEntriesResponseBody.ListGatewayRouteTableEntriesResponseBodyGatewayRouteEntryModels setNextHopType(String nextHopType)
public String getNextHopType()
public ListGatewayRouteTableEntriesResponseBody.ListGatewayRouteTableEntriesResponseBodyGatewayRouteEntryModels setNextHops(List<ListGatewayRouteTableEntriesResponseBody.ListGatewayRouteTableEntriesResponseBodyGatewayRouteEntryModelsNextHops> nextHops)
public List<ListGatewayRouteTableEntriesResponseBody.ListGatewayRouteTableEntriesResponseBodyGatewayRouteEntryModelsNextHops> getNextHops()
public ListGatewayRouteTableEntriesResponseBody.ListGatewayRouteTableEntriesResponseBodyGatewayRouteEntryModels setStatus(String status)
public String getStatus()
Copyright © 2024. All rights reserved.