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
Bases: novaclient.base.ManagerWithFind
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
Get a migrations list of a specified server
server – The Server
(or its ID)
An instance of novaclient.base.ListWithMeta
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
Cancel an ongoing live migration
server – The Server
(or its ID)
migration – Migration id that will be cancelled
An instance of novaclient.base.TupleWithMeta
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.