public class DescribeRouteTableListRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeRouteTableListRequest.DescribeRouteTableListRequestTag |
限定符和类型 | 字段和说明 |
---|---|
String |
ownerAccount |
Long |
ownerId |
Integer |
pageNumber
The value of tag N to add to the resource.
|
Integer |
pageSize
The type of the route table.
|
String |
regionId
The number of entries per page.
|
String |
resourceGroupId
The details of the route table.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
routerId
The region ID of the VPC to which the route table belongs.
|
String |
routerType
The ID of the resource group to which the route table to be queried belongs.
|
String |
routeTableId
The tags.
|
String |
routeTableName
The key of tag N to add to the resource.
|
String |
routeTableType
The time when the route table was created.
|
List<DescribeRouteTableListRequest.DescribeRouteTableListRequestTag> |
tag
The page number.
|
String |
vpcId
The tags of the resource.
|
构造器和说明 |
---|
DescribeRouteTableListRequest() |
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNumber") public Integer pageNumber
The value of tag N to add to the resource. You can specify up to 20 tag values. The tag value can be an empty string.
The tag value can be up to 128 characters in length. It cannot start with aliyun
or acs:
and cannot contain http://
or https://
.
1
@NameInMap(value="PageSize") public Integer pageSize
The type of the route table.
10
@NameInMap(value="RegionId") public String regionId
The number of entries per page.
This parameter is required.
example:ap-southeast-6
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The details of the route table.
example:rg-acfmxazb4ph****
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="RouteTableId") public String routeTableId
The tags.
example:vtb-bp145q7glnuzdvzu2****
@NameInMap(value="RouteTableName") public String routeTableName
The key of tag N to add to the resource. You can specify up to 20 tag keys. The tag key cannot be an empty string.
The tag key can be up to 128 characters in length. It cannot start with aliyun
or acs:
, and cannot contain http://
or https://
.
doctest
@NameInMap(value="RouteTableType") public String routeTableType
The time when the route table was created.
example:System
@NameInMap(value="RouterId") public String routerId
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:vrt-bp1lhl0taikrteen8****
@NameInMap(value="RouterType") public String routerType
The ID of the resource group to which the route table to be queried belongs.
example:VRouter
@NameInMap(value="Tag") public List<DescribeRouteTableListRequest.DescribeRouteTableListRequestTag> tag
The page number.
@NameInMap(value="VpcId") public String vpcId
The tags of the resource.
example:vpc-bp15zckdt37pq72****
public static DescribeRouteTableListRequest build(Map<String,?> map) throws Exception
Exception
public DescribeRouteTableListRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeRouteTableListRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeRouteTableListRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeRouteTableListRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeRouteTableListRequest setRegionId(String regionId)
public String getRegionId()
public DescribeRouteTableListRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeRouteTableListRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeRouteTableListRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeRouteTableListRequest setRouteTableId(String routeTableId)
public String getRouteTableId()
public DescribeRouteTableListRequest setRouteTableName(String routeTableName)
public String getRouteTableName()
public DescribeRouteTableListRequest setRouteTableType(String routeTableType)
public String getRouteTableType()
public DescribeRouteTableListRequest setRouterId(String routerId)
public String getRouterId()
public DescribeRouteTableListRequest setRouterType(String routerType)
public String getRouterType()
public DescribeRouteTableListRequest setTag(List<DescribeRouteTableListRequest.DescribeRouteTableListRequestTag> tag)
public List<DescribeRouteTableListRequest.DescribeRouteTableListRequestTag> getTag()
public DescribeRouteTableListRequest setVpcId(String vpcId)
public String getVpcId()
Copyright © 2024. All rights reserved.