路由表
| 
        权限  | 
      
        对应API接口  | 
      
        授权项(Action)  | 
      
        IAM项目(Project)  | 
      
        企业项目(Enterprise Project)  | 
     
|---|---|---|---|---|
| 
        查询路由表列表  | 
      
        GET /v1/{project_id}/routetables  | 
      
        vpc:routeTables:list  | 
      
        √  | 
      
        √  | 
     
| 
        查询路由表  | 
      
        GET /v1/{project_id}/routetables/{routetable_id}  | 
      
        vpc:routeTables:get  | 
      
        √  | 
      
        √  | 
     
| 
        创建路由表  | 
      
        POST /v1/{project_id}/routetables  | 
      
        vpc:routeTables:create  | 
      
        √  | 
      
        √  | 
     
| 
        更新路由表  | 
      
        PUT /v1/{project_id}/routetables/{routetable_id}  | 
      
        vpc:routeTables:update  | 
      
        √  | 
      
        √  | 
     
| 
        关联路由表与子网  | 
      
        POST /v1/{project_id}/routetables/{routetable_id}/action  | 
      
        vpc:routeTables:associate  | 
      
        √  | 
      
        √  | 
     
| 
        解关联路由表与子网  | 
      
        POST /v1/{project_id}/routetables/{routetable_id}/action  | 
      
        vpc:routeTables:associate  | 
      
        √  | 
      
        √  | 
     
| 
        删除路由表  | 
      
        DELETE /v1/{project_id}/routetables/{routetable_id}  | 
      
        vpc:routeTables:delete  | 
      
        √  | 
      
        √  |