Calls the ModifyVpnPbrRouteEntryPriority operation to modify the priority of a policy-based route.
Operation description
- The ModifyVpnPbrRouteEntryPriority operation is asynchronous. After you send the request, the system returns a request ID, but the policy-based route has not been modified yet. The modification task is still running in the background. You can call the DescribeVpnGateway operation to query the status of the VPN gateway instance to determine the modification status of the policy-based route:
If the VPN gateway instance is in the updating state, the policy-based route is being modified.
If the VPN gateway instance is in the active state, the policy-based route is modified.
The ModifyVpnPbrRouteEntryPriority operation does not support concurrent modifications to policy-based routes of the same VPN gateway instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vpc:ModifyVpnPbrRouteEntryPriority |
update |
*VpnGateway
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID of the VPN gateway instance. You can call the DescribeRegions operation to query region IDs. |
cn-henyuan |
| ClientToken |
string |
No |
The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The ClientToken parameter supports only ASCII characters. Note
If you do not specify this parameter, the system uses the RequestId of the API request as the ClientToken. The RequestId of each API request is different. |
d7d24a21-f4ba-4454-9173-b3**** |
| VpnGatewayId |
string |
Yes |
The ID of the VPN gateway instance. |
vpn-bp1a3kqjiiq9legfx**** |
| RouteSource |
string |
Yes |
The source CIDR block of the policy-based route. |
192.168.1.0/24 |
| RouteDest |
string |
Yes |
The destination CIDR block of the policy-based route. |
10.0.0.0/24 |
| NextHop |
string |
Yes |
The next hop of the policy-based route. |
vco-bp15oes1py4i66rmd**** |
| Priority |
integer |
No |
The original priority of the policy-based route. Valid values: 1 to 100. A smaller value indicates a higher priority. |
5 |
| NewPriority |
integer |
Yes |
The new priority of the policy-based route. Valid values: 1 to 100. A smaller value indicates a higher priority. |
10 |
| Weight |
integer |
Yes |
The weight of the policy-based route. |
100 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
5BE01CD7-5A50-472D-AC14-CA181C5C03BE |
Examples
Success response
JSON format
{
"RequestId": "5BE01CD7-5A50-472D-AC14-CA181C5C03BE"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Resource.QuotaFull | The quota of resource is full | |
| 400 | VpnGateway.Configuring | The specified service is configuring. | |
| 400 | VpnGateway.FinancialLocked | The specified service is financial locked. | |
| 400 | VpnRouteEntry.AlreadyExists | The specified route entry is already exist. | The route already exists. |
| 400 | VpnRouteEntry.Conflict | The specified route entry has conflict. | Route conflicts exist. |
| 400 | VpnPbrRouteEntryPriority.NotSupport | Current version of the VPN does not support setting pbr route entry priority. | The VPN gateway version does not allow you to specify priorities for policy-based routes. |
| 400 | VpnRouteEntry.SamePriorityPbrRoutePrefixOverlap | The source CIDR and destination CIDR of Policy-based routes with the same priority cannot overlap. | VPN Gateway does not support policy-based routes that have the same priority and overlapping source CIDR blocks and destination CIDR blocks. |
| 400 | VpnRouteEntry.SrcDestConflict | The VPN gateway does not support Policy-based routing with the same source CIDR and destination CIDR. | The source CIDR block and destination CIDR block of a policy-based route for a dual-tunnel VPN gateway cannot be the same. |
| 400 | VpnRouteEntry.SrcDestWeightConflict | The VPN gateway does not support Policy-based routing with the same source CIDR, destination CIDR and weight. | VPN Gateway does not support policy-based routes that have the same source CIDR block, destination CIDR block, and weight. |
| 400 | VpnPbrRouteEntry.NotSupport | Current version of the VPN does not support pbr route entry. | Current version of the VPN does not support pbr route entry. |
| 403 | Forbbiden.SubUser | User not authorized to operate on the specified resource as your account is created by another user. | |
| 403 | Forbidden | User not authorized to operate on the specified resource. | You do not have the permissions to manage the specified resource. Apply for the permissions and try again. |
| 404 | InvalidVpnGatewayInstanceId.NotFound | The specified vpn gateway instance id does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.