Bases: novaclient.base.Resource
Populate and bind to a manager.
| Parameters: |
|
|---|
Bases: novaclient.base.ManagerWithFind
Get a migration of a specified server
| Parameters: |
|
|---|---|
| Returns: | An instance of novaclient.v2.server_migrations.ServerMigration |
Get a migrations list of a specified server
| Parameters: | server – The Server (or its ID) |
|---|---|
| Returns: | An instance of novaclient.base.ListWithMeta |
Force on-going live migration to complete
| Parameters: |
|
|---|---|
| Returns: | An instance of novaclient.base.TupleWithMeta |
Cancel an ongoing live migration
| Parameters: |
|
|---|---|
| Returns: | An instance of novaclient.base.TupleWithMeta |
alias of ServerMigration