public static final class DeleteTransitRouterRouteEntryRequest.Builder extends Object
public DeleteTransitRouterRouteEntryRequest.Builder clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
You can use the client to generate the value, but you must make sure that it is unique among all requests. The client token can contain only ASCII characters.
example:If you do not specify this parameter, the system automatically uses the value of RequestId as the value of ClientToken. The value of RequestId for each API request may be different.
02fb3da4-130e-11e9-8e44-001****
public DeleteTransitRouterRouteEntryRequest.Builder dryRun(Boolean dryRun)
Specifies whether to check the request but not perform the operation. The system checks the permissions and the status of the specified instances. Valid values:
false
public DeleteTransitRouterRouteEntryRequest.Builder ownerAccount(String ownerAccount)
public DeleteTransitRouterRouteEntryRequest.Builder ownerId(Long ownerId)
public DeleteTransitRouterRouteEntryRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DeleteTransitRouterRouteEntryRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DeleteTransitRouterRouteEntryRequest.Builder transitRouterRouteEntryDestinationCidrBlock(String transitRouterRouteEntryDestinationCidrBlock)
The destination CIDR block.
example:192.168.0.0/24
public DeleteTransitRouterRouteEntryRequest.Builder transitRouterRouteEntryId(String transitRouterRouteEntryId)
The ID of the route entry.
example:rte-75eg4jprkvk0pw****
public DeleteTransitRouterRouteEntryRequest.Builder transitRouterRouteEntryNextHopId(String transitRouterRouteEntryNextHopId)
The ID of the network instance connection that you want to specify as the next hop.
example:tr-attach-nls9fzkfat8934****
public DeleteTransitRouterRouteEntryRequest.Builder transitRouterRouteEntryNextHopType(String transitRouterRouteEntryNextHopType)
The type of the next hop. Valid values:
BlackHole
public DeleteTransitRouterRouteEntryRequest.Builder transitRouterRouteTableId(String transitRouterRouteTableId)
The ID of the route table of the Enterprise Edition transit router.
example:vtb-bp1dudbh2d5na6b50****
public DeleteTransitRouterRouteEntryRequest build()
Copyright © 2025. All rights reserved.