On Tue, Oct 26, 2010 at 04:05:23PM +0200, Andrea Turli wrote:
> Hi all,
> 
> I'm using libvirt java binding (libvirt-java-0.4.6)
> I'd like to know if the Domain class offers an API to query volumes
> attached to a particular domain or should I parse the XML domain
> description?

  There is no such API at the C level, and I doubt there is any
convenience API at the Java level either. The simplest is to
use the /domain/devices/disk XPath expression result on the
domain XML to get back the list.
  http://libvirt.org/formatdomain.html#elementsDisks

Daniel


-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
[email protected]  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/

_______________________________________________
libvirt-users mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvirt-users

Reply via email to