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

DeleteVpc - 刪除一個VPC

調用DeleteVpc接口刪除一個專有網絡VPC(Virtual Private Cloud)。

接口說明

調用該接口刪除 VPC 時,請注意:

  • 刪除 VPC 之前,需要先釋放或轉移 VPC 內的所有資源,包括交換機、云產品實例、高可用虛擬 IP 等。

  • 只有處于 Available 狀態的 VPC 才可以被刪除。

  • DeleteVpc 接口屬于異步接口,即系統會返回一個請求 ID,但該 VPC 尚未刪除成功,系統后臺的刪除任務仍在進行。您可以調用 DescribeVpcAttribute 查詢 VPC 的刪除狀態:

    • 當 VPC 處于 Deleting 狀態時,表示 VPC 正在刪除中。
    • 當查詢不到指定的 VPC 時,表示 VPC 刪除成功。
  • DeleteVpc 接口不支持并發刪除同一個 VPC。

調試

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

授權信息

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

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

請求參數

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

要刪除的 VPC ID。

vpc-bp1m7v25emi1h5mtc****
RegionIdstring

要刪除的 VPC 所在的地域 ID。

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

cn-hangzhou
ForceDeleteboolean

是否強制刪除 VPC。取值:

  • true:強制刪除。
  • false(默認值):不強制刪除。

當 VPC 下僅存在以下資源時可強制刪除 VPC:

  • 該 VPC 下僅存在 IPv4 網關及指向 IPv4 網關的路由。
  • 該 VPC 下僅存在 IPv6 網關及指向 IPv6 網關的路由。
false
DryRunboolean

是否只預檢此次請求。取值:

  • true:發送檢查請求,不會刪除專有網絡 VPC。檢查項包括是否填寫了必需參數、請求格式、業務限制。如果檢查不通過,則返回對應錯誤。如果檢查通過,則返回錯誤碼DryRunOperation
  • false(默認值):發送正常請求,通過檢查后返回 HTTP 2xx 狀態碼并直接進行刪除。
false
ClientTokenstring

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

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

說明 若您未指定,則系統自動使用 API 請求的 RequestId 作為 ClientToken 標識。每次 API 請求的 RequestId 可能不一樣。
123e4567-e89b-12d3-a456-426655440000

返回參數

名稱類型描述示例值
object

請求 ID。

RequestIdstring

請求 ID。

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

示例

正常返回示例

