From e04a275034df1ca962205bd93c9c55aefd1c8903 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Fri, 9 Mar 2007 15:42:50 +0000 Subject: Added python bindings for networking APIs --- libvirt-python-api.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'libvirt-python-api.xml') diff --git a/libvirt-python-api.xml b/libvirt-python-api.xml index 1a658a3..28f0185 100644 --- a/libvirt-python-api.xml +++ b/libvirt-python-api.xml @@ -11,12 +11,28 @@ + + list the networks, stores the pointers to the names in @names + + + + + list the defined networks, stores the pointers to the names in @names + + + Try to lookup a domain on the given hypervisor based on its UUID. + + Try to lookup a network on the given hypervisor based on its UUID. + + + + Extract informations about a domain. Note that if the connection used to get the domain is limited only a partial set of the informations can be extracted. @@ -32,5 +48,10 @@ + + Extract the UUID unique Identifier of a network. + + + -- cgit