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

AssociateRouteTablesWithVpcGatewayEndpoint - 關聯路由表與網關終端節點

調用AssociateRouteTablesWithVpcGatewayEndpoint接口關聯路由表與網關終端節點。

接口說明

在調用本接口關聯路由表與網關終端節點時,請了解以下內容:

  • 要關聯路由表的網關終端節點實例不能處于 Creating(創建中)、Modifying(修改中)、Associating(綁定中)、Dissociating(解綁中)、Deleting(刪除中)等中間狀態。
  • 要關聯的路由表不能處于 Creating(創建中)、Modifying(修改中)、Associating(綁定中)、Dissociating(解綁中)、Deleting(刪除中)等中間狀態。
  • 要關聯的路由表和網關終端節點必須屬于同一個 VPC。
  • 要關聯的路由表不能是被共享的。
  • 不支持關聯 VBR 路由表。
  • 一次最多關聯 20 張路由表。
  • AssociateRouteTablesWithVpcGatewayEndpoint 接口屬于異步接口,即系統返回一個實例 ID,但該路由表與網關終端節點尚未綁定成功,系統后臺的綁定任務仍在進行。您可以調用 GetVpcGatewayEndpointAttribute 查詢路由表與網關終端節點的綁定狀態:
    • 當路由表與網關終端節點處于 Associating 狀態時,表示路由表與網關終端節點正在綁定中。
    • 當路由表與網關終端節點處于 Created 狀態時,表示路由表與網關終端節點綁定成功。
  • AssociateRouteTablesWithVpcGatewayEndpoint 接口不支持并發關聯同一個路由表與網關終端節點。

調試

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

授權信息

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

  • 操作:是指具體的權限點。
  • 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀?。≧ead)或列出(List)。
  • 資源類型:是指操作中支持授權的資源類型。具體說明如下:
    • 對于必選的資源類型,用背景高亮的方式表示。
    • 對于不支持資源級授權的操作,用全部資源表示。
  • 條件關鍵字:是指云產品自身定義的條件關鍵字。
  • 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作訪問級別資源類型條件關鍵字關聯操作
vpc:AssociateRouteTablesWithVpcGatewayEndpointcreate
*GatewayEndpoint
acs:vpc:{#regionId}:{#accountId}:gatewayendpoint/{#GatewayEndpointId}

請求參數

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

要關聯路由表的網關終端節點實例 ID。

vpce-m5e371h5clm3uadih****
RouteTableIdsarray

要關聯的路由表 ID。N 的取值范圍為 1~20,即一次最多綁定 20 張路由表。

string

要關聯的路由表 ID。N 的取值范圍為 1~20,即一次最多綁定 20 張路由表。

vtb-m5elgtm3aj586iitr****
ClientTokenstring

保證請求冪等性。從您的客戶端生成一個參數值,確保不同請求間該參數值唯一。ClientToken 只支持 ASCII 字符,且不能超過 64 個字符。

說明 若您未指定,則系統自動使用 API 請求的 RequestId 作為 ClientToken 標識。每次 API 請求的 RequestId 可能不一樣。
5A2CFF0E-5718-45B5-9D4D-70B3FF3898
DryRunboolean

是否只預檢此次請求,取值:

  • true:發送檢查請求,不會關聯路由表。檢查項包括 AccessKey 是否有效、RAM 用戶的授權情況和是否填寫了必需參數。如果檢查不通過,則返回對應錯誤。如果檢查通過,會返回錯誤碼DryRunOperation。

  • false(默認值):發送正常請求,通過檢查后返回 2xx HTTP 狀態碼并關聯路由表。

false
RegionIdstring

要關聯路由表的網關終端節點的地域 ID。

您可以通過調用 DescribeRegions 接口獲取地域 ID。

cn-hangzhou

返回參數

名稱類型描述示例值
object

Schema of Response

RequestIdstring

請求 ID。

59BDDA2D-FB52-59F9-9DC5-5EA7D6808B8E

示例

正常返回示例

JSON格式

{
  "RequestId": "59BDDA2D-FB52-59F9-9DC5-5EA7D6808B8E"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400OperationFailed.ConcurrentOperationThe operation is failed because of concurrent operation.-
400IdempotentParameterMismatchThe request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.-
400ResourceNotFound.GatewayEndpointThe specified resource gateway endpoint is not found.指定的GatewayEndpoint不存在
400IncorrectStatus.GatewayEndpointThe status of GatewayEndpoint [%s] is incorrect.-
400ResourceNotFound.ServiceNameThe specified resource service name is not found.-
400ResourceNotFound.PrefixListThe specified resource prefixList is not found.-
400ResourceNotFound.RouteTableThe specified resource routetable is not found.-
400Mismatch.VpcAndRouteTableThe vpc and routetable are mismatched.-
400IncorrectStatus.RouteTableThe status of route table [%s] is incorrect.-
400ResourceAlreadyExist.AssociationThe specified resource of [%s] is already exist.-
400VPC_ROUTE_ENTRY_CIDR_BLOCK_DUPLICATESpecified CIDR block is already exists.-
400VPC_SWITCH_STATUS_ERRORvSwitch status error, %s-
400QuotaExceeded.VpcRouteEntryNumThe quota of vpc route entry num is exceeded, usage %s/%s.-
400OperationUnsupported.DestinationCidrBlockOverlapWithVSwitchThe operation is failed because of destination CIDR block is in the CIDR of the VSwitch.-
400SystemBusySystem is busy, please try again later.-
400ForbbidenUser not authorized to operate on the specified resource.用戶沒有權限操作指定的資源。
400InvalidRegionId.NotFoundThe regionId provided does not exist in our records.指定的RegionId不存在。請檢查該參數是否正確。
400IncorrectStatus.VpcThe status of vpc [%s] is incorrect.-
400IncorrectStatus.CenStatusThe status of vpc cenStatus [%s] is incorrect.-
400UnsupportedFeature.RouterTableTypeThe type of router table is not supported.您指定的路由表類型不支持。

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

變更歷史

變更時間變更內容概要操作
2023-12-07OpenAPI 錯誤碼發生變更查看變更詳情