public class DescribeRouteEntryListRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<String> |
destCidrBlockList
The destination CIDR blocks of the routes.
|
String |
destinationCidrBlock
The destination CIDR block of the route.
|
String |
ipVersion
The IP version.
|
Integer |
maxResult
The number of entries per page.
|
String |
nextHopId
The ID of the next hop.
|
String |
nextHopType
The next hop type.
|
String |
nextToken
The pagination token that is used in the next request to retrieve a new page of results.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the route table.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
routeEntryId
The ID of the route that you want to query.
|
String |
routeEntryName
The name of the route entry.
|
String |
routeEntryType
The route type.
|
String |
routeTableId
The ID of the route table that you want to query.
|
String |
serviceType
Specifies whether to host the route.
|
构造器和说明 |
---|
DescribeRouteEntryListRequest() |
@NameInMap(value="DestCidrBlockList") public List<String> destCidrBlockList
The destination CIDR blocks of the routes.
@NameInMap(value="DestinationCidrBlock") public String destinationCidrBlock
The destination CIDR block of the route. IPv4 and IPv6 CIDR blocks are supported.
example:192.168.2.0/24
@NameInMap(value="IpVersion") public String ipVersion
The IP version. Valid values:
IPv4
@NameInMap(value="MaxResult") public Integer maxResult
The number of entries per page. Valid values: 1 to 100. Default value: 10.
example:10
@NameInMap(value="NextHopId") public String nextHopId
The ID of the next hop.
example:vpn-bp10zyaph5cc8b7c7****
@NameInMap(value="NextHopType") public String nextHopType
The next hop type. Valid values:
Instance
@NameInMap(value="NextToken") public String nextToken
The pagination token that is used in the next request to retrieve a new page of results. Valid values:
FFmyTO70tTpLG6I3FmYAXGKPd****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the route table.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="RouteEntryId") public String routeEntryId
The ID of the route that you want to query.
example:rte-bp1mnnr2al0naomnp****
@NameInMap(value="RouteEntryName") public String routeEntryName
The name of the route entry.
The name must be 1 to 128 characters in length and cannot start with http://
or https://
.
abc
@NameInMap(value="RouteEntryType") public String routeEntryType
The route type. Valid values:
System
@NameInMap(value="RouteTableId") public String routeTableId
The ID of the route table that you want to query.
This parameter is required.
example:vtb-bp1r9pvl4xen8s9ju****
@NameInMap(value="ServiceType") public String serviceType
Specifies whether to host the route. If the parameter is empty, the route is not hosted.
Set the value to TR, which specifies that the route is hosted by a transit router.
example:TR
public static DescribeRouteEntryListRequest build(Map<String,?> map) throws Exception
Exception
public DescribeRouteEntryListRequest setDestCidrBlockList(List<String> destCidrBlockList)
public DescribeRouteEntryListRequest setDestinationCidrBlock(String destinationCidrBlock)
public String getDestinationCidrBlock()
public DescribeRouteEntryListRequest setIpVersion(String ipVersion)
public String getIpVersion()
public DescribeRouteEntryListRequest setMaxResult(Integer maxResult)
public Integer getMaxResult()
public DescribeRouteEntryListRequest setNextHopId(String nextHopId)
public String getNextHopId()
public DescribeRouteEntryListRequest setNextHopType(String nextHopType)
public String getNextHopType()
public DescribeRouteEntryListRequest setNextToken(String nextToken)
public String getNextToken()
public DescribeRouteEntryListRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeRouteEntryListRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeRouteEntryListRequest setRegionId(String regionId)
public String getRegionId()
public DescribeRouteEntryListRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeRouteEntryListRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeRouteEntryListRequest setRouteEntryId(String routeEntryId)
public String getRouteEntryId()
public DescribeRouteEntryListRequest setRouteEntryName(String routeEntryName)
public String getRouteEntryName()
public DescribeRouteEntryListRequest setRouteEntryType(String routeEntryType)
public String getRouteEntryType()
public DescribeRouteEntryListRequest setRouteTableId(String routeTableId)
public String getRouteTableId()
public DescribeRouteEntryListRequest setServiceType(String serviceType)
public String getServiceType()
Copyright © 2024. All rights reserved.