public class DescribeRouteTablesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
ownerAccount |
Long |
ownerId |
Integer |
pageNumber
The page number.
|
Integer |
pageSize
The number of entries per page.
|
String |
regionId
The region ID of the VPC to which the route table belongs.
|
String |
resourceGroupId
The ID of the resource group to which the route table to be queried belongs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
routerId
The ID of the router to which the route table belongs.
|
String |
routerType
The type of the router to which the route table belongs.
|
String |
routeTableId
The ID of the route table that you want to query.
|
String |
routeTableName
The name of the route table that you want to query.
|
String |
type
The route type.
|
String |
VRouterId
The ID of the vRouter.
|
构造器和说明 |
---|
DescribeRouteTablesRequest() |
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNumber") public Integer pageNumber
The page number. Default value: 1.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries per page. Maximum value: 50. Default value: 10.
example:10
@NameInMap(value="RegionId") public String regionId
The region ID of the VPC to which the route table belongs.
You can call the DescribeRegions operation to query the most recent region list.
example:cn-hangzhou
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the route table to be queried belongs.
example:rg-acfmxazccb4ph****
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="RouteTableId") public String routeTableId
The ID of the route table that you want to query.
example:rtb-bp12mw1f8k3jgygk9****
@NameInMap(value="RouteTableName") public String routeTableName
The name of the route table that you want to query.
The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-).
example:RouteTable-1
@NameInMap(value="RouterId") public String routerId
The ID of the router to which the route table belongs.
example:vtb-bp1krxxzp0c29fmon****
@NameInMap(value="RouterType") public String routerType
The type of the router to which the route table belongs. Valid values:
VRouter
@NameInMap(value="Type") public String type
The route type. Valid values:
custom
@NameInMap(value="VRouterId") public String VRouterId
The ID of the vRouter.
example:vtb-bp1krxxzp0c29fmon****
public static DescribeRouteTablesRequest build(Map<String,?> map) throws Exception
Exception
public DescribeRouteTablesRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeRouteTablesRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeRouteTablesRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeRouteTablesRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeRouteTablesRequest setRegionId(String regionId)
public String getRegionId()
public DescribeRouteTablesRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeRouteTablesRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeRouteTablesRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeRouteTablesRequest setRouteTableId(String routeTableId)
public String getRouteTableId()
public DescribeRouteTablesRequest setRouteTableName(String routeTableName)
public String getRouteTableName()
public DescribeRouteTablesRequest setRouterId(String routerId)
public String getRouterId()
public DescribeRouteTablesRequest setRouterType(String routerType)
public String getRouterType()
public DescribeRouteTablesRequest setType(String type)
public String getType()
public DescribeRouteTablesRequest setVRouterId(String VRouterId)
public String getVRouterId()
Copyright © 2024. All rights reserved.