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

DeleteTransitRouterRouteTable - 刪除企業版轉發路由器的自定義路由表

調用DeleteTransitRouterRouteTable接口刪除企業版轉發路由器的自定義路由表。

接口說明

  • 企業版轉發路由器的默認路由表不支持刪除。

  • DeleteTransitRouterRouteTable 接口屬于異步接口,即系統會先返回一個 RequestId,但自定義路由表并未刪除完成,系統后臺的刪除任務仍在進行。您可以調用 ListTransitRouterRouteTables 接口查詢自定義路由表的狀態。

    • 當自定義路由表處于 Deleting 狀態時,表示自定義路由表正在刪除中。在該狀態下,您只能對自定義路由表執行查詢操作,不能執行其他操作。
    • 當查詢不到指定自定義路由表時,表示該自定義路由表刪除完成。

調試

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

授權信息

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

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

請求參數

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

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

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

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

是否對此次刪除請求執行預檢,包括權限、實例狀態校驗等。取值:

  • false(默認):發送正常請求,通過檢查后直接刪除自定義路由表。
  • true:發送檢查請求,只進行校驗,不會刪除自定義路由表。檢查項包括是否填寫了必需參數、請求格式等。如果檢查不通過,則返回對應錯誤。如果檢查通過,則返回錯誤碼DryRunOperation
false
TransitRouterRouteTableIdstring

自定義路由表 ID。

vtb-bp1xbcgpgcz9axl9m****

返回參數

名稱類型描述示例值
object
RequestIdstring

請求 ID。

EAB2F133-8556-4D7C-9E91-7EE4FE9CC7D2

示例

正常返回示例

JSON格式

{
  "RequestId": "EAB2F133-8556-4D7C-9E91-7EE4FE9CC7D2"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400OperationFailed.DeleteSystemRouteTableOperation failed because You are not allowed to Delete System Transit Route Table.不允許刪除系統路由表。
400InvalidTransitRouterRouteTableId.NotFoundTransitRouterRouteTableId is not found.轉發路由器路由表實例ID未找到。
400DryRunOperationRequest validation has been passed with DryRun flag set.DryRun請求驗證通過。
400MissingParam.TransitRouterRouteTableIdThe parameter TransitRouterRouteTableId is mandatory.缺少參數TransitRouterRouteTableId。
400IncorrectStatus.TransitRouterRouteTableTransitRouterRouteTable status is invalid.轉發路由器路由表狀態非法。
400OperationFailed.DeleteRouteTableWithAssociationOperation failed because you are not allowed to delete TransitRouterRouteTable with association存在關聯轉發,請解綁后再刪除路由表。
400OperationFailed.DeleteRouteTableWithPropagationOperation failed because you are not allowed to delete transit router route table with propagation存在路由學習,請解綁后再刪除路由表。
400OperationFailed.DeleteRouteTableWithRouteEntryOperation failed because you are not allowed to delete transit touter route table with route entry存在路由表項,請解綁后再刪除路由表。
400OperationFailed.DeleteRouteTableWithRouteAggregationOperation is invalid because delete route table with route aggregation.該路由表上存在路由聚合配置,請刪除后再刪除路由表。
400InvalidParameterInvalid parameter.參數不合法。
400UnauthorizedThe AccessKeyId is unauthorized.賬號無權限操作。

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

變更歷史

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