public class ListGatewayRouteTableEntriesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
destinationCidrBlock
The destination CIDR block of the route entry in the gateway route table.
|
String |
gatewayRouteTableId
The ID of the gateway route table that you want to query.
|
Integer |
maxResults
The number of entries to return on each page.
|
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 gateway route table.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
ListGatewayRouteTableEntriesRequest() |
@NameInMap(value="DestinationCidrBlock") public String destinationCidrBlock
The destination CIDR block of the route entry in the gateway route table.
example:192.168.0.5
@NameInMap(value="GatewayRouteTableId") public String gatewayRouteTableId
The ID of the gateway route table that you want to query.
This parameter is required.
example:vtb-5ts0ohchwkp3dydt2****
@NameInMap(value="MaxResults") public Integer maxResults
The number of entries to return on each page. Valid values: 1 to 100. Default value: 10.
example:10
@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 gateway route table.
You can call the DescribeRegions operation to query the most recent list of regions.
This parameter is required.
example:ap-southeast-6
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static ListGatewayRouteTableEntriesRequest build(Map<String,?> map) throws Exception
Exception
public ListGatewayRouteTableEntriesRequest setDestinationCidrBlock(String destinationCidrBlock)
public String getDestinationCidrBlock()
public ListGatewayRouteTableEntriesRequest setGatewayRouteTableId(String gatewayRouteTableId)
public String getGatewayRouteTableId()
public ListGatewayRouteTableEntriesRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListGatewayRouteTableEntriesRequest setNextToken(String nextToken)
public String getNextToken()
public ListGatewayRouteTableEntriesRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ListGatewayRouteTableEntriesRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ListGatewayRouteTableEntriesRequest setRegionId(String regionId)
public String getRegionId()
public ListGatewayRouteTableEntriesRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ListGatewayRouteTableEntriesRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.