cinder.volume.volume_migration module
this page last updated: 2024-01-04 09:06:54
cinder.volume.volume_migration module
-
class
VolumeMigration
(id, user_id, encryption_key_id)
Bases: object
Lightweight Volume Migration object.
Will be used by KeyMigrator instead of regular Volume object to avoid
extra memory usage.
-
static
from_volume
(volume, context)
-
save
()
-
class
VolumeMigrationList
Bases: list
-
append
(object) → None -- append object to end
this page last updated: 2024-01-04 09:06:54