novaclient.v2.server_migrations.
ServerMigration
(manager, info, loaded=False, resp=None)¶Bases: novaclient.base.Resource
Populate and bind to a manager.
Parameters: |
|
---|
novaclient.v2.server_migrations.
ServerMigrationsManager
(api)¶Bases: novaclient.base.ManagerWithFind
get
(server, migration)¶Get a migration of a specified server
Parameters: |
|
---|---|
Returns: | An instance of novaclient.v2.server_migrations.ServerMigration |
list
(server)¶Get a migrations list of a specified server
Parameters: | server – The Server (or its ID) |
---|---|
Returns: | An instance of novaclient.base.ListWithMeta |
live_migrate_force_complete
(server, migration)¶Force on-going live migration to complete
Parameters: |
|
---|---|
Returns: | An instance of novaclient.base.TupleWithMeta |
live_migration_abort
(server, migration)¶Cancel an ongoing live migration
Parameters: |
|
---|---|
Returns: | An instance of novaclient.base.TupleWithMeta |
resource_class
¶alias of ServerMigration
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.