doc-exports/docs/vpc/api-ref/vpc_permission_0029.html
fanqinying 9e7606681c VPC API 20241009 version
Reviewed-by: Sarda, Priya <prsarda@noreply.gitea.eco.tsi-dev.otc-service.com>
Co-authored-by: fanqinying <fanqinying@huawei.com>
Co-committed-by: fanqinying <fanqinying@huawei.com>
2024-11-21 09:26:53 +00:00

5.2 KiB

Route Table

Permission

API

Action

Querying route tables

GET /v1/{project_id}/routetables

vpc:routeTables:list

Querying a route table

GET /v1/{project_id}/routetables/{routetable_id}

vpc:routeTables:get

Creating a route table

POST /v1/{project_id}/routetables

vpc:routeTables:create

Updating a route table

PUT /v1/{project_id}/routetables/{routetable_id}

vpc:routeTables:update

Associating subnets with a route table

POST /v1/{project_id}/routetables/{routetable_id}/action

vpc:routeTables:associate

Disassociating subnets from a route table

POST /v1/{project_id}/routetables/{routetable_id}/action

vpc:routeTables:associate

Deleting a route table

DELETE /v1/{project_id}/routetables/{routetable_id}

vpc:routeTables:delete