AssociateRouteTable - 将路由表和交换机绑定

将创建的自定义路由表和同一VPC内的交换机绑定。

接口说明

AssociateRouteTable 接口属于异步接口,即系统返回一个请求 ID,但该路由表并未绑定完成,系统后台的绑定任务仍在进行。您可以调用 DescribeVSwitchAttributes 查询路由表的绑定状态:

  • 当交换机处于 Pending 状态时,表示路由表正在绑定中。
  • 当交换机处于 Available 状态时,表示路由表绑定成功。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

下表是API对应的授权信息,可以在RAM权限策略语句的Action元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:

  • 操作:是指具体的权限点。
  • 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
  • 资源类型:是指操作中支持授权的资源类型。具体说明如下:
    • 对于必选的资源类型,用背景高亮的方式表示。
    • 对于不支持资源级授权的操作,用全部资源表示。
  • 条件关键字:是指云产品自身定义的条件关键字。
  • 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作访问级别资源类型条件关键字关联操作
vpc:AssociateRouteTableupdate
  • VSwitch
    acs:vpc:{#regionId}:{#accountId}:vswitch/{#vswitchId}

请求参数

名称类型必填描述示例值
RegionIdstring

要绑定交换机的路由表所属的 VPC 的地域 ID。

您可以通过调用 DescribeRegions 接口获取地域 ID。

cn-hangzhou
RouteTableIdstring

要绑定到交换机的路由表的 ID。

vtb-bp145q7glnuzdvzu2****
VSwitchIdstring

要绑定路由表的交换机的 ID。

vsw-25ncdvfaue4****
ClientTokenstring

客户端 Token,用于保证请求的幂等性。

从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken 只支持 ASCII 字符。

说明 若您未指定,则系统自动使用 API 请求的 RequestId 作为 ClientToken 标识。每次 API 请求的 RequestId 可能不一样。
02fb3da4-130e-11e9-8e44-0016e04115b

返回参数

名称类型描述示例值
object
RequestIdstring

请求 ID。

DC668356-BCB4-42FD-9BC3-FA2B2E04B634

示例

正常返回示例

JSON格式

{
  "RequestId": "DC668356-BCB4-42FD-9BC3-FA2B2E04B634"
}

错误码

HTTP status code错误码错误信息描述
400OperationDenied.CloudBoxVbrEntryExistThe operation is not allowed because the routing table has a route entry for the next hop to the cloud box VBR.指定操作不允许,因为路由表存在下一跳指向云盒VBR的路由条目。
400OperationDenied.OtherCloudBoxVbrEntryExistThe operation is not allowed because the routing table has a route entry for the next hop that points to a VBR other than this cloud box.指定操作不允许,因为路由表存在下一跳指向非本云盒VBR的路由条目。
400ResourceAlreadyAssociated.RouteTableThe resource has already associated with a routetable.-
400OperationDenied.AssociateGatewayRouteTableThe operation is not allowed because gateway route tables cannot be bound to a vSwitch.交换机不允许绑定网关路由表。
400OperationDenied.SwitchToSystemRouteTableThe associated route tables cannot be directly changed to system route tables.无法将绑定路由表直接切换为系统路由表。
400ResourceNotFound.VSwitchThe specified resource of VSwitch is not found.指定的VSwitch实例不存在
400InvalidRouteTableId.NotFoundSpecified route table does not exist.该路由表不存在。
400OperationDenied.LocalRouteEntryModifiedThe next hop of a local route is modified.存在local类型的路由下一跳被修改了。
404InvalidRegionId.NotFoundSpecified value of RegionId is not supported.-
404InvalidParameter.ActionThis vpc feature is not supported in this region-
404InvalidVSwitchId.NotFoundSpecified VSwitch does not exist.-
404IncorrectVSwitchStatusThe current status of the virtual switch does not support this operation.-
404Forbidden.VSwitchAlreadyAssociatedRouteTableThe specified virtual switch already associates route table.-
404Forbidden.NotInSameVpcThe specified virtual switch and route table are not in the same VPC.-
404IncorrectStatus.RouteTableThe status of the specified route table is incorrect.指定的路由表状态不对

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
2023-08-18OpenAPI 错误码发生变更查看变更详情
2023-08-03OpenAPI 描述信息更新、OpenAPI 错误码发生变更查看变更详情
2023-06-21OpenAPI 错误码发生变更查看变更详情
2023-06-09OpenAPI 错误码发生变更查看变更详情