public class DescribeRouteTableListResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
pageNumber
The ID of the route table.
|
Integer |
pageSize
The type of the cloud resource with which the route table is associated.
|
String |
requestId
The ID of the vRouter to which the route table belongs.
|
DescribeRouteTableListResponseBody.DescribeRouteTableListResponseBodyRouterTableList |
routerTableList
The description of the route table.
|
Integer |
totalCount
The ID of the Alibaba Cloud account to which the route table belongs.
|
构造器和说明 |
---|
DescribeRouteTableListResponseBody() |
@NameInMap(value="PageNumber") public Integer pageNumber
The ID of the route table.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The type of the cloud resource with which the route table is associated. Valid values:
10
@NameInMap(value="RequestId") public String requestId
The ID of the vRouter to which the route table belongs.
example:DC668356-BCB4-42FD-9BC3-FA2B2E04B634
@NameInMap(value="RouterTableList") public DescribeRouteTableListResponseBody.DescribeRouteTableListResponseBodyRouterTableList routerTableList
The description of the route table.
@NameInMap(value="TotalCount") public Integer totalCount
The ID of the Alibaba Cloud account to which the route table belongs.
example:1
public static DescribeRouteTableListResponseBody build(Map<String,?> map) throws Exception
Exception
public DescribeRouteTableListResponseBody setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeRouteTableListResponseBody setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeRouteTableListResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeRouteTableListResponseBody setRouterTableList(DescribeRouteTableListResponseBody.DescribeRouteTableListResponseBodyRouterTableList routerTableList)
public DescribeRouteTableListResponseBody.DescribeRouteTableListResponseBodyRouterTableList getRouterTableList()
public DescribeRouteTableListResponseBody setTotalCount(Integer totalCount)
public Integer getTotalCount()
Copyright © 2024. All rights reserved.