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

AssociateRouteTable - 將路由表和交換機(jī)綁定

更新時(shí)間:

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

接口說明

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

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

調(diào)試

您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。

授權(quán)信息

下表是API對應(yīng)的授權(quán)信息,可以在RAM權(quán)限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說明如下:

  • 操作:是指具體的權(quán)限點(diǎn)。
  • 訪問級(jí)別:是指每個(gè)操作的訪問級(jí)別,取值為寫入(Write)、讀取(Read)或列出(List)。
  • 資源類型:是指操作中支持授權(quán)的資源類型。具體說明如下:
    • 對于必選的資源類型,用背景高亮的方式表示。
    • 對于不支持資源級(jí)授權(quán)的操作,用全部資源表示。
  • 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。
  • 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時(shí)具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
操作訪問級(jí)別資源類型條件關(guān)鍵字關(guān)聯(lián)操作
vpc:AssociateRouteTableupdate
*VSwitch
acs:vpc:{#regionId}:{#accountId}:vswitch/{#vswitchId}

請求參數(shù)

名稱類型必填描述示例值
RegionIdstring

要綁定交換機(jī)的路由表所屬的 VPC 的地域 ID。

您可以通過調(diào)用 DescribeRegions 接口獲取地域 ID。

cn-hangzhou
RouteTableIdstring

要綁定到交換機(jī)的路由表的 ID。

vtb-bp145q7glnuzdvzu2****
VSwitchIdstring

要綁定路由表的交換機(jī)的 ID。

vsw-25ncdvfaue4****
ClientTokenstring

客戶端 Token,用于保證請求的冪等性。

從您的客戶端生成一個(gè)參數(shù)值,確保不同請求間該參數(shù)值唯一。ClientToken 只支持 ASCII 字符。

說明 若您未指定,則系統(tǒng)自動(dòng)使用 API 請求的 RequestId 作為 ClientToken 標(biāo)識(shí)。每次 API 請求的 RequestId 可能不一樣。
02fb3da4-130e-11e9-8e44-0016e04115b

返回參數(shù)

名稱類型描述示例值
object
RequestIdstring

請求 ID。

DC668356-BCB4-42FD-9BC3-FA2B2E04B634

示例

正常返回示例

JSON格式

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

錯(cuò)誤碼

HTTP status code錯(cuò)誤碼錯(cuò)誤信息描述
400OperationDenied.CloudBoxVbrEntryExistThe operation is not allowed because the routing table has a route entry for the next hop to the cloud box VBR.指定操作不允許,因?yàn)槁酚杀泶嬖谙乱惶赶蛟坪蠽BR的路由條目。
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.指定操作不允許,因?yàn)槁酚杀泶嬖谙乱惶赶蚍潜驹坪蠽BR的路由條目。
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.交換機(jī)不允許綁定網(wǎng)關(guān)路由表。
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實(shí)例不存在
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)不對

訪問錯(cuò)誤中心查看更多錯(cuò)誤碼。

變更歷史

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