調用DeleteVSwitch接口刪除交換機。
接口說明
調用該接口刪除交換機時,請注意以下事項:
-
刪除交換機之前,需要先釋放或移走 VPC 內的所有資源,包括交換機、云產品實例、路由器接口、HaVip 等。
-
只有處于 Available 狀態的交換機可以被刪除。
-
交換機所在的 VPC 正在創建或刪除交換機或路由條目時,無法刪除交換機。
-
DeleteVSwitch 接口屬于異步接口,即系統會返回一個請求 ID,但該交換機尚未刪除成功,系統后臺的刪除任務仍在進行。您可以調用 DescribeVSwitchAttributes 查詢交換機的刪除狀態:
- 當交換機處于 Pending 狀態時,表示交換機正在刪除中。
- 當查詢不到指定的交換機時,表示交換機刪除成功。
-
DeleteVSwitch 接口不支持并發刪除同一個交換機。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
vpc:DeleteVSwitch | delete | *VSwitch acs:vpc:{#regionId}:{#accountId}:vswitch/{#VSwitchId} |
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
VSwitchId | string | 是 | 要刪除的交換機的 ID。 | vsw-asdfjlna**** |
RegionId | string | 否 | 要刪除的交換機的地域 ID。 您可以通過調用 DescribeRegions 接口獲取地域 ID。 | cn-hangzhou |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "0ED8D006-F706-4D23-88ED-E11ED28DCAC0"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | OperationDenied.OtherSubnetProcessing | other subnet is processing. | 無法刪除當前虛擬交換機(vSwitch),因為其他子網正在操作中。 |
400 | IncorrectVSwitchStatus | vpc subnet is in middle status. | - |
400 | IncorrectVSwitchStatus | vpc subnet status not working. | - |
400 | IncorrectVSwitchStatus | The current virtual switch status does not support this operation. | 該vSwitch處于pending狀態,無法刪除。 |
400 | DependencyViolation | Resources deployed in the vSwitch have not been deleted. | 該交換機下還有資源未釋放,無法刪除。 |
400 | DependencyViolation | Some route entry status blocked this operation. | 無法執行該操作,當前路由表中有路由條目的狀態為pending或modifying。 |
400 | IncorrectRouteEntryStatus | Some route entry status blocked this operation. | 無法執行該操作,當前路由表中有路由條目的狀態為pending或modifying。 |
400 | DependencyViolation.HaVip | VSwitch cannot be deleted when there are some HaVip dependent with it. | 無法刪除交換機,該交換機下有關聯的HaVip。 |
400 | DependencyViolation.RouteTable | VSwitch cannot be deleted when associated with route table | - |
400 | MissingParameter | Miss mandatory parameter. | 缺少必要參數,請您檢查必填參數是否都已填后再進行操作。 |
400 | TaskConflict | The operation is too frequent, TaskConflict. | 操作太頻繁,請稍后重試 |
400 | DependencyViolation.SNAT | The vswitch cannot be deleted when used by snat. | 當snat使用時,無法刪除vswitch。 |
400 | DeleteVSwitch.IncorrectStatus.cbnStatus | Current CBN status does not support this operation. | 當前CBN狀態不支持刪除虛擬交換機(VSwitch)操作 |
400 | AttrMismatching.NaclAndBindInstance | The network acl and resource not in same vpc. | - |
400 | InvalidResource.NotBinding | The resource has not been binded. | - |
400 | DependencyViolation.SnatEntry | VSwitch cannot be deleted when snat entry exist. | - |
400 | DependencyViolation.NetworkAcl | VSwitch cannot be deleted when network acl exist. | 當存在網絡acl時,無法刪除VSwitch。 |
400 | DependencyViolation.EnhancedNatgw | VSwitch cannot be deleted when natgw exist. | 當natgw存在時,無法刪除VSwitch。 |
400 | DependencyViolation.ResourceShare | VSwitch cannot be deleted when resource share exist. | - |
400 | OperationFailed.SystemBusy | Operation failed because system is busy. | 系統繁忙,請稍后重試 |
400 | DependencyViolation.MulticastDomain | VSwitch cannot be deleted when associated with multicast domain. | VSwitch加入了組播域,無法刪除。 |
400 | DependencyViolation.VSwitchCidrReservation | VSwitch cannot be deleted when vswitch cidr reservation exist. | 該VSwitch存在VSwitchCidrReservation使用中,不允許刪除 |
400 | DependencyViolation.CloudService | VSwitch cannot be deleted when uesd by cloud service. | 當前交換機正被云服務使用無法刪除,請確認云服務使用場景。 |
400 | InvalidVSwitchId.NotFound | VSwitch not exist. | 該交換機不存在,請您檢查輸入的交換機是否正確。 |
400 | OperationFailed.Ipv6InstanceExist | Operation failed because vswitch has ipv6 instance. | 交換機中存在IPv6實例。 |
400 | DependencyViolation.Ipv6Address | The specified resource of %s depends on %s, so the operation cannot be completed. | 您指定的資源被其他的資源依賴,不允許進行當前操作 |
404 | Forbidden.RegionNotFound | Specified instance is not found during access authentication. | 當前Region不支持 |
404 | IncorrectVSwitchId | Specified vSwtich instance is not found during access authentication. | 權限校驗過程中,未找到指定的虛擬交換機(vSwtich)實例 |
404 | IncorrectStatus | Vswtich status not stable. | 當前交換機的狀態為pending或modifying,請您稍后再試。 |
404 | DependencyViolation.RouterInterface | Specified object has dependent resources RouterInterface. | 該對象有關聯的路由器接口。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|---|---|
2023-12-14 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |
2023-10-10 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |
2023-09-21 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |
2023-06-25 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |
2023-06-09 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |
2023-03-17 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |