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

CreateTransitRouterPeerAttachment - 為企業(yè)版轉發(fā)路由器實例創(chuàng)建跨地域連接

網(wǎng)絡實例(VPC、VBR、IPsec連接)被連接至轉發(fā)路由器后,如果要實現(xiàn)不同地域網(wǎng)絡實例的互通,需要在網(wǎng)絡實例連接的轉發(fā)路由器下創(chuàng)建跨地域連接,您可以調用CreateTransitRouterPeerAttachment接口為企業(yè)版轉發(fā)路由器實例創(chuàng)建跨地域連接。

接口說明

  • 企業(yè)版轉發(fā)路由器支持以下兩種帶寬分配方式:

    • 從帶寬包分配

      使用此種分配方式,您需要先購買帶寬包,從帶寬包中為跨地域連接分配帶寬。購買帶寬包具體操作,請參見 CreateCenBandwidthPackage

    • 按流量付費

      使用此種分配方式,您需要為跨地域連接設置限速帶寬,系統(tǒng)會按照跨地域連接實際使用的流量計費。具體計費信息,請參見跨地域流量

  • CreateTransitRouterPeerAttachment 接口屬于異步接口,即系統(tǒng)會先返回一個跨地域連接 ID,但該跨地域連接并未創(chuàng)建完成,系統(tǒng)后臺的創(chuàng)建任務仍在進行。您可以調用 ListTransitRouterPeerAttachments 接口查詢跨地域連接的狀態(tài)。

    • 當跨地域連接處于 Attaching 狀態(tài)時,表示跨地域連接正在創(chuàng)建中,在該狀態(tài)下,您只能對跨地域連接執(zhí)行查詢操作,不能執(zhí)行其他操作。
    • 當跨地域連接處于 Attached 狀態(tài)時,表示跨地域連接創(chuàng)建完成。

調試

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

授權信息

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

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

請求參數(shù)

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

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

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

說明 若您未指定,則系統(tǒng)自動使用 API 請求的 RequestId 作為 ClientToken 標識。每次 API 請求的 RequestId 不一樣。
02fb3da4-130e-11e9-8e44-001****
CenIdstring

云企業(yè)網(wǎng)實例 ID。

cen-j3jzhw1zpau2km****
TransitRouterIdstring

本端企業(yè)版轉發(fā)路由器實例 ID。

tr-bp1su1ytdxtataupl****
RegionIdstring

本端企業(yè)版轉發(fā)路由器實例所屬地域 ID。

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

cn-hangzhou
TransitRouterAttachmentNamestring

跨地域連接的名稱。

名稱可以為空或長度為 1~128 個字符,不能以 http://或 https://開頭。

testname
TransitRouterAttachmentDescriptionstring

跨地域連接的描述信息。

描述可以為空或長度為 1~256 個字符,不能以 http://或 https://開頭。

testdesc
PeerTransitRouterIdstring

對端轉發(fā)路由器實例 ID。

tr-m5eq27g6bndum7e88****
PeerTransitRouterRegionIdstring

對端轉發(fā)路由器實例所屬地域 ID。

cn-qingdao
AutoPublishRouteEnabledboolean

是否使企業(yè)版轉發(fā)路由器自動發(fā)布跨地域連接的路由到對端地域。

  • false(默認值):否。
  • true:是。
false
Bandwidthinteger

跨地域連接的帶寬值。單位:Mbps。

  • BandwidthType 取值為 BandwidthPackage 時,該參數(shù)表示跨地域連接可使用的帶寬值。

  • BandwidthType 取值為 DataTransfer 時,該參數(shù)表示跨地域連接的限速帶寬值。

2
CenBandwidthPackageIdstring

跨地域連接要綁定的帶寬包 ID。

說明 BandwidthType 取值為 DataTransfer 時,無需配置該項。
cenbwp-3xrxupouolw5ou****
DryRunboolean

是否對此次請求執(zhí)行預檢,包括權限、實例狀態(tài)校驗等。取值:

  • false(默認值):發(fā)送正常請求,通過檢查后直接創(chuàng)建跨地域連接。
  • true:發(fā)送檢查請求,只進行校驗,不會創(chuàng)建跨地域連接。檢查項包括是否填寫了必需參數(shù)、請求格式等。如果檢查不通過,則返回對應錯誤。如果檢查通過,則返回對應請求 ID。
false
BandwidthTypestring

跨地域連接的帶寬分配方式。取值:

  • BandwidthPackage:從帶寬包中分配帶寬。

  • DataTransfer:不為跨地域連接分配帶寬,按使用流量計費。

BandwidthPackage
Tagarray<object>

標簽信息。

一次最多支持輸入 20 個標簽信息。

