Versions in this module Expand all Collapse all v0 v0.0.1 Jan 19, 2019 Changes in this version + type LiveMigrateOpts struct + BlockMigration *bool + DiskOverCommit *bool + Host *string + func (opts LiveMigrateOpts) ToLiveMigrateMap() (map[string]interface{}, error) + type LiveMigrateOptsBuilder interface + ToLiveMigrateMap func() (map[string]interface{}, error) + type MigrateResult struct + func LiveMigrate(client *gophercloud.ServiceClient, id string, opts LiveMigrateOptsBuilder) (r MigrateResult) + func Migrate(client *gophercloud.ServiceClient, id string) (r MigrateResult)