public class GetVpcRouteEntrySummaryRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the route table.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
routeEntryType
The type of the route.
|
String |
routeTableId
The ID of the route table that you want to query.
|
String |
vpcId
The ID of the virtual private cloud (VPC) to which the route table belongs.
|
构造器和说明 |
---|
GetVpcRouteEntrySummaryRequest() |
限定符和类型 | 方法和说明 |
---|---|
static GetVpcRouteEntrySummaryRequest |
build(Map<String,?> map) |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getRouteEntryType() |
String |
getRouteTableId() |
String |
getVpcId() |
GetVpcRouteEntrySummaryRequest |
setOwnerAccount(String ownerAccount) |
GetVpcRouteEntrySummaryRequest |
setOwnerId(Long ownerId) |
GetVpcRouteEntrySummaryRequest |
setRegionId(String regionId) |
GetVpcRouteEntrySummaryRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
GetVpcRouteEntrySummaryRequest |
setResourceOwnerId(Long resourceOwnerId) |
GetVpcRouteEntrySummaryRequest |
setRouteEntryType(String routeEntryType) |
GetVpcRouteEntrySummaryRequest |
setRouteTableId(String routeTableId) |
GetVpcRouteEntrySummaryRequest |
setVpcId(String vpcId) |
@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="RouteEntryType") public String routeEntryType
The type of the route. Valid values:
This parameter is required.
example:Custom
@NameInMap(value="RouteTableId") public String routeTableId
The ID of the route table that you want to query.
example:vtb-bp145q7glnuzdvzu2****
@NameInMap(value="VpcId") public String vpcId
The ID of the virtual private cloud (VPC) to which the route table belongs.
This parameter is required.
example:vpc-bp15zckdt37pq72****
public static GetVpcRouteEntrySummaryRequest build(Map<String,?> map) throws Exception
Exception
public GetVpcRouteEntrySummaryRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public GetVpcRouteEntrySummaryRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public GetVpcRouteEntrySummaryRequest setRegionId(String regionId)
public String getRegionId()
public GetVpcRouteEntrySummaryRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public GetVpcRouteEntrySummaryRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public GetVpcRouteEntrySummaryRequest setRouteEntryType(String routeEntryType)
public String getRouteEntryType()
public GetVpcRouteEntrySummaryRequest setRouteTableId(String routeTableId)
public String getRouteTableId()
public GetVpcRouteEntrySummaryRequest setVpcId(String vpcId)
public String getVpcId()
Copyright © 2024. All rights reserved.