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>
6.5 KiB
6.5 KiB
Virtual Gateways
Permission |
API |
Action |
Related Action |
IAM Project |
Enterprise Project |
---|---|---|---|---|---|
Creating a virtual gateway |
POST /v3/{project_id}/dcaas/virtual-gateways |
dcaas:vgw:create |
vpc:vpcs:get vpc:vpcs:list vpc:subnets:get |
√ |
× |
Querying the virtual gateway list |
GET /v3/{project_id}/dcaas/virtual-gateways |
dcaas:vgw:list |
- |
√ |
× |
Querying a virtual gateway |
GET /v3/{project_id}/dcaas/virtual-gateways/{virtual_gateway_id} |
dcaas:vgw:get |
- |
√ |
× |
Updating a virtual gateway |
PUT /v3/{project_id}/dcaas/virtual-gateways/{virtual_gateway_id} |
dcaas:vgw:update |
- |
√ |
× |
Deleting a virtual gateway |
DELETE /v3/{project_id}/dcaas/virtual-gateways/{virtual_gateway_id} |
dcaas:vgw:delete |
- |
√ |
× |
Parent topic: Permissions Policies and Supported Actions (APIs v3)