調(diào)用UpdateTransitRouterPeerAttachmentAttribute接口修改企業(yè)版轉(zhuǎn)發(fā)路由器下跨地域連接的配置。
接口說明
UpdateTransitRouterPeerAttachmentAttribute 接口屬于異步接口,即系統(tǒng)會(huì)先返回一個(gè) RequestId,但該跨地域連接并未修改完成,系統(tǒng)后臺(tái)的修改任務(wù)仍在進(jìn)行。您可以調(diào)用 ListTransitRouterPeerAttachments 接口查詢跨地域連接的狀態(tài)。
- 當(dāng)跨地域連接處于 Modifying 狀態(tài)時(shí),表示跨地域連接正在修改中,在該狀態(tài)下,您只能對(duì)跨地域連接執(zhí)行查詢操作,不能執(zhí)行其他操作。
- 當(dāng)跨地域連接處于 Attached 狀態(tài)時(shí),表示跨地域連接修改完成。
調(diào)試
您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。
授權(quán)信息
下表是API對(duì)應(yīng)的授權(quán)信息,可以在RAM權(quán)限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說明如下:
- 操作:是指具體的權(quán)限點(diǎn)。
- 訪問級(jí)別:是指每個(gè)操作的訪問級(jí)別,取值為寫入(Write)、讀?。≧ead)或列出(List)。
- 資源類型:是指操作中支持授權(quán)的資源類型。具體說明如下:
- 對(duì)于必選的資源類型,用背景高亮的方式表示。
- 對(duì)于不支持資源級(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)操作 |
---|---|---|---|---|
cen:UpdateTransitRouterPeerAttachmentAttribute | update | *TransitRouterPeerAttachment acs:cen:*:{#accountId}:centransitrouterattachment/{#centransitrouterattachmentId} |
| 無 |
請(qǐng)求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ClientToken | string | 否 | 客戶端 Token,用于保證請(qǐng)求的冪等性。 從您的客戶端生成一個(gè)參數(shù)值,確保不同請(qǐng)求間該參數(shù)值唯一。ClientToken 只支持 ASCII 字符。 說明
若您未指定,則系統(tǒng)自動(dòng)使用 API 請(qǐng)求的 RequestId 作為 ClientToken 標(biāo)識(shí)。每次 API 請(qǐng)求的 RequestId 可能不一樣。
| 02fb3da4-130e-11e9-8e44-001**** |
TransitRouterAttachmentId | string | 是 | 跨地域連接 ID。 | tr-attach-ft94dcrbc3e5taun3x |
TransitRouterAttachmentName | string | 否 | 跨地域連接的新名稱。 名稱可以為空或長(zhǎng)度為 1~128 個(gè)字符,不能以 http://或 https://開頭。 | testname |
TransitRouterAttachmentDescription | string | 否 | 跨地域連接新的描述信息。 描述可以為空或長(zhǎng)度為 1~256 個(gè)字符,不能以 http://或 https://開頭。 | testdesc |
AutoPublishRouteEnabled | boolean | 否 | 是否允許企業(yè)版轉(zhuǎn)發(fā)路由器自動(dòng)發(fā)布跨地域連接的路由到對(duì)端地域。
| false |
DryRun | boolean | 否 | 是否對(duì)此次請(qǐng)求執(zhí)行預(yù)檢,包括權(quán)限、實(shí)例狀態(tài)校驗(yàn)等。取值:
| false |
Bandwidth | integer | 否 | 跨地域連接的帶寬值。單位:Mbps。
| 2 |
CenBandwidthPackageId | string | 否 | 跨地域連接要綁定的帶寬包 ID。 如果不輸入帶寬包 ID,則表示您要使用測(cè)試帶寬。系統(tǒng)默認(rèn)測(cè)試帶寬為 1 Kbps,僅供您測(cè)試(IPv4)網(wǎng)絡(luò)連通性。 說明
當(dāng) BandwidthType 取值為 DataTransfer 時(shí),無需配置該項(xiàng)。
| cenbwp-3xrxupouolw5ou**** |
BandwidthType | string | 否 | 帶寬的分配方式。取值:
| BandwidthPackage |
DefaultLinkType | string | 否 | 默認(rèn)鏈路類型。 可選值為 Platinum(鉑金),Gold(金),默認(rèn)為 Gold(金)。 且僅在帶寬分配方式是按流量計(jì)費(fèi)時(shí),才可以配置為 Platinum(鉑金)。 | Gold |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"RequestId": "A01FEDD7-7D69-4EB3-996D-CF79F6F885CA"
}
錯(cuò)誤碼
HTTP status code | 錯(cuò)誤碼 | 錯(cuò)誤信息 | 描述 |
---|---|---|---|
400 | InvalidTransitRouterAttachmentId.NotFound | TransitRouterAttachmentId is not found. | 網(wǎng)絡(luò)連接實(shí)例ID不存在。 |
400 | OperationUnsupported.BandwidthType | The specified BandwidthType does not support the operation. | 當(dāng)前BandwidthType不支持該操作。 |
400 | MissingParam.Bandwidth | The parameter Bandwidth is mandatory. | 帶寬值參數(shù)是必需的。 |
400 | IncorrectStatus.Attachment | The resource is not in a valid state for the attachment operation. | 網(wǎng)絡(luò)連接實(shí)例正在處理狀態(tài),請(qǐng)稍后再操作。 |
400 | IllegalParam.BandwidthType | BandwidthType is illegal. | 帶寬包類型不合法。 |
400 | IllegalParam.Bandwidth | Bandwidth is illegal. | 帶寬包ID不合法。 |
400 | ParameterIllegal.BandwidthPackageDefaultLinkTypeOnlySupportGold | Cen bandwidthPackage only support Gold. | 帶寬分配方式為帶寬包時(shí),默認(rèn)鏈路類型僅支持金(Gold) |
400 | ParameterIllegal.CdtDefaultLinkTypeOnlySupportPlatinumOrGold | DataTransfer only support Platinum and Gold. | 帶寬分配方式為按流量計(jì)費(fèi)時(shí),默認(rèn)鏈路類型僅支持鉑金(Platinum)和金(Gold)。 |
400 | ParameterIllegal.CdtDefaultLinkTypeOnlySupportGold | CDT only support Gold when both transitrouters for cross regional connections are not all enterprise version. | 當(dāng)跨地域連接的兩端轉(zhuǎn)發(fā)路由器不全是企業(yè)版且?guī)挿峙浞绞綖榘戳髁坑?jì)費(fèi)時(shí),默認(rèn)鏈路類型僅支持金(Gold)。 |
400 | OperationNotAllowed.DefaultLinkTypeOnlySupportGold | Operation is not allowed because this user can only set default link type to Gold. | 本用戶只能設(shè)置默認(rèn)鏈路類型為金。 |
400 | OperationUnsupported.TransitRouterAttachment | The specified TransitRouterAttachment has configured TransitRegion. Please remove the configuration first. | 存在帶寬復(fù)用配置,請(qǐng)刪除后重試。 |
400 | IllegalParam.Bandwidth | Bandwidth is illegal | 跨地域連接時(shí)入?yún)捴捣欠ā?/span> |
400 | IllegalParam.BandwidthLessThanQosPolicyBandwidth | The input bandwidth value is less than the sum of the Qos policy bandwidth. | 輸入的帶寬值小于QoS按帶寬分配的限速值總和。 |
400 | IllegalParam.BandwidthPackageStatus | The status of the bandwidth package is incorrect. | 帶寬包的狀態(tài)錯(cuò)誤。 |
400 | InvalidParameter | Invalid parameter. | 參數(shù)不合法。 |
400 | Unauthorized | The AccessKeyId is unauthorized. | 賬號(hào)無權(quán)限操作。 |
訪問錯(cuò)誤中心查看更多錯(cuò)誤碼。
變更歷史
變更時(shí)間 | 變更內(nèi)容概要 | 操作 |
---|---|---|
2024-08-16 | OpenAPI 錯(cuò)誤碼發(fā)生變更 | 查看變更詳情 |
2024-07-10 | OpenAPI 錯(cuò)誤碼發(fā)生變更 | 查看變更詳情 |
2023-12-06 | OpenAPI 錯(cuò)誤碼發(fā)生變更、OpenAPI 入?yún)l(fā)生變更 | 查看變更詳情 |
2023-11-03 | OpenAPI 錯(cuò)誤碼發(fā)生變更 | 查看變更詳情 |
2023-10-18 | OpenAPI 錯(cuò)誤碼發(fā)生變更、OpenAPI 入?yún)l(fā)生變更 | 查看變更詳情 |
2023-10-18 | OpenAPI 錯(cuò)誤碼發(fā)生變更、OpenAPI 入?yún)l(fā)生變更 | 查看變更詳情 |