forked from docs/doc-exports
Reviewed-by: Sarda, Priya <prsarda@noreply.gitea.eco.tsi-dev.otc-service.com> Co-authored-by: Qin Ying, Fan <fanqinying@huawei.com> Co-committed-by: Qin Ying, Fan <fanqinying@huawei.com>
5.4 KiB
5.4 KiB
VPC Attachments
Permission |
API |
Action |
Project |
Enterprise Project |
---|---|---|---|---|
Creating a VPC attachment |
POST /v3/{project_id}/enterprise-router/{er_id}/vpc-attachments |
er:attachments:create |
√ |
√ |
Updating a VPC attachment |
PUT /v3/{project_id}/enterprise-router/{er_id}/vpc-attachments/{vpc_attachment_id} |
er:attachments:update |
√ |
√ |
Querying details about a VPC attachment |
GET /v3/{project_id}/enterprise-router/{er_id}/vpc-attachments/{vpc_attachment_id} |
er:attachments:get |
√ |
√ |
Querying the VPC attachment list |
GET /v3/{project_id}/enterprise-router/{er_id}/vpc-attachments |
er:attachments:list |
√ |
√ |
Deleting a VPC attachment |
DELETE /v3/{project_id}/enterprise-router/{er_id}/vpc-attachments/{vpc_attachment_id} |
er:attachments:delete |
√ |
√ |
Parent topic: Permissions Policies and Supported Actions