Merge pull request #2552 from wanyaoqi/feature/wyq/guest-batch-migrate

feature:guest batch migrate
This commit is contained in:
yunion-ci-robot
2019-08-24 17:43:08 +08:00
committed by GitHub
3 changed files with 191 additions and 0 deletions
+14
View File
@@ -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