Configures, modifies, or deletes the bandwidth of inter-region connections for a Basic Edition transit router.
Operation description
This operation is used to manage bandwidth of inter-region connections only for Basic Edition transit routers.
Prerequisites
The Cloud Enterprise Network (CEN) instance is associated with a bandwidth plan. For more information, see CreateCenBandwidthPackage and AssociateCenBandwidthPackage .
You can call the SetCenInterRegionBandwidthLimit operation to configure, change, or remove the bandwidth limit of an inter-region connection.
- If you set BandwidthLimit to a value other than 0, the bandwidth of the inter-region connection is set to the specified value.
- If you set BandwidthLimit to 0, the bandwidth of the inter-region connection is no longer limited.
Limits
-
The bandwidth limit of an inter-region connection cannot exceed the bandwidth limit of the associated bandwidth plan.
-
The sum of bandwidth limits of all inter-region connections cannot exceed the bandwidth limit of the associated bandwidth plan.
-
If bandwidth multiplexing is enabled for an inter-region connection, you cannot change the bandwidth of the inter-region connection.
-
The SetCenInterRegionBandwidthLimit operation can be used to configure, modify, or delete the bandwidth of inter-region connections only for Basic Edition transit routers.
To configure, modify, or delete the bandwidth of inter-region connections for Enterprise Edition transit routers, call the CreateTransitRouterPeerAttachment , UpdateTransitRouterPeerAttachmentAttribute , or DeleteTransitRouterPeerAttachment operation.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
cen:SetCenInterRegionBandwidthLimit | update |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
CenId | string | Yes | The ID of the CEN instance. | cen-7qthudw0ll6jmx**** |
LocalRegionId | string | Yes | The ID of the local region. You can call the DescribeChildInstanceRegions operation to query regions where you can attach network instances to a CEN instance. | cn-hangzhou |
OppositeRegionId | string | Yes | The ID of the peer region. | us-west-1 |
BandwidthLimit | long | Yes | The maximum bandwidth value of the inter-region connection. Unit: Mbit/s. | 8 |
BandwidthType | string | No | The bandwidth allocation method. Valid values: BandwidthPackage: allocates bandwidth from a bandwidth plan. | BandwidthPackage |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "530BC816-F575-412A-AAB2-435125D26328"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | MissingParam.CbnBandwidthPackageId | There are more than one suitable cen bandwidth package | The error message returned because the CbnBandwidthPackageId parameter is not set. |
400 | AttrMismatching.CbnBandwidthPackageId | %s | - |
400 | OperationFailed.InvalidOperation | The operation is failed because the operation is not support. | - |
400 | OperationUnsupported.Attachment | The cross region connection contains an existing bandwidth. The operation is not supported. | The error message returned because bandwidth multiplexing is enabled for the inter-region connection. |
400 | InvalidOperation.UnsupportChargeType | The charge type is not supported by this operation. | The error message returned because the specified billing method does not support this operation. |
400 | OperationUnsupported.TrafficQosPolicyExist | Operation unsupported because traffic qos policy exists. | The error message returned because the specified QoS policy already exists. |
400 | OperationUnsupported.BandwidthType | The specified BandwidthType does not support the operation. | The error message returned because this operation is not supported by the specified bandwidth type. |
400 | IllegalParam.BandwidthType | BandwidthType is illegal. | The error message returned because the specified bandwidth plan type is invalid. |
400 | IllegalParam.Bandwidth | Bandwidth is illegal. | The error message returned because the specified bandwidth plan ID is invalid. |
400 | ParamExclusive.BandwidthTypeAndCenBandwidthPackageId | DataTransfer and CenBandwidthPackageId is mutually exclusive. | When the value of bandwidthType is DataTransfer, the CenBandwidthPackageId field cannot be set. |
400 | IdentityRegistrationStatusNotSupport | Real name registration of enterprises required. | Real name registration of enterprises required. |
400 | IllegalParam.BandwidthLessThanQosPolicyBandwidth | The input bandwidth value is less than the sum of the Qos policy bandwidth. | The input bandwidth value is less than the sum of the Qos policy bandwidth. |
400 | InvalidParameter | Invalid parameter. | The error message returned because the parameter is set to an invalid value. |
400 | Unauthorized | The AccessKeyId is unauthorized. | The error message returned because you do not have the permissions to perform this operation. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-08-16 | The Error code has changed | View Change Details |
2024-05-17 | The Error code has changed. The request parameters of the API has changed | View Change Details |
2023-09-08 | The Error code has changed | View Change Details |