調用DeleteTransitRouterVbrAttachment介面刪除企業版轉寄路由器下的邊界路由器VBR(Virtual border router)串連。
介面說明
DeleteTransitRouterVbrAttachment 介面屬於非同步介面,即系統會先返回一個 RequestId,但該 VBR 串連並未刪除完成,系統背景刪除任務仍在進行。您可以調用 ListTransitRouterVbrAttachments 介面查詢 VBR 串連的狀態。
當 VBR 串連處於 Detaching 狀態時,表示 VBR 串連正在刪除中,在該狀態下,您只能對 VBR 串連執行查詢操作,不能執行其他動作。
當查詢不到指定的 VBR 串連時,表示 VBR 串連刪除完成。
在調用 DeleteTransitRouterVbrAttachment 介面過程時請確保輸入的參數值無誤。如果您輸入的參數有誤調用介面後仍然會返回 RequestId,但不會刪除企業版轉寄路由器下的邊界路由器 VBR 串連。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
cen:DeleteTransitRouterVbrAttachment |
*TransitRouterVbrAttachment
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| ClientToken |
string |
否 |
用戶端 Token,用於保證請求的等冪性。 從您的用戶端產生一個參數值,確保不同請求間該參數值唯一。ClientToken 只支援 ASCII 字元。 說明
若您未指定,則系統自動使用 API 請求的 RequestId 作為 ClientToken 標識。每次 API 請求的 RequestId 不一樣。 |
02fb3da4-130e-11e9-8e44-001**** |
| TransitRouterAttachmentId |
string |
是 |
VBR 串連 ID。 |
tr-attach-9nlnjv7by7n7a**** |
| DryRun |
boolean |
否 |
是否對此次請求執行預檢,包括許可權、執行個體狀態校正等。取值:
|
false |
| Force |
boolean |
否 |
是否強制移除 VBR 串連,取值:
|
false |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
返回結果。 |
||
| RequestId |
string |
請求 ID。 |
3EDA94DE-0AE5-41FC-A91E-7170E408E0FD |
樣本
正常返回樣本
JSON格式
{
"RequestId": "3EDA94DE-0AE5-41FC-A91E-7170E408E0FD"
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | OperationFailed.RouteTableAssociationExist | Operation failed because TransitRouterRouteTable exists | 由於存在關聯的路由表,網路連接刪除失敗。 |
| 400 | OperationFailed.RouteEntryExist | Operation failed because the TransitRouterAttachment exists in RouteTable. | |
| 400 | OperationFailed.RouteTablePropagationExist | The specified TransitRouterAttachment has configured RouteTablePropagation. Please remove the configuration first. | 該網路連接配置了路由表學習,請先解除路由學習。 |
| 400 | OperationFailed.VbrAttachedVbrHa | The operation is failed because of VbrAttachedVbrHa. | |
| 400 | OperationFailed.FlowLogExistOrNisOpened | Operation failed because FlowLog exists or Nis opened. | 存在flowlog或者開通Nis服務,無法支援該操作。 |
| 400 | OperationUnsupported.TransitRouterType | The specified TransitRouterType does not support the operation. | 當前TransitRouter類型不支援該操作。 |
| 400 | InstanceReferenced.VpcRouteEntry | The specified attachment is referenced by vpc route entry. | vpc中存在路由的下一跳指向該attachment,無法操作。 |
| 400 | OperationFailed.NotSupportForceDelete | Not support force delete attachment. | 不支援強制移除功能。 |
| 400 | InvalidTransitRouterAttachmentId.NotFound | The TransitRouterAttachmentId is not found. | 參數中指定的TransitRouterAttachmentId不存在。 |
| 400 | OperationFailed.PrefixListExist | Operation failed because PrefixList exists. | prefixlist存在,操作失敗。 |
| 400 | OperationFailed.VbrWithAllowPrefixes | Operation failed because allow prefixes referenced by vbr exists. | VBR上當前配置了允許的首碼路由從而導致操作失敗 |
| 400 | InvalidParameter | Invalid parameter. | 參數不合法。 |
| 400 | Unauthorized | The AccessKeyId is unauthorized. | 帳號無許可權操作。 |
| 400 | InstanceReferenced.VbrRouteEntry | Operation is failed because there is at least one route entry which next hop is the specified attachment. | vbr中存在路由的下一跳指向該attachment,無法操作。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。