fix(region): disk filter by server (#23658)

This commit is contained in:
屈轩
2025-11-01 13:32:21 +08:00
committed by GitHub
parent 1d9e418df8
commit 4a2d41afbe
+2
View File
@@ -127,6 +127,8 @@ type DiskListInput struct {
SnapshotPolicyFilterListInput
// 虚拟机(ID或Name)列表
ServerId []string `json:"server_id"`
// swagger:ignore
Server []string `json:"server" yunion-deprecated-by:"server_id"`
// filter disk by whether it is being used
Unused *bool `json:"unused"`