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

ModifyBgpPeerAttribute - 修改BGP鄰居的屬性

調用ModifyBgpPeerAttribute接口修改BGP鄰居的屬性。

調試

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

授權信息

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

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

請求參數

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

要修改屬性的 BGP 鄰居所在 BGP 組的地域 ID。

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

cn-shanghai
BgpPeerIdstring

要修改屬性的 BGP 鄰居的 ID。

bgp-m5eoyp2mwegk8ce9v****
BgpGroupIdstring

要修改屬性的 BGP 鄰居所在 BGP 組的 ID。

bgpg-m5eo12jxuw2hc0uqq****
PeerIpAddressstring

要修改的 BGP 鄰居的 IP 地址。

116.62.XX.XX
EnableBfdboolean

是否開啟 BFD 功能,取值:

  • true:開啟 BFD 功能。

  • false(默認值):不開啟 BFD 功能。

false
ClientTokenstring

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

由客戶端生成該參數值,要保證在不同請求間唯一,最大值不超過 64 個 ASCII 字符。

說明 若您未指定,則系統自動使用 API 請求的 RequestId 作為 ClientToken 標識。每次 API 請求的 RequestId 不一樣。
123e4567-e89b-12d3-a456-426655440000
BfdMultiHopinteger

BFD 跳數。取值范圍:1~255

選擇開啟 BFD 功能時,需要配置此參數。 輸入 BFD 跳數,即數據從源端到目標端傳輸時經過的最大設備數量。您可以根據真實的物理鏈路因素配置不同的跳數。

說明 當您在多云環境或光纖直連組網中使用 BFD,中間無任何橋接設備時,則需要將 BFD 的默認跳數從 255 改成 1
3

返回參數

名稱類型描述示例值
object
RequestIdstring

請求 ID。

D4B7649A-61BB-4C64-A586-1DFF1EDA6A42

示例

正常返回示例

JSON格式

{
  "RequestId": "D4B7649A-61BB-4C64-A586-1DFF1EDA6A42"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400IllegalParam.IpAddressThe specified IpAddress is illegal.指定的IpAddress不合法
400InvalidAccessDeviceId.NotFoundThere is no Access_Device_Id in our records-
400QuotaExceeded.BfdSessionYour Bfd Session number reaches the upper limit.-
400QuotaExceeded.BfdSessionThe Bfd Session on device reaches the upper limit.-
400MissingParam.BgpPeerIdThe parameter BgpPeerId is mandatory.-
400InvalidBgpPeer.NotFoundThe specified BgpPeerId does not exit in our records.-
400InvalidRegionId.NotFoundThe specified RegionId does not exist in our records.指定的RegionId不存在。
400IncorrectStatus.BgpPeerInvalid BgpPeer status cannot operate.無效的BgpPeer狀態無法運行。
400MissingParam.EnableBfdThe parameter EnableBfd is missing.-
400IllegalParam.BfdMultiHopBfdMultiHop is illegal.-
400OperationFailed.PconnTrafficNotEnableThe operation is failed because of PconnTrafficNotEnable.操作失敗,因為出方向流量未開通。
400DuplicatedParam.PeerIpAddressThe param of PeerIpAddress is duplicated.BGP鄰居IP地址重復。
404InvalidBgpPeerId.NotFoundThe specified BgpPeerId does not exit in our records.-
404IncorretStatus.BgpPeerThe specified BgpPeer status is not stable, can not operate.-
500Internal.ErrorThe request processing has failed due to some unknown error, exception or failure.-

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

變更歷史

變更時間變更內容概要操作
2024-01-04OpenAPI 描述信息更新、OpenAPI 錯誤碼發生變更查看變更詳情