日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

AssociateRouteTable - 將路由表和交換機綁定

將創(chuàng)建的自定義路由表和同一VPC內的交換機綁定。

接口說明

AssociateRouteTable 接口屬于異步接口,即系統(tǒng)返回一個請求 ID,但該路由表并未綁定完成,系統(tǒng)后臺的綁定任務仍在進行。您可以調用 DescribeVSwitchAttributes 查詢路由表的綁定狀態(tài):

  • 當交換機處于 Pending 狀態(tài)時,表示路由表正在綁定中。
  • 當交換機處于 Available 狀態(tài)時,表示路由表綁定成功。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

下表是API對應的授權信息,可以在RAM權限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:

  • 操作:是指具體的權限點。
  • 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀?。≧ead)或列出(List)。
  • 資源類型:是指操作中支持授權的資源類型。具體說明如下:
    • 對于必選的資源類型,用背景高亮的方式表示。
    • 對于不支持資源級授權的操作,用全部資源表示。
  • 條件關鍵字:是指云產品自身定義的條件關鍵字。
  • 關聯(lián)操作:是指成功執(zhí)行操作所需要的其他權限。操作者必須同時具備關聯(lián)操作的權限,操作才能成功。
操作訪問級別資源類型條件關鍵字關聯(lián)操作
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 字符。

說明 若您未指定,則系統(tǒng)自動使用 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.無法將綁定路由表直接切換為系統(tǒng)路由表。
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.指定的路由表狀態(tài)不對

訪問錯誤中心查看更多錯誤碼。

變更歷史

變更時間變更內容概要操作
2024-09-06OpenAPI 錯誤碼發(fā)生變更查看變更詳情
2023-08-18OpenAPI 錯誤碼發(fā)生變更查看變更詳情
2023-08-03OpenAPI 描述信息更新、OpenAPI 錯誤碼發(fā)生變更查看變更詳情
2023-06-21OpenAPI 錯誤碼發(fā)生變更查看變更詳情
2023-06-09OpenAPI 錯誤碼發(fā)生變更查看變更詳情