mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
Merge pull request #2552 from wanyaoqi/feature/wyq/guest-batch-migrate
feature:guest batch migrate
This commit is contained in:
@@ -216,6 +216,20 @@ type ServerDeployInput struct {
|
||||
AutoStart *bool `json:"auto_start"`
|
||||
}
|
||||
|
||||
type GuestBatchMigrateRequest struct {
|
||||
apis.Meta
|
||||
|
||||
GuestIds []string
|
||||
PreferHost string
|
||||
}
|
||||
|
||||
type GuestBatchMigrateParams struct {
|
||||
Id string
|
||||
LiveMigrate bool
|
||||
RescueMode bool
|
||||
OldStatus string
|
||||
}
|
||||
|
||||
type HostLoginInfo struct {
|
||||
apis.Meta
|
||||
|
||||
|
||||
Reference in New Issue
Block a user