public class DeleteRouteEntryRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
DeleteRouteEntryRequest.DeleteRouteEntryRequestNextHopList |
限定符和类型 | 字段和说明 |
---|---|
String |
destinationCidrBlock
The destination CIDR block of the route.
|
String |
nextHopId
The ID of the next hop.
|
List<DeleteRouteEntryRequest.DeleteRouteEntryRequestNextHopList> |
nextHopList
The list of the next hop of the ECMP route.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the route table.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
routeEntryId
The ID of the route that you want to delete.
|
String |
routeTableId
The ID of the route table to which the route belongs.
|
构造器和说明 |
---|
DeleteRouteEntryRequest() |
@NameInMap(value="DestinationCidrBlock") public String destinationCidrBlock
The destination CIDR block of the route. Only IPv4 CIDR blocks, IPv6 CIDR blocks, and prefix lists are supported.
example:47.100.XX.XX/16
@NameInMap(value="NextHopId") public String nextHopId
The ID of the next hop.
ri-2zeo3xzyf38r4urzd****
@NameInMap(value="NextHopList") public List<DeleteRouteEntryRequest.DeleteRouteEntryRequestNextHopList> nextHopList
The list of the next hop of the ECMP route.
@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.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="RouteEntryId") public String routeEntryId
The ID of the route that you want to delete.
example:rte-bp1mnnr2al0naomnpv****
@NameInMap(value="RouteTableId") public String routeTableId
The ID of the route table to which the route belongs.
example:vtb-2ze3jgygk9bmsj23s****
public static DeleteRouteEntryRequest build(Map<String,?> map) throws Exception
Exception
public DeleteRouteEntryRequest setDestinationCidrBlock(String destinationCidrBlock)
public String getDestinationCidrBlock()
public DeleteRouteEntryRequest setNextHopId(String nextHopId)
public String getNextHopId()
public DeleteRouteEntryRequest setNextHopList(List<DeleteRouteEntryRequest.DeleteRouteEntryRequestNextHopList> nextHopList)
public List<DeleteRouteEntryRequest.DeleteRouteEntryRequestNextHopList> getNextHopList()
public DeleteRouteEntryRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DeleteRouteEntryRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteRouteEntryRequest setRegionId(String regionId)
public String getRegionId()
public DeleteRouteEntryRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteRouteEntryRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DeleteRouteEntryRequest setRouteEntryId(String routeEntryId)
public String getRouteEntryId()
public DeleteRouteEntryRequest setRouteTableId(String routeTableId)
public String getRouteTableId()
Copyright © 2024. All rights reserved.