summaryrefslogtreecommitdiff
path: root/libvirt-override-api.xml
diff options
context:
space:
mode:
authorJohn Ferlan <jferlan@redhat.com>2017-08-26 08:59:24 -0400
committerJohn Ferlan <jferlan@redhat.com>2017-08-26 08:59:24 -0400
commit213ee4d7ae7b2d41bda10a1dfd1ebf9f95f64f04 (patch)
treea1624b7bb7818a3691849b58ff8d4d0d8c73b85c /libvirt-override-api.xml
parent100177c3dcbea37d280e56efdad5e06b14a2f325 (diff)
downloadlibvirt-python-213ee4d7ae7b2d41bda10a1dfd1ebf9f95f64f04.tar.gz
Implement virDomainMigrateGetMaxDowntime
Add override code for virDomainMigrateGetMaxDowntime
Diffstat (limited to 'libvirt-override-api.xml')
-rw-r--r--libvirt-override-api.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml
index c96e83e..b63a403 100644
--- a/libvirt-override-api.xml
+++ b/libvirt-override-api.xml
@@ -582,6 +582,13 @@
<arg name='flags' type='unsigned int' info='flags, currently unused, pass 0.'/>
<return type='unsigned long' info='current max migration speed, or None in case of error'/>
</function>
+ <function name='virDomainMigrateGetMaxDowntime' file='python'>
+ <info>Get the current value of the maximum downtime (in milliseconds)
+ allowed during a migration of a guest.</info>
+ <arg name='domain' type='virDomainPtr' info='a domain object'/>
+ <arg name='flags' type='unsigned int' info='flags, currently unused, pass 0.'/>
+ <return type='unsigned long long' info='current downtime or None in case of error'/>
+ </function>
<function name='virDomainMigrate3' file='python'>
<info>Migrate the domain object from its current host to the destination host
given by dconn (a connection to the destination host).</info>