MigrationsΒΆ
migration interface
-
class
novaclient.v2.migrations.
Migration
(manager, info, loaded=False, resp=None) Bases:
novaclient.base.Resource
Populate and bind to a manager.
Parameters: - manager – BaseManager object
- info – dictionary representing resource attributes
- loaded – prevent lazy-loading if set to True
- resp – Response or list of Response objects
-
class
novaclient.v2.migrations.
MigrationManager
(api) Bases:
novaclient.base.ManagerWithFind
-
list
(host=None, status=None, cell_name=None) Get a list of migrations. :param host: (optional) filter migrations by host name. :param status: (optional) filter migrations by status. :param cell_name: (optional) filter migrations for a cell.
-
resource_class
alias of
Migration
-