UnAssociateVpdCidrBlock
This function can be used to delete the additional network segment of VPD.
Operation description
**
Warning If the attached CIDR block has Lingjun subnet resources, you must delete the dependent resources before you can delete the attached CIDR block.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:UnAssociateVpdCidrBlock |
delete |
*Vpd
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. |
cn-wulanchabu |
| VpdId |
string |
Yes |
The ID of the Lingjun CIDR block. |
vpd-aof7dat1 |
| SecondaryCidrBlock |
string |
Yes |
The additional CIDR block. |
192.168.0.0/16 |
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 |
Request ID of the current request |
9C50C9CD-E799-54DA-BA7A-1FAF3DF80857 |
| Content |
object |
The response data. |
|
| VpdId |
string |
The ID of the Lingjun CIDR block. |
vpd-ze3na0wf |
| AccessDeniedDetail |
string |
访问被拒绝详细信息。 |
None |
Examples
Success response
JSON format
{
"Code": 0,
"Message": "success",
"RequestId": "9C50C9CD-E799-54DA-BA7A-1FAF3DF80857",
"Content": {
"VpdId": "vpd-ze3na0wf"
},
"AccessDeniedDetail": "None"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.