UpdateVcc
Updates the information about a Lingjun connection instance, including the peak bandwidth and name of the Lingjun connection instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:UpdateVcc |
update |
*Vcc
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-wulanchabu |
| VccId |
string |
Yes |
The ID of the Lingjun connection instance. |
vcc-cn-zvp2w222001 |
| Bandwidth |
integer |
No |
The peak bandwidth of the Lingjun connection instance. Unit: Mbit/s. Valid values: 1000 to 400000 |
1000 |
| VccName |
string |
No |
The name of the Lingjun connection instance. |
vcc-heyuan-backup |
| OrderId |
string |
No |
The ID of the order placed on the instance. |
20006627643 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
AjaxResult |
||
| Code |
integer |
The response status code. |
0 |
| Message |
string |
The error message. (If the instance is in the Exception state, the exception cause is prompted.) |
Success |
| RequestId |
string |
The ID of the request. |
F906C4D3-7444-58E2-9819-E3D8563571A3 |
| Content |
object |
The response parameters. |
|
| VccId |
string |
The ID of the Lingjun connection instance. |
vcc-cn-2r42v22cn03 |
| AccessDeniedDetail |
string |
The details about the access denial. |
None |
Examples
Success response
JSON format
{
"Code": 0,
"Message": "Success",
"RequestId": "F906C4D3-7444-58E2-9819-E3D8563571A3",
"Content": {
"VccId": "vcc-cn-2r42v22cn03"
},
"AccessDeniedDetail": "None"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.