X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/f8326fcaac87958241d78526e5868d23d78ac286..6a1434d7cdb5df75a98cc0a364e78f1a4c86bba6:/lib/objects.py diff --git a/lib/objects.py b/lib/objects.py index 8cc7ac3..29f03e0 100644 --- a/lib/objects.py +++ b/lib/objects.py @@ -1503,6 +1503,17 @@ class QueryFieldsResponse(_QueryResponseBase): ] +class MigrationStatus(ConfigObject): + """Object holding the status of a migration. + + """ + __slots__ = [ + "status", + "transferred_ram", + "total_ram", + ] + + class InstanceConsole(ConfigObject): """Object describing how to access the console of an instance.