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

DeleteNatGateway - 刪除指定的NAT網關

調用DeleteNatGateway接口刪除指定的公網NAT網關。

接口說明

DeleteNatGateway 接口屬于異步接口,即系統會先返回一個請求 ID,但該 NAT 網關實例并未刪除完成,系統后臺的刪除任務仍在進行。您可以調用 DescribeNatGateways 查詢 NAT 網關的狀態:

  • 當 NAT 網關處于 Deleting 狀態時,表示 NAT 網關正在刪除中,在該狀態下,您只能執行查詢操作,不能執行其他操作。

  • 當查詢不到該 NAT 網關實例時,表示 NAT 網關刪除完成。

說明 刪除 NAT 網關操作不可恢復,請您謹慎操作。

調試

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

授權信息

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

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

請求參數

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

NAT 網關所在的地域 ID。

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

cn-hangzhou
NatGatewayIdstring

要刪除的 NAT 網關的實例 ID。

ngw-bp1uewa15k4iy5770****
Forceboolean

是否強制刪除 NAT 網關,取值:

  • true:強制刪除。當取值為 true 時,說明如下:

    • 如果 NAT 網關有 SNAT 規則,系統會自動幫您刪除 SNAT 規則。

    • 如果 NAT 網關有 DNAT 規則,系統會自動幫您刪除 DNAT 規則。

    • 如果 NAT 網關有綁定 EIP,系統會自動幫您解綁。

    • 如果 NAT 網關有未刪除的 NAT 帶寬包,系統會自動幫您刪除 NAT 帶寬包。

  • false(默認值):不強制刪除。當取值為 false 時,說明如下:

    • 如果 NAT 網關有未刪除的 NAT 帶寬包,請先刪除 NAT 帶寬包。

    • 如果 NAT 網關有 SNAT 規則,請先刪除 SNAT 規則。

    • 如果 NAT 網關有 DNAT 規則,請先刪除 DNAT 規則。

    • 如果 NAT 網關有綁定 EIP,請先解綁 EIP。

false

返回參數

名稱類型描述示例值
object

請求 ID。

RequestIdstring

請求 ID。

0ED8D006-F706-4D23-88ED-E11ED28DCAC0

示例

正常返回示例

JSON格式

{
  "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28DCAC0"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400DependencyViolation.VpcEndpointServiceThe specified resource of %s depends on %s, so the operation cannot be completed.NAT有依賴的終端節點服務,所以此操作不能進行
400DependencyViolation.FullNatEntryThe specified resource of %s depends on %s, so the operation cannot be completed.-
400DependencyViolation.RouterEntryThe specified resource of %s depends on %s, so the operation cannot be completed.NAT有依賴的路由條目,所以此操作不能進行
400DependencyViolation.BandwidthPackagesThere are BandwidthPackages on specified NatGateway not deleted.NAT網關上有尚未刪除的帶寬包,請刪除NAT網關下的所有帶寬包后再重新操作。
400DependencyViolation.EIPSThere are Eips on specified NatGateway, please unbind it first.指定的NAT網關已綁定了彈性公網IP,請先將其從NAT網關解綁。
400Forbidden.PrePaidNatGatewayThe specified NatGateway is PrePaid.-
400InvalidOperation.DeletionProtectionThe instance cannnot delete because of deletion protecion.-
400DependencyViolation.SnatEntryThe specified resource of %s depends on %s, so the operation cannot be completed.-
400IncorrectStatus.SnatEntryThe status of %s [%s] is incorrect.-
400DependencyViolation.ForwardEntryThe specified resource of %s depends on %s, so the operation cannot be completed.-
400IncorrectStatus.ForwardEntryThe status of %s [%s] is incorrect.要刪除的DNAT條目實例狀態不對
400DependencyViolation.NatIpThe specified resource of %s depends on %s, so the operation cannot be completed.有依賴的NAT IP,所以此操作不能進行
400IncorrectStatus.NatIpThe status of %s [%s] is incorrect.NatIp當前狀態不正確。
400DependencyViolation.NatIpCidrThe specified resource of %s depends on %s, so the operation cannot be completed.NAT有依賴的NAT IP CIDR,所以此操作不能進行
400IncorrectStatus.NatGatewayThe NatGateway instance is being deleted and needs to wait until the process is complete.NAT網關實例正在被刪除,無法重復刪除,需要等待刪除過程完成。
400IncorrectStatus.RouterEntryThe status of %s [%s] is incorrect.RouterEntry當前狀態不正確。
400IncorrectStatus.VSwitchThe specified vSwitch status is invalid.虛擬交換機狀態異常。
404INSTANCE_NOT_EXISTSInstance not exists.-
404InvalidRegionId.NotFoundThe specified RegionId does not exist in our records.指定的RegionId不存在。
404InvalidNatGatewayId.NotFoundThe specified NatGatewayId does not exist in our records.指定的 NatGatewayId 不存在,請您檢查填寫的 NatGatewayId 是否正確。
404IncorrectStatus.NatGateway%s-
404ResourceNotFound.NatGatewayThe specified resource of %s is not found.-

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

變更歷史

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