
# VPC连接
| 权限          | 对应API接口                                                                               | 授权项（Action）           | IAM项目 (Project) | 企业项目 (Enterprise Project) |
|:---|:---|:---|:---|:---|
| 创建VPC连接     | POST /v3/{project_id}/enterprise-router/{er_id}/vpc-attachments                       | er:attachments:create | √                                                               | √                                                      |
| 更新VPC连接基本信息 | PUT /v3/{project_id}/enterprise-router/{er_id}/vpc-attachments/{vpc_attachment_id}    | er:attachments:update | √                                                               | √                                                      |
| 查询VPC连接详情   | GET /v3/{project_id}/enterprise-router/{er_id}/vpc-attachments/{vpc_attachment_id}    | er:attachments:get    | √                                                               | √                                                      |
| 查询VPC连接列表   | GET /v3/{project_id}/enterprise-router/{er_id}/vpc-attachments                        | er:attachments:list   | √                                                               | √                                                      |
| 删除VPC连接     | DELETE /v3/{project_id}/enterprise-router/{er_id}/vpc-attachments/{vpc_attachment_id} | er:attachments:delete | √                                                               | √                                                      |
   