JSON格式

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

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400IncorrectStatus.VpcDhcpStatusThe DhcpOptionsSet status of vpc does not support this operation.當前VPC中的DHCP選項集實例狀態不支持刪除VPC
400DependencyViolation.GatewayEndpointThe VPC contains endpoints and cannot be deleted.VPC中還有終端節點,不能被刪除,請先刪除該VPC中的終端節點再刪除VPC。
400IncorrectVpcStatusCurrent VPC status does not support this operation.當前VPC的狀態無法支持這個操作。
400DependencyViolation.RouteEntrySpecified object has dependent resources當前VPC還存在未刪除的自定義路由規則,VPC刪除失敗。
400DependencyViolation.InstanceSpecified object has dependent resources該對象有關聯的資源。
400DependencyViolation.VSwitchSpecified object has dependent resources當前VPC還存在未刪除的交換機,VPC刪除失敗,刪除VPC下的交換機后再嘗試刪除VPC。
400DependencyViolation.SecurityGroupSpecified object has dependent resources SecurityGroup.當前VPC還存在未刪除的安全組,VPC刪除失敗,請先刪除該VPC下的安全組后再刪除VPC。
400DependencyViolation.RouteInterfaceSpecified object has dependent route interface .指定的虛擬交換機連接了路由器接口,無法刪除。
400DependencyViolation.TunnelSpecified object has dependent tunnel.該對象有關聯的隧道。
400DependencyViolation.NatGatewaySpecified object has dependent resources NatGateway.VPC中還有NAT網關,不能被刪除,請先刪除該VPC中的NAT網關再刪除VPC。
400DependencyViolation.RouterInterfaceSpecified object has dependent resources RouterInterface.該對象有關聯的路由器接口。
400Forbidden.VpcNotFoundSpecified VPC can not found.指定的VPC不存在,請您檢查VPC是否正確。
400ForbbidenActive custom route in vpc.您需要在VPC中添加自定義路由條目。
400TaskConflictThe eip operate too frequent, TaskConflict.操作過于頻繁,任務沖突。
400InvalidActionThe VPC has been connected to the classic network ECS. Please cancel the connection before proceeding.-
400IncorrectStatus.cbnStatusCurrent CBN status does not support this operation.CBN當前狀態不正確
400DependencyViolation.RouteTableSpecified object has dependent custom routeTable.-
400DependencyViolation.NetworkAclSpecified object has dependent resources network acl.指定的對象具有從屬資源網絡acl。
400DependencyViolation.ClassicLinkInstanceSpecified object has active classicLink instance.-
400System.ServiceBusySystem is busy, please try later.-
400DependencyViolation.DhcpOptionsSetThe VPC cannot be deleted when it is associated with dhcpOptionsSet.當前VPC還存在未刪除的DHCP選項集實例,不允許刪除
400InvalidRegionId.NotFoundThe specified region is not found.指定地域不存在。
400DependencyViolation.CustomRouteTableCustomRouteTable already exists.依賴沖突,存在自定義路由表。
400DependencyViolation.Ipv4GatewayThe VPC cannot be deleted when it has ipv4Gateway.該VPC下存在IPV4網關,無法刪除。
400DependencyViolation.GatewayRouteTableSpecified object has dependent resources gatewayRouteTable.-
400OperationDenied.VpcPeerExistsThe operation is not allowed because the VpcPeer exists.指定操作被禁止,因為VPC內存在VPC對等連接。
400DependencyViolation.AppAccessSpecified object has dependent resources app access.該VPC存在反向訪問授權關系,無法刪除
400DependencyViolation.OppositeRouterInterfaceFailed to delete the VPC because it has peer router interfaces.該VPC存在對端RouterInterface未刪除,刪除VPC失敗。
400DependencyViolation.TransitRouterSpecified object has attached to Transit Router.您指定的資源被其他的資源依賴,不允許進行當前操作。
400DependencyViolation.Ipv6GatewayThe VPC contains IPv6Gateway and cannot be deleted.該VPC存在IPv6網關,無法刪除。
400DependencyViolation.CloudServiceResourceThe VPC contains CloudServiceResource and cannot be deleted.該VPC存在云服務資源,無法刪除。
400IncorrectStatus.VpcDnsHostnameStatusThe DnsHostname status of vpc does not support this operation.當前VPC的私網域名狀態不支持該操作。
403OperationDeniedThe operation is not supported in this status.當前狀態無法執行該操作。
403OperationDeniedThe snapshot creation for the specified disk is not finished yet.指定磁盤的快照創建尚未結束。
404InvalidVpcId.NotFoundSpecified VPC does not exist.該VPC不存在。
404DependencyViolation.InstanceClassicLink Instances exist in VPC.當前VPC還存在未刪除的云產品實例,VPC刪除失敗。
500InternalErrorThe request processing has failed due to some unknown error.請求處理由于某些未知錯誤失敗。

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

變更歷史

變更時間變更內容概要操作
2024-10-28OpenAPI 錯誤碼發生變更查看變更詳情
2024-09-29OpenAPI 錯誤碼發生變更查看變更詳情
2024-07-24OpenAPI 錯誤碼發生變更查看變更詳情
2024-01-24OpenAPI 錯誤碼發生變更查看變更詳情
2023-09-25OpenAPI 描述信息更新、OpenAPI 錯誤碼發生變更查看變更詳情
2023-06-16OpenAPI 錯誤碼發生變更查看變更詳情
2023-03-07OpenAPI 錯誤碼發生變更、OpenAPI 入參發生變更查看變更詳情