Versions in this module Expand all Collapse all v1 v1.0.0 Oct 21, 2020 Changes in this version + func CreateBackup(client *gophercloud.ServiceClient, id string, opts CreateBackupOpts) gophercloud.ErrResult + func InjectNetworkInfo(client *gophercloud.ServiceClient, id string) gophercloud.ErrResult + func LiveMigrate(client *gophercloud.ServiceClient, id string, opts LiveMigrateOpts) gophercloud.ErrResult + func Migrate(client *gophercloud.ServiceClient, id string) gophercloud.ErrResult + func ResetNetwork(client *gophercloud.ServiceClient, id string) gophercloud.ErrResult + func ResetState(client *gophercloud.ServiceClient, id string, state string) gophercloud.ErrResult + type CreateBackupOpts struct + BackupType string + Name string + Rotation int + func (opts CreateBackupOpts) ToCreateBackupMap() (map[string]interface{}, error) + type LiveMigrateOpts struct + BlockMigration bool + DiskOverCommit bool + Host string + func (opts LiveMigrateOpts) ToLiveMigrateMap() (map[string]interface{}, error)