public static final class ModifyVcoRouteEntryWeightRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ModifyVcoRouteEntryWeightRequest |
build() |
ModifyVcoRouteEntryWeightRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
ModifyVcoRouteEntryWeightRequest.Builder |
newWeight(Integer newWeight)
The new weight of the destination-based route that you want to modify.
|
ModifyVcoRouteEntryWeightRequest.Builder |
nextHop(String nextHop)
The next hop of the destination-based route that you want to modify.
|
ModifyVcoRouteEntryWeightRequest.Builder |
overlayMode(String overlayMode)
The tunneling protocol.
|
ModifyVcoRouteEntryWeightRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
ModifyVcoRouteEntryWeightRequest.Builder |
regionId(String regionId)
The ID of the region where the IPsec-VPN connection is established.
|
ModifyVcoRouteEntryWeightRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
ModifyVcoRouteEntryWeightRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
ModifyVcoRouteEntryWeightRequest.Builder |
routeDest(String routeDest)
The destination CIDR block of the destination-based route that you want to modify.
|
ModifyVcoRouteEntryWeightRequest.Builder |
vpnConnectionId(String vpnConnectionId)
The ID of the IPsec-VPN connection.
|
ModifyVcoRouteEntryWeightRequest.Builder |
weight(Integer weight)
The current weight of the destination-based route that you want to modify.
|
public ModifyVcoRouteEntryWeightRequest.Builder clientToken(String clientToken)
You can use the client to generate the token, but you must make sure that the token is unique among different requests. The client token can contain only ASCII characters. > If you do not specify this parameter, the system automatically uses the **request ID** as the **client token**. The **request ID** may be different for each request.
public ModifyVcoRouteEntryWeightRequest.Builder newWeight(Integer newWeight)
* **0**: a low priority * **100**: a high priority
public ModifyVcoRouteEntryWeightRequest.Builder nextHop(String nextHop)
public ModifyVcoRouteEntryWeightRequest.Builder overlayMode(String overlayMode)
public ModifyVcoRouteEntryWeightRequest.Builder ownerAccount(String ownerAccount)
public ModifyVcoRouteEntryWeightRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public ModifyVcoRouteEntryWeightRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ModifyVcoRouteEntryWeightRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ModifyVcoRouteEntryWeightRequest.Builder routeDest(String routeDest)
public ModifyVcoRouteEntryWeightRequest.Builder vpnConnectionId(String vpnConnectionId)
public ModifyVcoRouteEntryWeightRequest.Builder weight(Integer weight)
* **0**: a low priority * **100**: a high priority
public ModifyVcoRouteEntryWeightRequest build()
Copyright © 2024. All rights reserved.