object
Keystring

資源的標簽鍵。

一旦傳入該值,則不允許為空字符串。最多支持 64 個字符,不能以aliyun或者acs:開頭,不能包含http://或者https://

一次最多支持輸入 20 個標簽的標簽鍵。

tag_A1
Valuestring

資源的標簽值。

標簽值可以為空或輸入不超過 128 個字符的字符串,不能以aliyun或者acs:開頭,不能包含http://或者https://

每一個標簽鍵對應一個標簽值,一次最多支持輸入 20 個標簽鍵對應的標簽值。

value_A1
DefaultLinkTypestring

默認鏈路類型。

可選值為 Platinum(鉑金),Gold(金),默認為 Gold(金)。

且僅在帶寬分配方式是按流量計費時,才可以配置為 Platinum(鉑金)。

Gold

返回參數(shù)

名稱類型描述示例值
object

返回結果。

TransitRouterAttachmentIdstring

跨地域連接 ID。

tr-attach-nwkiqfvw22qesz****
RequestIdstring

請求 ID。

59422BF5-BAAD-4CFD-9019-9557BD3ACFA3

示例

正常返回示例

JSON格式

{
  "TransitRouterAttachmentId": "tr-attach-nwkiqfvw22qesz****",
  "RequestId": "59422BF5-BAAD-4CFD-9019-9557BD3ACFA3"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400OperationUnsupported.TransitRouterRegionIdThe specified TransitRouterRegion does not support the operation.中轉地域不支持此操作。
400NoPermission.AliyunServiceRolePolicyForCENYou are not authorized to create the service linked role. Role Name: AliyunServiceRolePolicyForCEN. Service Name: cen.aliyuncs.com. Make sure that the user has been granted the ram:CreateServiceLinkedRole permission.您沒有權限創(chuàng)建服務關聯(lián)角色,角色名:AliyunServiceRolePolicyForCEN,服務名:cen.aliyuncs.com。請確保已授予當前用戶ram:CreateServiceLinkedRole權限。
400InvalidTransitRouterId.NotFoundTransitRouterId is not found.轉發(fā)路由實例ID不存在。
400IllegalParam.PeerTransitRouterIdPeerTransitRouterId is illegal.跨地域連接時,對端的轉發(fā)路由器ID非法。
400OperationUnsupported.TransitRouterIdTransitRouterId is unsupported.轉發(fā)路由器類型是基礎版時不支持。
400MissingParam.BandwidthThe parameter Bandwidth is mandatory.帶寬值參數(shù)是必需的。
400IllegalParam.BandwidthBandwidth is illegal.帶寬包ID不合法。
400Forbbiden.TransitRouterServiceNotOpenThe user has not open transit router service.轉發(fā)路由器服務未打開,請打開后重試。
400OperationUnsupported.TransitRouterTypeThe specified TransitRouterType does not support the operation.當前TransitRouter類型不支持該操作。
400OperationUnsupported.BandwidthTypeThe specified BandwidthType does not support the operation.當前BandwidthType不支持該操作。
400InvalidCenId.NotFoundCenId is not found.CEN實例不存在。
400IllegalParam.BandwidthTypeBandwidthType is illegal.帶寬包類型不合法。
400MissingParam.CenIdOrRegionIdEither CenId or RegionId must be specified.CenId或者RegionId是必選參數(shù)。
400OperationUnsupported.BandwidthHSThis bandwidth limit can only be set in China-AsiaPacific-HS-
400OperationUnsupported.CenFullLevelCEN full level does not support TransitRouterFull類型CEN不支持創(chuàng)建企業(yè)版轉發(fā)路由器。
400OperationUnsupported.CloudDataTransferServiceCCN region not support cloud data transfer service.CCN地域中不支持cloud data transfer服務。
400InvalidPeerTransitRouterId.NotFoundThe specified PeerTransitRouterId is not found.參數(shù)中指定的PeerTransitRouterId不存在。
400IllegalParam.RegionIdRegionId is illegal.參數(shù)中指定的Region不合法。
400IllegalParam.PeerRegionIdPeerRegionId is illegal.參數(shù)中指定的PeerRegionId不合法。
400IllegalParam.TransitRouterRegionIdTransitRouterRegionId is illegal.TransitRouterRegionId不合法。
400InvalidOperation.CenInstanceStatusThe CEN instance is not in a valid state for the operation. -
400IncorrectStatus.TransitRouterThe status of TransitRouter is incorrect.當前TransitRouter的狀態(tài)不支持該操作,請稍后重試。
400InvalidOperation.BwpNotAssociatedOperation is invalid because a bandwidth package corresponding to the geographic span is not associated.與地域對應的帶寬包未關聯(lián),無法操作。
400InvalidOperation.BwpBusinessStatusThe CBN bandwidth package is not in a valid business state for the operation.帶寬包不處于穩(wěn)態(tài),無法操作。
400IllegalParam.CenBandwidthPackageIdParameter CenBandwidthPackageId is illegal.參數(shù)中指定的CenBandwidthPackageId不合法。
400InvalidOperation.BwpBandwidthExceededOperation is invalid because the total bandwidth limit has exceeded that of the bandwidth package.設置帶寬值已超出帶寬包帶寬
400ParameterIllegal.CdtDefaultLinkTypeOnlySupportPlatinumOrGoldDataTransfer only support Platinum and Gold.帶寬分配方式為按流量計費時,默認鏈路類型僅支持鉑金(Platinum)和金(Gold)。
400ParameterIllegal.BandwidthPackageDefaultLinkTypeOnlySupportGoldCen bandwidthPackage only support Gold.帶寬分配方式為帶寬包時,默認鏈路類型僅支持金(Gold)
400ParameterIllegal.CdtDefaultLinkTypeOnlySupportGoldCDT only support Gold when both transitrouters for cross regional connections are not all enterprise version.當跨地域連接的兩端轉發(fā)路由器不全是企業(yè)版且?guī)挿峙浞绞綖榘戳髁坑嬞M時,默認鏈路類型僅支持金(Gold)。
400OperationNotAllowed.DefaultLinkTypeOnlySupportGoldOperation is not allowed because this user can only set default link type to Gold.本用戶只能設置默認鏈路類型為金。
400OperationInvalid.UserCanNotBuyCrossBorderBwpAccording to the laws and regulations of the operator and mainland China, you are currently not eligible to purchase or renew a cross-border bandwidth package. Please contact online customer service or your business manager for consultation.根據(jù)運營商及中國大陸法律法規(guī)的要求,您當前暫不符合購買/續(xù)費跨境帶寬包條件,請聯(lián)系在線客服或您的商務經(jīng)理咨詢處理。
400OperationInvalid.IdentityRegistrationStatusNotSupportReal name registration of enterprises required.因您在“地域”或“對端地域”選擇了“中國內(nèi)地”的地域,您需要是企業(yè)用戶且已完成企業(yè)實名登記,才能繼續(xù)購買。關于如何做企業(yè)實名登記,請查看<a href=" https://www.alibabacloud.com/help/doc-detail/52595.htm">實名認證文檔
400InvalidOperation.OnlyOneRegionSupportIpv6Peer Attachment is only allowed when both regions support IPv6 or do not support IPv6 at all.只有當兩端地域均支持或均不支持IPv6時才可以創(chuàng)建跨地域連接。
400InvalidOperationOperation is invalid.非法操作。
400Forbidden.ResourceOwnerTransitRouterServiceExpiredThe transit router service of the account to which the resource belongs has been suspended due to arrears. Please notify the other party to renew the service and try again.資源所屬賬號的轉發(fā)路由器服務已欠費停服,請通知對方續(xù)費后重試。
400Forbidden.TransitRouterServiceExpiredThe transit router service is out of service.轉發(fā)路由器服務已欠費停服,請續(xù)費后重試。
400OperationUnsupported.RegionIdThe specified RegionId does not support the operation.當前地域不支持該操作。
400InvalidParameterInvalid parameter.參數(shù)不合法。
400UnauthorizedThe AccessKeyId is unauthorized.賬號無權限操作。

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

變更歷史

變更時間變更內(nèi)容概要操作
2024-10-28OpenAPI 錯誤碼發(fā)生變更查看變更詳情
2024-06-11OpenAPI 錯誤碼發(fā)生變更查看變更詳情
2024-05-17OpenAPI 錯誤碼發(fā)生變更查看變更詳情
2023-12-20OpenAPI 錯誤碼發(fā)生變更查看變更詳情
2023-12-13OpenAPI 錯誤碼發(fā)生變更查看變更詳情
2023-12-06OpenAPI 錯誤碼發(fā)生變更、OpenAPI 入?yún)l(fā)生變更查看變更詳情
2023-11-03OpenAPI 錯誤碼發(fā)生變更查看變更詳情
2023-10-18OpenAPI 錯誤碼發(fā)生變更、OpenAPI 入?yún)l(fā)生變更查看變更詳情
2023-10-18OpenAPI 錯誤碼發(fā)生變更、OpenAPI 入?yún)l(fā)生變更查看變更詳情
2023-01-04OpenAPI 錯誤碼發(fā)生變更查看變更詳情
2022-12-22OpenAPI 錯誤碼發(fā)生變更查看變更詳情