The ServerMigration
class inherits from
Resource
.
The base resource
_synchronized (bool) – This is not intended to be used directly. See
new()
and
existing()
.
connection (openstack.connection.Connection) – Reference to the Connection being used. Defaults to None to allow
Resource objects to be used without an active Connection, such as
in unit tests. Use of self._connection
in Resource code should
protect itself with a check for None.
The ID for the server.
The date and time when the resource was created.
The target host of the migration.
The target compute of the migration.
The target node of the migration.
The amount of disk, in bytes, that has been processed during the migration.
The amount of disk, in bytes, that still needs to be migrated.
The total amount of disk, in bytes, that needs to be migrated.
The amount of memory, in bytes, that has been processed during the migration.
The amount of memory, in bytes, that still needs to be migrated.
The total amount of memory, in bytes, that needs to be migrated.
The ID of the project that initiated the server migration (since microversion 2.80)
The source compute of the migration.
The source node of the migration.
The current status of the migration.
The date and time when the resource was last updated.
The ID of the user that initiated the server migration (since microversion 2.80)
The UUID of the migration (since microversion 2.59)
Force on-going live migration to complete.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.