Package org.libvirt

Class Summary
VirConnect The VirConnect object represents a connection to a local or remote hypervisor/driver.
VirConnectAuth 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.
VirConnectAuthDefault  
VirConnectCredential  
VirDomain  
VirDomainBlockStats This class holds the counters for block device statistics.
VirDomainInfo This object is returned by VirDomain.getInfo()
VirDomainInterfaceStats The VirDomain.interfaceStats method returns th network counters in this object
VirError  
VirNetwork  
VirNodeInfo  
VirSchedBooleanParameter Class for representing a boolean scheduler parameter
VirSchedDoubleParameter Class for representing a double scheduler parameter
VirSchedIntParameter  
VirSchedLongParameter Class for representing a long int scheduler parameter
VirSchedParameter The abstract parent of the actual VirSchedparameter classes
VirSchedUintParameter Class for representing an unsigned int scheduler parameter
VirSchedUlongParameter Class for representing an unsigned long int scheduler parameter
VirVcpuInfo  
 

Enum Summary
VirConnectCredential.VirConnectCredentialType  
VirDomainInfo.VirDomainState  
VirError.VirErrorDomain  
VirError.VirErrorLevel  
VirError.VirErrorNumber  
VirVcpuInfo.VirVcpuState  
 

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