mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-08-30 17:13:08 +08:00
fix(region): disk filter by server (#23658)
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user