調用DeleteNatGateway接口刪除指定的公網NAT網關。
接口說明
DeleteNatGateway 接口屬于異步接口,即系統會先返回一個請求 ID,但該 NAT 網關實例并未刪除完成,系統后臺的刪除任務仍在進行。您可以調用 DescribeNatGateways 查詢 NAT 網關的狀態:
-
當 NAT 網關處于 Deleting 狀態時,表示 NAT 網關正在刪除中,在該狀態下,您只能執行查詢操作,不能執行其他操作。
-
當查詢不到該 NAT 網關實例時,表示 NAT 網關刪除完成。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
vpc:DeleteNatGateway | delete | *NatGateway acs:vpc:{#regionId}:{#accountId}:natgateway/{#natgatewayid} |
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 是 | NAT 網關所在的地域 ID。 您可以通過調用 DescribeRegions 接口獲取地域 ID。 | cn-hangzhou |
NatGatewayId | string | 是 | 要刪除的 NAT 網關的實例 ID。 | ngw-bp1uewa15k4iy5770**** |
Force | boolean | 否 | 是否強制刪除 NAT 網關,取值:
| false |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "0ED8D006-F706-4D23-88ED-E11ED28DCAC0"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | DependencyViolation.VpcEndpointService | The specified resource of %s depends on %s, so the operation cannot be completed. | NAT有依賴的終端節點服務,所以此操作不能進行 |
400 | DependencyViolation.FullNatEntry | The specified resource of %s depends on %s, so the operation cannot be completed. | - |
400 | DependencyViolation.RouterEntry | The specified resource of %s depends on %s, so the operation cannot be completed. | NAT有依賴的路由條目,所以此操作不能進行 |
400 | DependencyViolation.BandwidthPackages | There are BandwidthPackages on specified NatGateway not deleted. | NAT網關上有尚未刪除的帶寬包,請刪除NAT網關下的所有帶寬包后再重新操作。 |
400 | DependencyViolation.EIPS | There are Eips on specified NatGateway, please unbind it first. | 指定的NAT網關已綁定了彈性公網IP,請先將其從NAT網關解綁。 |
400 | Forbidden.PrePaidNatGateway | The specified NatGateway is PrePaid. | - |
400 | InvalidOperation.DeletionProtection | The instance cannnot delete because of deletion protecion. | - |
400 | DependencyViolation.SnatEntry | The specified resource of %s depends on %s, so the operation cannot be completed. | - |
400 | IncorrectStatus.SnatEntry | The status of %s [%s] is incorrect. | - |
400 | DependencyViolation.ForwardEntry | The specified resource of %s depends on %s, so the operation cannot be completed. | - |
400 | IncorrectStatus.ForwardEntry | The status of %s [%s] is incorrect. | 要刪除的DNAT條目實例狀態不對 |
400 | DependencyViolation.NatIp | The specified resource of %s depends on %s, so the operation cannot be completed. | 有依賴的NAT IP,所以此操作不能進行 |
400 | IncorrectStatus.NatIp | The status of %s [%s] is incorrect. | NatIp當前狀態不正確。 |
400 | DependencyViolation.NatIpCidr | The specified resource of %s depends on %s, so the operation cannot be completed. | NAT有依賴的NAT IP CIDR,所以此操作不能進行 |
400 | IncorrectStatus.NatGateway | The NatGateway instance is being deleted and needs to wait until the process is complete. | NAT網關實例正在被刪除,無法重復刪除,需要等待刪除過程完成。 |
400 | IncorrectStatus.RouterEntry | The status of %s [%s] is incorrect. | RouterEntry當前狀態不正確。 |
400 | IncorrectStatus.VSwitch | The specified vSwitch status is invalid. | 虛擬交換機狀態異常。 |
404 | INSTANCE_NOT_EXISTS | Instance not exists. | - |
404 | InvalidRegionId.NotFound | The specified RegionId does not exist in our records. | 指定的RegionId不存在。 |
404 | InvalidNatGatewayId.NotFound | The specified NatGatewayId does not exist in our records. | 指定的 NatGatewayId 不存在,請您檢查填寫的 NatGatewayId 是否正確。 |
404 | IncorrectStatus.NatGateway | %s | - |
404 | ResourceNotFound.NatGateway | The specified resource of %s is not found. | - |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|---|---|
2024-01-18 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |
2023-12-20 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |
2023-07-24 | OpenAPI 描述信息更新、OpenAPI 錯誤碼發生變更 | 查看變更詳情 |