From d3c1ea120cd128ec326fe2f3455e1984687cc130 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Mon, 28 Nov 2011 18:19:28 +0100 Subject: python: Expose binding for virNodeGetMemoryStats() This patch adds binding for virNodeGetMemoryStats method of libvirtd. Return value is represented as a python dictionary mapping field names to values. --- libvirt-override-api.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libvirt-override-api.xml') diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml index 9cc7840..7c18763 100644 --- a/libvirt-override-api.xml +++ b/libvirt-override-api.xml @@ -84,6 +84,13 @@ + + Extract node's memory statistics. + + + + + Extract the UUID unique Identifier of a domain. -- cgit