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

RemoveDiskReplicaPair - 移除一致性復制組中的復制對

移除一致性復制組中的復制對。移除復制對只是解除了復制對和一致性復制組的綁定關系,不會刪除復制對。

接口說明

  • 一致性復制組功能支持的地域請參見云盤異步復制概述

  • 一致性復制組必須處于已創建created)、已停止stopped)或者失效invalid)狀態。

調試

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

授權信息

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

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

請求參數

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

一致性復制組所屬的地域 ID。

cn-beijing
ReplicaGroupIdstring

一致性復制組 ID。

您可以調用 DescribeDiskReplicaGroups 查詢一致性復制組 ID。

pg-myreplica****
ReplicaPairIdstring

復制對 ID。

pair-cn-dsa****
ClientTokenstring

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

123e4567-e89b-12d3-a456-42665544****

返回參數

名稱類型描述示例值
object

Schema of Response

RequestIdstring

請求 ID。

C123F94F-4E38-19AE-942A-A8D6F44F****

示例

正常返回示例

JSON格式

{
  "RequestId": "C123F94F-4E38-19AE-942A-A8D6F44F****"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
403OperationDeniedThe operation is not allowed.當前操作不允許執行。
403OperationDenied.GroupStatusCannotRemovePairThe pair cannot be removed in group current status.一致性組的當前狀態不允許復制對移除。
403OperationDenied.InvalidStatusThe operation is not allowed in current status.當前狀態下該操作不允許執行。
403OperationDenied.NoPairInGroupThe operation is not allowed because no pair in the group.當前操作不允許執行,因為指定的一致性組中沒有復制對。
403OperationDenied.PairGroupAZoneConflictThe operation is not allowed due to pair and group having different RegionId or ZoneId.當前操作不允許執行,因為復制對和一致性組所屬的RegionId和ZoneId不一致。
403OperationDenied.PairGroupStatusConflictThe operation is not allowed due to pair and group status are not consistent.當前操作不允許執行,因為復制對和一致性組的狀態不一致。
403OperationDenied.PairInAnotherGroupThe operation is not allowed because pair is already in another group.當前操作不允許執行,因為復制對已被加入另一個一致性組中。
403OperationDenied.PairNotInGroupThe operation is not allowed because pair is not in any group.當前操作不允許執行,因為指定的異步復制對未加入任何一致性組中。
403OperationDenied.PairStatusCannotRemoveFromGroupThe pair cannot be removed in pair current status.復制對的當前狀態不允許復制對從一致性組中移除。
403ForbiddenUser is not authorized to operate.當前用戶無權限對當前資源執行任何操作。請檢查您的賬號權限或者咨詢您的主賬號管理員。
403Forbidden.ActionUser is not authorized to operate this action.當前用戶無權限執行該操作。請檢查您的賬號權限或者咨詢您的主賬號管理員。
404NoSuchResourceThe specified resource does not exist.指定的資源不存在。
500InternalErrorThe request processing has failed due to some unknown error, exception or failure.內部錯誤。
504RequestTimeoutThe request is timeout, please try again later.該請求超時,請稍后再重試。

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

變更歷史

變更時間變更內容概要操作
暫無變更歷史