The Migration
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 date and time when the resource was created.
The target compute of the migration.
The target host of the migration.
The target node of the migration.
The type of the migration. One of ‘migration’, ‘resize’, ‘live-migration’ or ‘evacuation’
The ID of the old flavor. This value corresponds to the ID of the flavor in the database. This will be the same as new_flavor_id except for resize operations.
The ID of the old flavor. This value corresponds to the ID of the flavor in the database.
The ID of the project that initiated the server migration (since microversion 2.80)
The UUID of the server
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)
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.