novaclient.v2.server_migrations.
ServerMigration
(manager, info, loaded=False, resp=None)¶Bases: novaclient.base.Resource
Populate and bind to a manager.
manager – BaseManager object
info – dictionary representing resource attributes
loaded – prevent lazy-loading if set to True
resp – Response or list of Response objects
novaclient.v2.server_migrations.
ServerMigrationsManager
(api)¶Bases: novaclient.base.ManagerWithFind
get
(server, migration)¶Get a migration of a specified server
server – The Server
(or its ID)
migration – Migration id that will be gotten.
An instance of novaclient.v2.server_migrations.ServerMigration
list
(server)¶Get a migrations list of a specified server
server – The Server
(or its ID)
An instance of novaclient.base.ListWithMeta
live_migrate_force_complete
(server, migration)¶Force on-going live migration to complete
server – The Server
(or its ID)
migration – Migration id that will be forced to complete
An instance of novaclient.base.TupleWithMeta
live_migration_abort
(server, migration)¶Cancel an ongoing live migration
server – The Server
(or its ID)
migration – Migration id that will be cancelled
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.