Package org.libvirt

Class Summary
Connect The Connect object represents a connection to a local or remote hypervisor/driver.
ConnectAuth We diverge from the C implementation There is no explicit cbdata field, you should just add any extra data to the child class's instance.
ConnectAuthDefault  
Domain  
DomainBlockStats This class holds the counters for block device statistics.
DomainInfo This object is returned by Domain.getInfo()
DomainInterfaceStats The Domain.interfaceStats method returns th network counters in this object
Error  
Network  
NodeInfo  
SchedBooleanParameter Class for representing a boolean scheduler parameter
SchedDoubleParameter Class for representing a double scheduler parameter
SchedIntParameter  
SchedLongParameter Class for representing a long int scheduler parameter
SchedParameter The abstract parent of the actual Schedparameter classes
SchedUintParameter Class for representing an unsigned int scheduler parameter
SchedUlongParameter Class for representing an unsigned long int scheduler parameter
VcpuInfo  
 

Enum Summary
ConnectAuth.CredentialType  
DomainInfo.DomainState  
Error.ErrorDomain  
Error.ErrorLevel  
Error.ErrorNumber  
VcpuInfo.VcpuState  
 

Exception Summary
ErrorException This exception signals that a non-existing object was retrieved from the virError object
LibvirtException This exception is thrown by all classes and methods of libvirt when the underlying libvirt library indicates an error