- callback(ConnectAuth.Credential[]) - Method in class org.libvirt.ConnectAuth
-
The callback function that fills the credentials in
- callback(ConnectAuth.Credential[]) - Method in class org.libvirt.ConnectAuthDefault
-
- capacity - Variable in class org.libvirt.DomainBlockInfo
-
- capacity - Variable in class org.libvirt.jna.virDomainBlockInfo
-
- capacity - Variable in class org.libvirt.jna.virStoragePoolInfo
-
- capacity - Variable in class org.libvirt.jna.virStorageVolInfo
-
- capacity - Variable in class org.libvirt.StoragePoolInfo
-
Logical size bytes
- capacity - Variable in class org.libvirt.StorageVolInfo
-
Logical size bytes
- cb - Variable in class org.libvirt.jna.virConnectAuth
-
- cbdata - Variable in class org.libvirt.jna.virConnectAuth
-
- challenge - Variable in class org.libvirt.ConnectAuth.Credential
-
Additional challenge to show
- challenge - Variable in class org.libvirt.jna.virConnectCredential
-
- close() - Method in class org.libvirt.Connect
-
Closes the connection to the hypervisor/driver.
- code - Variable in class org.libvirt.jna.virError
-
- compareCPU(String) - Method in class org.libvirt.Connect
-
Compares the given CPU description with the host CPU
- conn - Variable in class org.libvirt.jna.virError
-
- Connect - Class in org.libvirt
-
The Connect object represents a connection to a local or remote
hypervisor/driver.
- Connect(String) - Constructor for class org.libvirt.Connect
-
Constructs a read-write Connect object from the supplied URI.
- Connect(String, boolean) - Constructor for class org.libvirt.Connect
-
Constructs a Connect object from the supplied URI.
- Connect(String, ConnectAuth, int) - Constructor for class org.libvirt.Connect
-
Constructs a Connect object from the supplied URI, using the supplied
authentication callback
- ConnectAuth - Class in org.libvirt
-
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.
- ConnectAuth() - Constructor for class org.libvirt.ConnectAuth
-
- ConnectAuth.Credential - Class in org.libvirt
-
- ConnectAuth.CredentialType - Enum in org.libvirt
-
- ConnectAuthDefault - Class in org.libvirt
-
Implements virConnectAuthPtrDefault functionality from libvirt.c without the
external method support It's not officially a part of the libvirt API, but
provided here for completeness, testing, and as an example
- ConnectAuthDefault() - Constructor for class org.libvirt.ConnectAuthDefault
-
- ConnectionPointer - Class in org.libvirt.jna
-
Pointer class to provide type safety to the jna interface.
- ConnectionPointer() - Constructor for class org.libvirt.jna.ConnectionPointer
-
- connectionVersion(Connect) - Static method in class org.libvirt.Connect
-
Get the version of a connection.
- convertUUIDBytes(byte[]) - Static method in class org.libvirt.Connect
-
Helper function to convert bytes into ints for the UUID calls
- copyOf(byte[], int) - Static method in class org.libvirt.SchedParameter
-
- coreDump(String, int) - Method in class org.libvirt.Domain
-
Dumps the core of this domain on a given file for analysis.
- cores - Variable in class org.libvirt.jna.virNodeInfo
-
- cores - Variable in class org.libvirt.NodeInfo
-
number of core per socket
- cpu - Variable in class org.libvirt.jna.virVcpuInfo
-
- cpu - Variable in class org.libvirt.VcpuInfo
-
- CPUCompareResult - Enum in org.libvirt
-
- cpuMapLength(int) - Method in class org.libvirt.Domain
-
It returns the length (in bytes) required to store the complete CPU map
between a single virtual & all physical CPUs of a domain.
- cpus - Variable in class org.libvirt.jna.virNodeInfo
-
- cpus - Variable in class org.libvirt.NodeInfo
-
the number of active CPUs
- cpuTime - Variable in class org.libvirt.DomainInfo
-
the CPU time used in nanoseconds
- cpuTime - Variable in class org.libvirt.jna.virDomainInfo
-
- cpuTime - Variable in class org.libvirt.jna.virVcpuInfo
-
- cpuTime - Variable in class org.libvirt.VcpuInfo
-
- create() - Method in class org.libvirt.Domain
-
Launches this defined domain.
- create(int) - Method in class org.libvirt.Domain
-
Launches this defined domain with the provide flags.
- create() - Method in class org.libvirt.Interface
-
Create and start a defined network.
- create() - Method in class org.libvirt.Network
-
Creates and starts this defined network.
- create(virSchedParameter) - Static method in class org.libvirt.SchedParameter
-
- create(int) - Method in class org.libvirt.StoragePool
-
Starts this inactive storage pool
- createUUIDBytes(int[]) - Static method in class org.libvirt.Connect
-
Helper function to convert UUIDs into a stirng for the UUID calls
- credType - Variable in class org.libvirt.ConnectAuth
-
List of supported ConnectCredential.CredentialType values
- credtype - Variable in class org.libvirt.jna.virConnectAuth
-
- d - Variable in class org.libvirt.jna.virSchedParameterValue
-
- dataProcessed - Variable in class org.libvirt.DomainJobInfo
-
- dataProcessed - Variable in class org.libvirt.jna.virDomainJobInfo
-
- dataRemaining - Variable in class org.libvirt.DomainJobInfo
-
- dataRemaining - Variable in class org.libvirt.jna.virDomainJobInfo
-
- dataTotal - Variable in class org.libvirt.DomainJobInfo
-
- dataTotal - Variable in class org.libvirt.jna.virDomainJobInfo
-
- defresult - Variable in class org.libvirt.ConnectAuth.Credential
-
Optional default result
- defresult - Variable in class org.libvirt.jna.virConnectCredential
-
- delete(int) - Method in class org.libvirt.DomainSnapshot
-
Delete the Snapshot
- delete(int) - Method in class org.libvirt.StoragePool
-
Delete the underlying pool resources.
- delete(int) - Method in class org.libvirt.StorageVol
-
Delete the storage volume from the pool
- DELTA - Static variable in class org.libvirt.StorageVol.ResizeFlags
-
size is relative to current
- DESCENDANTS - Static variable in class org.libvirt.Domain.SnapshotListFlags
-
List all descendants, not just children, when listing a snapshot
- destroy() - Method in class org.libvirt.Device
-
Destroy the device object.
- destroy() - Method in class org.libvirt.Domain
-
Destroys this domain object.
- destroy() - Method in class org.libvirt.Interface
-
Destroy the network object.
- destroy() - Method in class org.libvirt.Network
-
Destroy this network object.
- destroy() - Method in class org.libvirt.StoragePool
-
Destroy an active storage pool.
- detach() - Method in class org.libvirt.Device
-
Dettach the node device from the node itself so that it may be assigned
to a guest domain.
- detachDevice(String) - Method in class org.libvirt.Domain
-
Destroys a virtual device attachment to backend.
- detachDeviceFlags(String, int) - Method in class org.libvirt.Domain
-
Destroys a virtual device attachment to backend.
- Device - Class in org.libvirt
-
A device which is attached to a node
- deviceCreateXML(String) - Method in class org.libvirt.Connect
-
Create a new device on the VM host machine, for example, virtual HBAs
created using vport_create.
- deviceLookupByName(String) - Method in class org.libvirt.Connect
-
Fetch a device based on its unique name
- DevicePointer - Class in org.libvirt.jna
-
Pointer class to provide type safety to the jna interface.
- DevicePointer() - Constructor for class org.libvirt.jna.DevicePointer
-
- dom - Variable in class org.libvirt.jna.virError
-
- Domain - Class in org.libvirt
-
A virtual machine defined within libvirt.
- domain - Variable in class org.libvirt.jna.virError
-
- Domain.BlockResizeFlags - Class in org.libvirt
-
- Domain.SnapshotListFlags - Class in org.libvirt
-
- Domain.UndefineFlags - Class in org.libvirt
-
- DomainBlockInfo - Class in org.libvirt
-
- DomainBlockInfo(virDomainBlockInfo) - Constructor for class org.libvirt.DomainBlockInfo
-
- DomainBlockStats - Class in org.libvirt
-
This class holds the counters for block device statistics.
- DomainBlockStats() - Constructor for class org.libvirt.DomainBlockStats
-
- DomainBlockStats(virDomainBlockStats) - Constructor for class org.libvirt.DomainBlockStats
-
- domainCreateLinux(String, int) - Method in class org.libvirt.Connect
-
Launches a new Linux guest domain.
- domainCreateXML(String, int) - Method in class org.libvirt.Connect
-
Launch a new guest domain, based on an XML description
- domainDefineXML(String) - Method in class org.libvirt.Connect
-
Defines a domain, but does not start it
- domainEventDeregisterAny(int) - Method in class org.libvirt.Connect
-
Removes an event callback.
- domainEventRegisterAny(Domain, int, Libvirt.VirConnectDomainEventGenericCallback) - Method in class org.libvirt.Connect
-
Adds a callback to receive notifications of arbitrary domain events
occurring on a domain.
- DomainInfo - Class in org.libvirt
-
This object is returned by Domain.getInfo()
- DomainInfo() - Constructor for class org.libvirt.DomainInfo
-
- DomainInfo(virDomainInfo) - Constructor for class org.libvirt.DomainInfo
-
- DomainInfo.DomainState - Enum in org.libvirt
-
- DomainInterfaceStats - Class in org.libvirt
-
The Domain.interfaceStats method returns th network counters in this object
- DomainInterfaceStats() - Constructor for class org.libvirt.DomainInterfaceStats
-
- DomainInterfaceStats(virDomainInterfaceStats) - Constructor for class org.libvirt.DomainInterfaceStats
-
- DomainJobInfo - Class in org.libvirt
-
- DomainJobInfo(virDomainJobInfo) - Constructor for class org.libvirt.DomainJobInfo
-
- domainLookupByID(int) - Method in class org.libvirt.Connect
-
Finds a domain based on the hypervisor ID number.
- domainLookupByName(String) - Method in class org.libvirt.Connect
-
Looks up a domain based on its name.
- domainLookupByUUID(int[]) - Method in class org.libvirt.Connect
-
Looks up a domain based on its UUID in array form.
- domainLookupByUUID(UUID) - Method in class org.libvirt.Connect
-
Fetch a domain based on its globally unique id
- domainLookupByUUIDString(String) - Method in class org.libvirt.Connect
-
Looks up a domain based on its UUID in String form.
- DomainPointer - Class in org.libvirt.jna
-
Pointer class to provide type safety to the jna interface.
- DomainPointer() - Constructor for class org.libvirt.jna.DomainPointer
-
- DomainSnapshot - Class in org.libvirt
-
- DomainSnapshot(Connect, DomainSnapshotPointer) - Constructor for class org.libvirt.DomainSnapshot
-
- DomainSnapshotPointer - Class in org.libvirt.jna
-
Pointer class to provide type safety to the jna interface.
- DomainSnapshotPointer() - Constructor for class org.libvirt.jna.DomainSnapshotPointer
-
- domainXMLFromNative(String, String, int) - Method in class org.libvirt.Connect
-
Reads a native XML configuration document, and generates generates a
domain configuration file describing the domain.
- domainXMLToNative(String, String, int) - Method in class org.libvirt.Connect
-
Reads a domain XML configuration document, and generates generates a
native configuration file describing the domain.
- get(int) - Static method in enum org.libvirt.CPUCompareResult
-
- getAllocation() - Method in class org.libvirt.DomainBlockInfo
-
- getAutostart() - Method in class org.libvirt.Domain
-
Provides a boolean value indicating whether the network is configured to
be automatically started when the host machine boots.
- getAutostart() - Method in class org.libvirt.Network
-
Provides a boolean value indicating whether this network is configured to
be automatically started when the host machine boots.
- getAutostart() - Method in class org.libvirt.StoragePool
-
Fetches the value of the autostart flag, which determines whether the
pool is automatically started at boot time
- getBridgeName() - Method in class org.libvirt.Network
-
Provides a bridge interface name to which a domain may connect a network
interface in order to join this network.
- getByteValue() - Method in class org.libvirt.Secret
-
Fetches the value of the secret as a byte array
- getCapabilities() - Method in class org.libvirt.Connect
-
Provides capabilities of the hypervisor / driver.
- getCapacity() - Method in class org.libvirt.DomainBlockInfo
-
- getCellsFreeMemory(int, int) - Method in class org.libvirt.Connect
-
NUMA Support
- getCode() - Method in class org.libvirt.Error
-
Gets he error code
- getConn() - Method in class org.libvirt.Error
-
Deprecated.
- getConnect() - Method in class org.libvirt.Domain
-
Provides the connection object associated with a domain.
- getConnect() - Method in class org.libvirt.Network
-
Provides the connection pointer associated with this network.
- getConnect() - Method in class org.libvirt.StoragePool
-
Provides the connection pointer associated with a storage pool.
- getConnect() - Method in class org.libvirt.StorageVol
-
Provides the connection object associated with a storage volume.
- getDataProcessed() - Method in class org.libvirt.DomainJobInfo
-
- getDataRemaining() - Method in class org.libvirt.DomainJobInfo
-
- getDataTotal() - Method in class org.libvirt.DomainJobInfo
-
- getDom() - Method in class org.libvirt.Error
-
Deprecated.
- getDomain() - Method in class org.libvirt.Error
-
Tells What part of the library raised this error
- getError() - Method in exception org.libvirt.LibvirtException
-
Returns the underlying Error objects that contains details about the
cause of the exception
- getFieldOrder() - Method in class org.libvirt.jna.virConnectAuth
-
- getFieldOrder() - Method in class org.libvirt.jna.virConnectCredential
-
- getFieldOrder() - Method in class org.libvirt.jna.virDomainBlockInfo
-
- getFieldOrder() - Method in class org.libvirt.jna.virDomainBlockStats
-
- getFieldOrder() - Method in class org.libvirt.jna.virDomainInfo
-
- getFieldOrder() - Method in class org.libvirt.jna.virDomainInterfaceStats
-
- getFieldOrder() - Method in class org.libvirt.jna.virDomainJobInfo
-
- getFieldOrder() - Method in class org.libvirt.jna.virDomainMemoryStats
-
- getFieldOrder() - Method in class org.libvirt.jna.virError
-
- getFieldOrder() - Method in class org.libvirt.jna.virNodeInfo
-
- getFieldOrder() - Method in class org.libvirt.jna.virSchedParameter
-
- getFieldOrder() - Method in class org.libvirt.jna.virStoragePoolInfo
-
- getFieldOrder() - Method in class org.libvirt.jna.virStorageVolInfo
-
- getFieldOrder() - Method in class org.libvirt.jna.virVcpuInfo
-
- getFileProcessed() - Method in class org.libvirt.DomainJobInfo
-
- getFileRemaining() - Method in class org.libvirt.DomainJobInfo
-
- getFileTotal() - Method in class org.libvirt.DomainJobInfo
-
- getFreeMemory() - Method in class org.libvirt.Connect
-
Returns the free memory for the connection
- getHostName() - Method in class org.libvirt.Connect
-
Returns the system hostname on which the hypervisor is running.
- getHypervisorVersion(String) - Method in class org.libvirt.Connect
-
Returns the version of the hypervisor against which the library was
compiled.
- getID() - Method in class org.libvirt.Domain
-
Gets the hypervisor ID number for the domain
- getInfo() - Method in class org.libvirt.Domain
-
Extract information about a domain.
- getInfo() - Method in class org.libvirt.StoragePool
-
Get volatile information about the storage pool such as free space /
usage summary
- getInfo() - Method in class org.libvirt.StorageVol
-
Fetches volatile information about the storage volume such as its current
allocation
- getInt1() - Method in class org.libvirt.Error
-
- getInt2() - Method in class org.libvirt.Error
-
- getJobInfo() - Method in class org.libvirt.Domain
-
Extract information about progress of a background job on a domain.
- getKey() - Method in class org.libvirt.StorageVol
-
Fetch the storage volume key.
- getLevel() - Method in class org.libvirt.Error
-
Tells how consequent is the error
- getLibVirVersion() - Method in class org.libvirt.Connect
-
Gets the version of the native libvirt library that the JNI part is
linked to.
- getMACString() - Method in class org.libvirt.Interface
-
Returns the mac string of the interface
- getMaxMemory() - Method in class org.libvirt.Domain
-
Retrieve the maximum amount of physical memory allocated to a domain.
- getMaxVcpus(String) - Method in class org.libvirt.Connect
-
Provides the maximum number of virtual CPUs supported for a guest VM of a
specific type.
- getMaxVcpus() - Method in class org.libvirt.Domain
-
Provides the maximum number of virtual CPUs supported for the guest VM.
- getMemProcessed() - Method in class org.libvirt.DomainJobInfo
-
- getMemRemaining() - Method in class org.libvirt.DomainJobInfo
-
- getMemTotal() - Method in class org.libvirt.DomainJobInfo
-
- getMessage() - Method in class org.libvirt.Error
-
Returns human-readable informative error messag
- getName() - Method in class org.libvirt.Device
-
Returns the name of the device
- getName() - Method in class org.libvirt.Domain
-
Gets the public name for this domain
- getName() - Method in class org.libvirt.Interface
-
Returns the name of the interface
- getName() - Method in class org.libvirt.Network
-
Gets the public name for this network
- getName() - Method in class org.libvirt.NetworkFilter
-
Gets the public name for this network filter
- getName() - Method in class org.libvirt.StoragePool
-
Fetch the locally unique name of the storage pool
- getName() - Method in class org.libvirt.StorageVol
-
Fetch the storage volume name.
- getNet() - Method in class org.libvirt.Error
-
Deprecated.
- getNumberOfCapabilities() - Method in class org.libvirt.Device
-
Returns the number of capabilities which the instance has.
- getOSType() - Method in class org.libvirt.Domain
-
Gets the type of domain operation system.
- getParent() - Method in class org.libvirt.Device
-
Returns the parent of the device
- getPath() - Method in class org.libvirt.StorageVol
-
Fetch the storage volume path.
- getPhysical() - Method in class org.libvirt.DomainBlockInfo
-
- getReturnCode() - Method in enum org.libvirt.CPUCompareResult
-
- getSchedulerParameters() - Method in class org.libvirt.Domain
-
Gets the scheduler parameters.
- getSchedulerType() - Method in class org.libvirt.Domain
-
Gets the scheduler type.
- getStr1() - Method in class org.libvirt.Error
-
- getStr2() - Method in class org.libvirt.Error
-
- getStr3() - Method in class org.libvirt.Error
-
- getTag() - Method in class org.libvirt.MemoryStatistic
-
- getTimeElapsed() - Method in class org.libvirt.DomainJobInfo
-
- getTimeRemaining() - Method in class org.libvirt.DomainJobInfo
-
- getType() - Method in class org.libvirt.Connect
-
Gets the name of the Hypervisor software used.
- getType() - Method in class org.libvirt.DomainJobInfo
-
- getType() - Method in class org.libvirt.SchedBooleanParameter
-
- getType() - Method in class org.libvirt.SchedDoubleParameter
-
- getType() - Method in class org.libvirt.SchedIntParameter
-
- getType() - Method in class org.libvirt.SchedLongParameter
-
- getType() - Method in class org.libvirt.SchedParameter
-
The type of the parameter
- getType() - Method in class org.libvirt.SchedUintParameter
-
- getType() - Method in class org.libvirt.SchedUlongParameter
-
- getTypeAsString() - Method in class org.libvirt.SchedBooleanParameter
-
- getTypeAsString() - Method in class org.libvirt.SchedDoubleParameter
-
- getTypeAsString() - Method in class org.libvirt.SchedIntParameter
-
- getTypeAsString() - Method in class org.libvirt.SchedLongParameter
-
- getTypeAsString() - Method in class org.libvirt.SchedParameter
-
Utility function for displaying the type
- getTypeAsString() - Method in class org.libvirt.SchedUintParameter
-
- getTypeAsString() - Method in class org.libvirt.SchedUlongParameter
-
- getURI() - Method in class org.libvirt.Connect
-
Returns the URI (name) of the hypervisor connection.
- getUsageID() - Method in class org.libvirt.Secret
-
Get the unique identifier of the object with which this secret is to be
used.
- getUUID() - Method in class org.libvirt.Domain
-
Get the UUID for this domain.
- getUUID() - Method in class org.libvirt.Network
-
Gets the UUID for this network
- getUUID() - Method in class org.libvirt.NetworkFilter
-
Get the UUID for this network filter.
- getUUID() - Method in class org.libvirt.Secret
-
Get the UUID for this secret.
- getUUID() - Method in class org.libvirt.StoragePool
-
Fetch the globally unique ID of this storage pool
- getUUIDString() - Method in class org.libvirt.Domain
-
Gets the UUID for this domain as string.
- getUUIDString() - Method in class org.libvirt.Network
-
Gets the UUID for a network as string.
- getUUIDString() - Method in class org.libvirt.NetworkFilter
-
Gets the UUID for this network filter as string.
- getUUIDString() - Method in class org.libvirt.Secret
-
Gets the UUID for this secret as string.
- getUUIDString() - Method in class org.libvirt.StoragePool
-
Fetch the globally unique ID of the storage pool as a string
- getValue() - Method in class org.libvirt.MemoryStatistic
-
- getValue() - Method in class org.libvirt.Secret
-
Fetches the value of the secret as a string (note that
this may not always work and getByteValue() is more reliable)
This is just kept for backward compatibility
- getValueAsString() - Method in class org.libvirt.SchedBooleanParameter
-
- getValueAsString() - Method in class org.libvirt.SchedDoubleParameter
-
- getValueAsString() - Method in class org.libvirt.SchedIntParameter
-
- getValueAsString() - Method in class org.libvirt.SchedLongParameter
-
- getValueAsString() - Method in class org.libvirt.SchedParameter
-
Utility function for displaying the value
- getValueAsString() - Method in class org.libvirt.SchedUintParameter
-
- getValueAsString() - Method in class org.libvirt.SchedUlongParameter
-
- getVcpusCpuMaps() - Method in class org.libvirt.Domain
-
Returns the cpumaps for this domain Only the lower 8 bits of each int in
the array contain information.
- getVcpusInfo() - Method in class org.libvirt.Domain
-
Extracts information about virtual CPUs of this domain
- getVersion() - Method in class org.libvirt.Connect
-
Gets the version level of the Hypervisor running.
- getXMLDesc(int) - Method in class org.libvirt.Domain
-
Provides an XML description of the domain.
- getXMLDesc() - Method in class org.libvirt.DomainSnapshot
-
Fetches an XML document describing attributes of the snapshot.
- getXMLDesc(int) - Method in class org.libvirt.Network
-
Provides an XML description of this network.
- getXMLDesc() - Method in class org.libvirt.NetworkFilter
-
Fetches an XML document describing attributes of the network filter.
- getXMLDesc() - Method in class org.libvirt.Secret
-
Fetches an XML document describing attributes of the secret.
- getXMLDesc(int) - Method in class org.libvirt.StoragePool
-
Fetch an XML document describing all aspects of the storage pool.
- getXMLDesc(int) - Method in class org.libvirt.StorageVol
-
Fetch an XML document describing all aspects of this storage volume
- getXMLDescription() - Method in class org.libvirt.Device
-
Returns the XML description of the device
- getXMLDescription(int) - Method in class org.libvirt.Interface
-
Returns the XML description for theinterface
- i - Variable in class org.libvirt.jna.virSchedParameterValue
-
- INSTANCE - Static variable in interface org.libvirt.jna.Libvirt
-
- int1 - Variable in class org.libvirt.jna.virError
-
- int2 - Variable in class org.libvirt.jna.virError
-
- Interface - Class in org.libvirt
-
A device which is attached to a node
- interfaceDefineXML(String) - Method in class org.libvirt.Connect
-
Define an interface (or modify existing interface configuration)
- interfaceLookupByMACString(String) - Method in class org.libvirt.Connect
-
Try to lookup an interface on the given hypervisor based on its MAC.
- interfaceLookupByName(String) - Method in class org.libvirt.Connect
-
Try to lookup an interface on the given hypervisor based on its name.
- InterfacePointer - Class in org.libvirt.jna
-
Pointer class to provide type safety to the jna interface.
- InterfacePointer() - Constructor for class org.libvirt.jna.InterfacePointer
-
- interfaceStats(String) - Method in class org.libvirt.Domain
-
Returns network interface stats for interfaces attached to this domain.
- isActive() - Method in class org.libvirt.Domain
-
Determine if the domain is currently running
- isActive() - Method in class org.libvirt.Interface
-
Determine if the interface is currently running
- isActive() - Method in class org.libvirt.Network
-
Determine if the network is currently running
- isActive() - Method in class org.libvirt.StoragePool
-
Determine if the storage pool is currently running
- isConnected() - Method in class org.libvirt.Connect
-
Verify the connect is active.
- isEncrypted() - Method in class org.libvirt.Connect
-
Determine if the connection is encrypted
- isPersistent() - Method in class org.libvirt.Domain
-
Determine if the domain has a persistent configuration which means it
will still exist after shutting down
- isPersistent() - Method in class org.libvirt.Network
-
Determine if the network has a persistent configuration which means it
will still exist after shutting down
- isPersistent() - Method in class org.libvirt.StoragePool
-
Determine if the storage pool has a persistent configuration which means
it will still exist after shutting down
- isSecure() - Method in class org.libvirt.Connect
-
Determine if the connection is secure
- ncredtype - Variable in class org.libvirt.jna.virConnectAuth
-
- net - Variable in class org.libvirt.jna.virError
-
- Network - Class in org.libvirt
-
A network object defined by libvirt.
- networkCreateXML(String) - Method in class org.libvirt.Connect
-
Creates and starts a new virtual network.
- networkDefineXML(String) - Method in class org.libvirt.Connect
-
Defines a network, but does not create it.
- NetworkFilter - Class in org.libvirt
-
- NetworkFilter(Connect, NetworkFilterPointer) - Constructor for class org.libvirt.NetworkFilter
-
- networkFilterDefineXML(String) - Method in class org.libvirt.Connect
-
Defines a networkFilter
- networkFilterLookupByName(String) - Method in class org.libvirt.Connect
-
Fetch a network filter based on its unique name
- networkFilterLookupByUUID(int[]) - Method in class org.libvirt.Connect
-
Looks up a network filter based on its UUID in array form.
- networkFilterLookupByUUID(UUID) - Method in class org.libvirt.Connect
-
Fetch a network filter based on its globally unique id
- networkFilterLookupByUUIDString(String) - Method in class org.libvirt.Connect
-
Looks up a network filter based on its UUID in String form.
- NetworkFilterPointer - Class in org.libvirt.jna
-
- NetworkFilterPointer() - Constructor for class org.libvirt.jna.NetworkFilterPointer
-
- networkLookupByName(String) - Method in class org.libvirt.Connect
-
Looks up a network on the based on its name.
- networkLookupByUUID(int[]) - Method in class org.libvirt.Connect
-
- networkLookupByUUID(UUID) - Method in class org.libvirt.Connect
-
Fetch a network based on its globally unique id
- networkLookupByUUIDString(String) - Method in class org.libvirt.Connect
-
Looks up a network based on its UUID represented as a String.
- NetworkPointer - Class in org.libvirt.jna
-
Pointer class to provide type safety to the jna interface.
- NetworkPointer() - Constructor for class org.libvirt.jna.NetworkPointer
-
- NO_LEAVES - Static variable in class org.libvirt.Domain.SnapshotListFlags
-
Filter by snapshots that have children
- NO_METADATA - Static variable in class org.libvirt.Domain.SnapshotListFlags
-
Filter by snapshots with no metadata
- nodeInfo() - Method in class org.libvirt.Connect
-
Returns a NodeInfo object describing the hardware configuration of the
node.
- NodeInfo - Class in org.libvirt
-
Node data from libvirt.
- NodeInfo() - Constructor for class org.libvirt.NodeInfo
-
- NodeInfo(virNodeInfo) - Constructor for class org.libvirt.NodeInfo
-
- nodes - Variable in class org.libvirt.jna.virNodeInfo
-
- nodes - Variable in class org.libvirt.NodeInfo
-
the number of NUMA cell, 1 for uniform
- nrVirtCpu - Variable in class org.libvirt.DomainInfo
-
the number of virtual CPUs for the domain
- nrVirtCpu - Variable in class org.libvirt.jna.virDomainInfo
-
- number - Variable in class org.libvirt.jna.virVcpuInfo
-
- number - Variable in class org.libvirt.VcpuInfo
-
- numOfDefinedDomains() - Method in class org.libvirt.Connect
-
Provides the number of inactive domains.
- numOfDefinedInterfaces() - Method in class org.libvirt.Connect
-
Provides the number of defined interfaces.
- numOfDefinedNetworks() - Method in class org.libvirt.Connect
-
Provides the number of inactive networks.
- numOfDefinedStoragePools() - Method in class org.libvirt.Connect
-
Provides the number of inactive storage pools
- numOfDevices(String) - Method in class org.libvirt.Connect
-
Provides the number of node devices.
- numOfDomains() - Method in class org.libvirt.Connect
-
Provides the number of active domains.
- numOfInterfaces() - Method in class org.libvirt.Connect
-
Provides the number of interfaces.
- numOfNetworkFilters() - Method in class org.libvirt.Connect
-
Provides the number of network filters
- numOfNetworks() - Method in class org.libvirt.Connect
-
Provides the number of active networks.
- numOfSecrets() - Method in class org.libvirt.Connect
-
Fetch number of currently defined secrets.
- numOfStoragePools() - Method in class org.libvirt.Connect
-
Provides the number of active storage pools
- numOfVolumes() - Method in class org.libvirt.StoragePool
-
Fetch the number of storage volumes within a pool
- save(String) - Method in class org.libvirt.Domain
-
Suspends this domain and saves its memory contents to a file on disk.
- SchedBooleanParameter - Class in org.libvirt
-
Class for representing a boolean scheduler parameter
- SchedBooleanParameter() - Constructor for class org.libvirt.SchedBooleanParameter
-
- SchedBooleanParameter(boolean) - Constructor for class org.libvirt.SchedBooleanParameter
-
- SchedBooleanParameter(byte) - Constructor for class org.libvirt.SchedBooleanParameter
-
- SchedDoubleParameter - Class in org.libvirt
-
Class for representing a double scheduler parameter
- SchedDoubleParameter() - Constructor for class org.libvirt.SchedDoubleParameter
-
- SchedDoubleParameter(double) - Constructor for class org.libvirt.SchedDoubleParameter
-
- SchedIntParameter - Class in org.libvirt
-
Parameter to hold an int.
- SchedIntParameter() - Constructor for class org.libvirt.SchedIntParameter
-
- SchedIntParameter(int) - Constructor for class org.libvirt.SchedIntParameter
-
- SchedLongParameter - Class in org.libvirt
-
Class for representing a long int scheduler parameter
- SchedLongParameter() - Constructor for class org.libvirt.SchedLongParameter
-
- SchedLongParameter(long) - Constructor for class org.libvirt.SchedLongParameter
-
- SchedParameter - Class in org.libvirt
-
The abstract parent of the actual Schedparameter classes
- SchedParameter() - Constructor for class org.libvirt.SchedParameter
-
- SchedUintParameter - Class in org.libvirt
-
Class for representing an unsigned int scheduler parameter
- SchedUintParameter() - Constructor for class org.libvirt.SchedUintParameter
-
- SchedUintParameter(int) - Constructor for class org.libvirt.SchedUintParameter
-
- SchedUlongParameter - Class in org.libvirt
-
Class for representing an unsigned long int scheduler parameter
- SchedUlongParameter() - Constructor for class org.libvirt.SchedUlongParameter
-
- SchedUlongParameter(long) - Constructor for class org.libvirt.SchedUlongParameter
-
- Secret - Class in org.libvirt
-
A secret defined by libvirt
- secretDefineXML(String) - Method in class org.libvirt.Connect
-
If XML specifies a UUID, locates the specified secret and replaces all
attributes of the secret specified by UUID by attributes specified in xml
(any attributes not specified in xml are discarded).
- secretLookupByUUID(int[]) - Method in class org.libvirt.Connect
-
Looks up a secret based on its UUID in array form.
- secretLookupByUUID(UUID) - Method in class org.libvirt.Connect
-
Fetch a secret based on its globally unique id
- secretLookupByUUIDString(String) - Method in class org.libvirt.Connect
-
Looks up a secret based on its UUID in String form.
- SecretPointer - Class in org.libvirt.jna
-
Pointer class to provide type safety to the jna interface.
- SecretPointer() - Constructor for class org.libvirt.jna.SecretPointer
-
- send(String) - Method in class org.libvirt.Stream
-
Write a series of bytes to the stream.
- sendAll(Libvirt.VirStreamSourceFunc) - Method in class org.libvirt.Stream
-
Batch send method
- setAllocation(long) - Method in class org.libvirt.DomainBlockInfo
-
- setAutostart(boolean) - Method in class org.libvirt.Domain
-
Configures the network to be automatically started when the host machine
boots.
- setAutostart(boolean) - Method in class org.libvirt.Network
-
Configures this network to be automatically started when the host machine
boots.
- setAutostart(int) - Method in class org.libvirt.StoragePool
-
Sets the autostart flag
- setCapacity(long) - Method in class org.libvirt.DomainBlockInfo
-
- setConnectionErrorCallback(Libvirt.VirErrorCallback) - Method in class org.libvirt.Connect
-
- setDataProcessed(long) - Method in class org.libvirt.DomainJobInfo
-
- setDataRemaining(long) - Method in class org.libvirt.DomainJobInfo
-
- setDataTotal(long) - Method in class org.libvirt.DomainJobInfo
-
- setDom0Memory(long) - Method in class org.libvirt.Connect
-
change the amount of memory reserved to Domain0.
- setErrorCallback(Libvirt.VirErrorCallback) - Static method in class org.libvirt.Connect
-
Sets the error function to a user defined callback
- setFileProcessed(long) - Method in class org.libvirt.DomainJobInfo
-
- setFileRemaining(long) - Method in class org.libvirt.DomainJobInfo
-
- setFileTotal(long) - Method in class org.libvirt.DomainJobInfo
-
- setMaxMemory(long) - Method in class org.libvirt.Domain
-
* Dynamically change the maximum amount of physical memory allocated to a
domain.
- setMemory(long) - Method in class org.libvirt.Domain
-
Dynamically changes the target amount of physical memory allocated to
this domain.
- setMemProcessed(long) - Method in class org.libvirt.DomainJobInfo
-
- setMemRemaining(long) - Method in class org.libvirt.DomainJobInfo
-
- setMemTotal(long) - Method in class org.libvirt.DomainJobInfo
-
- setPhysical(long) - Method in class org.libvirt.DomainBlockInfo
-
- setSchedulerParameters(SchedParameter[]) - Method in class org.libvirt.Domain
-
Changes the scheduler parameters
- setTag(int) - Method in class org.libvirt.MemoryStatistic
-
- setTimeElapsed(long) - Method in class org.libvirt.DomainJobInfo
-
- setTimeRemaining(long) - Method in class org.libvirt.DomainJobInfo
-
- setType(int) - Method in class org.libvirt.DomainJobInfo
-
- setValue(long) - Method in class org.libvirt.MemoryStatistic
-
- setValue(String) - Method in class org.libvirt.Secret
-
Sets the value of the secret
- setValue(byte[]) - Method in class org.libvirt.Secret
-
Sets the value of the secret
- setVcpus(int) - Method in class org.libvirt.Domain
-
Dynamically changes the number of virtual CPUs used by this domain.
- SHRINK - Static variable in class org.libvirt.StorageVol.ResizeFlags
-
allow decrease in capacity
- shutdown() - Method in class org.libvirt.Domain
-
Shuts down this domain, the domain object is still usable there after but
the domain OS is being stopped.
- sinkCallback(StreamPointer, String, NativeLong, Pointer) - Method in interface org.libvirt.jna.Libvirt.VirStreamSinkFunc
-
- snapshotCreateXML(String, int) - Method in class org.libvirt.Domain
-
Creates a new snapshot of a domain based on the snapshot xml contained in
xmlDesc.
- snapshotCreateXML(String) - Method in class org.libvirt.Domain
-
Creates a new snapshot of a domain based on the snapshot xml contained in
xmlDesc.
- snapshotCurrent() - Method in class org.libvirt.Domain
-
Get the current snapshot for a domain, if any.
- SnapshotListFlags() - Constructor for class org.libvirt.Domain.SnapshotListFlags
-
- snapshotListNames(int) - Method in class org.libvirt.Domain
-
Collect the list of domain snapshots for the given domain.
- snapshotListNames() - Method in class org.libvirt.Domain
-
Collect the list of domain snapshots for the given domain.
- snapshotLookupByName(String) - Method in class org.libvirt.Domain
-
Retrieve a snapshot by name
- snapshotNum() - Method in class org.libvirt.Domain
-
Provides the number of domain snapshots for this domain..
- SNAPSHOTS_METADATA - Static variable in class org.libvirt.Domain.UndefineFlags
-
If last use of domain, then also remove any snapshot metadata
- sockets - Variable in class org.libvirt.jna.virNodeInfo
-
- sockets - Variable in class org.libvirt.NodeInfo
-
number of CPU socket per node
- sourceCallback(StreamPointer, String, NativeLong, Pointer) - Method in interface org.libvirt.jna.Libvirt.VirStreamSourceFunc
-
- state - Variable in class org.libvirt.DomainInfo
-
the running state, one of virDomainFlag
- state - Variable in class org.libvirt.jna.virDomainInfo
-
- state - Variable in class org.libvirt.jna.virStoragePoolInfo
-
- state - Variable in class org.libvirt.jna.virVcpuInfo
-
- state - Variable in class org.libvirt.StoragePoolInfo
-
the running state
- state - Variable in class org.libvirt.VcpuInfo
-
- StoragePool - Class in org.libvirt
-
A collection of storage
- storagePoolCreateXML(String, int) - Method in class org.libvirt.Connect
-
Create a new storage based on its XML description.
- storagePoolDefineXML(String, int) - Method in class org.libvirt.Connect
-
Define a new inactive storage pool based on its XML description.
- StoragePoolInfo - Class in org.libvirt
-
Detailed information about a storage pool.
- StoragePoolInfo.StoragePoolState - Enum in org.libvirt
-
- storagePoolLookupByName(String) - Method in class org.libvirt.Connect
-
Fetch a storage pool based on its unique name
- storagePoolLookupByUUID(int[]) - Method in class org.libvirt.Connect
-
- storagePoolLookupByUUID(UUID) - Method in class org.libvirt.Connect
-
Fetch a storage pool based on its globally unique id
- storagePoolLookupByUUIDString(String) - Method in class org.libvirt.Connect
-
Fetch a storage pool based on its globally unique id
- storagePoolLookupByVolume() - Method in class org.libvirt.StorageVol
-
Fetch a storage pool which contains this volume
- StoragePoolPointer - Class in org.libvirt.jna
-
Pointer class to provide type safety to the jna interface.
- StoragePoolPointer() - Constructor for class org.libvirt.jna.StoragePoolPointer
-
- StorageVol - Class in org.libvirt
-
An acutal storage bucket.
- StorageVol.ResizeFlags - Class in org.libvirt
-
- StorageVol.Type - Enum in org.libvirt
-
- storageVolCreateXML(String, int) - Method in class org.libvirt.StoragePool
-
Create a storage volume within a pool based on an XML description.
- storageVolCreateXMLFrom(String, StorageVol, int) - Method in class org.libvirt.StoragePool
-
Create a storage volume in the parent pool, using the 'clonevol' volume
as input.
- StorageVolInfo - Class in org.libvirt
-
Detailed information about a storage pool.
- StorageVolInfo.VirStorageVolType - Enum in org.libvirt
-
- storageVolLookupByKey(String) - Method in class org.libvirt.Connect
-
Fetch a a storage volume based on its globally unique key
- storageVolLookupByName(String) - Method in class org.libvirt.StoragePool
-
Fetch an object representing to a storage volume based on its name within
a pool
- storageVolLookupByPath(String) - Method in class org.libvirt.Connect
-
Fetch a storage volume based on its locally (host) unique path
- StorageVolPointer - Class in org.libvirt.jna
-
Pointer class to provide type safety to the jna interface.
- StorageVolPointer() - Constructor for class org.libvirt.jna.StorageVolPointer
-
- str1 - Variable in class org.libvirt.jna.virError
-
- str2 - Variable in class org.libvirt.jna.virError
-
- str3 - Variable in class org.libvirt.jna.virError
-
- Stream - Class in org.libvirt
-
- streamNew(int) - Method in class org.libvirt.Connect
-
Creates a new stream object which can be used to perform streamed I/O
with other public API function.
- StreamPointer - Class in org.libvirt.jna
-
Pointer class to provide type safety to the jna interface.
- StreamPointer() - Constructor for class org.libvirt.jna.StreamPointer
-
- suspend() - Method in class org.libvirt.Domain
-
Suspends this active domain, the process is frozen without further access
to CPU resources and I/O but the memory used by the domain at the
hypervisor level will stay allocated.
- val - Variable in class org.libvirt.jna.virDomainMemoryStats
-
- val - Variable in class org.libvirt.MemoryStatistic
-
- value - Variable in class org.libvirt.jna.virSchedParameter
-
- value - Variable in class org.libvirt.SchedBooleanParameter
-
The parameter value
- value - Variable in class org.libvirt.SchedDoubleParameter
-
The parameter value
- value - Variable in class org.libvirt.SchedIntParameter
-
- value - Variable in class org.libvirt.SchedLongParameter
-
The parameter value
- value - Variable in class org.libvirt.SchedUintParameter
-
The parameter value
- value - Variable in class org.libvirt.SchedUlongParameter
-
The parameter value
- valueOf(String) - Static method in enum org.libvirt.ConnectAuth.CredentialType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.libvirt.CPUCompareResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.libvirt.DomainInfo.DomainState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.libvirt.Error.ErrorDomain
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.libvirt.Error.ErrorLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.libvirt.Error.ErrorNumber
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.libvirt.StoragePoolInfo.StoragePoolState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.libvirt.StorageVol.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.libvirt.StorageVolInfo.VirStorageVolType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.libvirt.VcpuInfo.VcpuState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.libvirt.ConnectAuth.CredentialType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.libvirt.CPUCompareResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.libvirt.DomainInfo.DomainState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.libvirt.Error.ErrorDomain
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.libvirt.Error.ErrorLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.libvirt.Error.ErrorNumber
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.libvirt.StoragePoolInfo.StoragePoolState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.libvirt.StorageVol.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.libvirt.StorageVolInfo.VirStorageVolType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.libvirt.VcpuInfo.VcpuState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VCP - Variable in class org.libvirt.Connect
-
The native virConnectPtr.
- VcpuInfo - Class in org.libvirt
-
Stats about a cpu.
- VcpuInfo() - Constructor for class org.libvirt.VcpuInfo
-
- VcpuInfo(virVcpuInfo) - Constructor for class org.libvirt.VcpuInfo
-
- VcpuInfo.VcpuState - Enum in org.libvirt
-
- VIR_DOMAIN_SCHED_FIELD_LENGTH - Static variable in interface org.libvirt.jna.Libvirt
-
- VIR_INTERFACE_XML_INACTIVE - Static variable in class org.libvirt.Interface
-
Get XML Flag: dump inactive interface information
- VIR_STREAM_NONBLOCK - Static variable in class org.libvirt.Stream
-
- VIR_UUID_BUFLEN - Static variable in interface org.libvirt.jna.Libvirt
-
- VIR_UUID_STRING_BUFLEN - Static variable in interface org.libvirt.jna.Libvirt
-
- virConnCopyLastError(ConnectionPointer, virError) - Method in interface org.libvirt.jna.Libvirt
-
- virConnect - Variable in class org.libvirt.Network
-
The Connect Object that represents the Hypervisor of this Network
- virConnect - Variable in class org.libvirt.StoragePool
-
The VirConnect Object that represents the Hypervisor of this Domain
- virConnect - Variable in class org.libvirt.StorageVol
-
The VirConnect Object that represents the Hypervisor of this Domain
- virConnectAuth - Class in org.libvirt.jna
-
JNA mapping for the virConnectAuth structure
- virConnectAuth() - Constructor for class org.libvirt.jna.virConnectAuth
-
- virConnectBaselineCPU(ConnectionPointer, String[], int, int) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectClose(ConnectionPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectCompareCPU(ConnectionPointer, String, int) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectCredential - Class in org.libvirt.jna
-
JNA mapping for the virConnectCredential structure
- virConnectCredential() - Constructor for class org.libvirt.jna.virConnectCredential
-
- virConnectDomainEventDeregisterAny(ConnectionPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectDomainEventRegisterAny(ConnectionPointer, DomainPointer, int, Libvirt.VirConnectDomainEventGenericCallback, Pointer, Libvirt.VirFreeCallback) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectDomainXMLFromNative(ConnectionPointer, String, String, int) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectDomainXMLToNative(ConnectionPointer, String, String, int) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectFindStoragePoolSources(ConnectionPointer, String, String, int) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectGetCapabilities(ConnectionPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectGetHostname(ConnectionPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectGetLibVersion(ConnectionPointer, LongByReference) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectGetMaxVcpus(ConnectionPointer, String) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectGetType(ConnectionPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectGetURI(ConnectionPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectGetVersion(ConnectionPointer, LongByReference) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectIsEncrypted(ConnectionPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectIsSecure(ConnectionPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectListDefinedDomains(ConnectionPointer, Pointer[], int) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectListDefinedInterfaces(ConnectionPointer, Pointer[], int) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectListDefinedNetworks(ConnectionPointer, Pointer[], int) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectListDefinedStoragePools(ConnectionPointer, Pointer[], int) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectListDomains(ConnectionPointer, int[], int) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectListInterfaces(ConnectionPointer, Pointer[], int) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectListNetworks(ConnectionPointer, Pointer[], int) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectListNWFilters(ConnectionPointer, Pointer[], int) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectListSecrets(ConnectionPointer, Pointer[], int) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectListStoragePools(ConnectionPointer, Pointer[], int) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectNumOfDefinedDomains(ConnectionPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectNumOfDefinedInterfaces(ConnectionPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectNumOfDefinedNetworks(ConnectionPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectNumOfDefinedStoragePools(ConnectionPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectNumOfDomains(ConnectionPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectNumOfInterfaces(ConnectionPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectNumOfNetworks(ConnectionPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectNumOfNWFilters(ConnectionPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectNumOfSecrets(ConnectionPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectNumOfStoragePools(ConnectionPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectOpen(String) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectOpenAuth(String, virConnectAuth, int) - Method in interface org.libvirt.jna.Libvirt
-
- virConnectOpenReadOnly(String) - Method in interface org.libvirt.jna.Libvirt
-
- virConnGetLastError(ConnectionPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virConnResetLastError(ConnectionPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virConnSetErrorFunc(ConnectionPointer, Pointer, Libvirt.VirErrorCallback) - Method in interface org.libvirt.jna.Libvirt
-
- virCopyLastError(virError) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainAbortJob(DomainPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainAttachDevice(DomainPointer, String) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainAttachDeviceFlags(DomainPointer, String, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainBlockInfo - Class in org.libvirt.jna
-
- virDomainBlockInfo() - Constructor for class org.libvirt.jna.virDomainBlockInfo
-
- virDomainBlockResize(DomainPointer, String, long, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainBlockStats(DomainPointer, String, virDomainBlockStats, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainBlockStats - Class in org.libvirt.jna
-
JNA mapping for the virDomainBlockStats structure
- virDomainBlockStats() - Constructor for class org.libvirt.jna.virDomainBlockStats
-
- virDomainCoreDump(DomainPointer, String, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainCreate(DomainPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainCreateLinux(ConnectionPointer, String, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainCreateWithFlags(DomainPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainCreateXML(ConnectionPointer, String, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainDefineXML(ConnectionPointer, String) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainDestroy(DomainPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainDetachDevice(DomainPointer, String) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainDetachDeviceFlags(DomainPointer, String, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainFree(DomainPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainGetAutostart(DomainPointer, IntByReference) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainGetBlockInfo(DomainPointer, String, virDomainBlockInfo, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainGetID(DomainPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainGetInfo(DomainPointer, virDomainInfo) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainGetJobInfo(DomainPointer, virDomainJobInfo) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainGetMaxMemory(DomainPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainGetMaxVcpus(DomainPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainGetName(DomainPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainGetOSType(DomainPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainGetSchedulerParameters(DomainPointer, virSchedParameter[], IntByReference) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainGetSchedulerType(DomainPointer, IntByReference) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainGetUUID(DomainPointer, byte[]) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainGetUUIDString(DomainPointer, byte[]) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainGetVcpus(DomainPointer, virVcpuInfo[], int, byte[], int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainGetXMLDesc(DomainPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainHasCurrentSnapshot(DomainPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainHasManagedSaveImage(DomainPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainInfo - Class in org.libvirt.jna
-
JNA mapping for the virDomainInfo structure
- virDomainInfo() - Constructor for class org.libvirt.jna.virDomainInfo
-
- virDomainInterfaceStats(DomainPointer, String, virDomainInterfaceStats, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainInterfaceStats - Class in org.libvirt.jna
-
JNA mapping for the virDomainInterfaceStats structure
- virDomainInterfaceStats() - Constructor for class org.libvirt.jna.virDomainInterfaceStats
-
- virDomainIsActive(DomainPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainIsPersistent(DomainPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainJobInfo - Class in org.libvirt.jna
-
- virDomainJobInfo() - Constructor for class org.libvirt.jna.virDomainJobInfo
-
- virDomainLookupByID(ConnectionPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainLookupByName(ConnectionPointer, String) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainLookupByUUID(ConnectionPointer, byte[]) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainLookupByUUIDString(ConnectionPointer, String) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainManagedSave(DomainPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainManagedSaveRemove(DomainPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainMemoryStats(DomainPointer, virDomainMemoryStats[], int, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainMemoryStats - Class in org.libvirt.jna
-
- virDomainMemoryStats() - Constructor for class org.libvirt.jna.virDomainMemoryStats
-
- virDomainMigrate(DomainPointer, ConnectionPointer, NativeLong, String, String, NativeLong) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainMigrate2(DomainPointer, ConnectionPointer, String, NativeLong, String, String, NativeLong) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainMigrateSetMaxDowntime(DomainPointer, long, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainMigrateToURI(DomainPointer, String, NativeLong, String, NativeLong) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainMigrateToURI2(DomainPointer, String, String, String, NativeLong, String, NativeLong) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainPinVcpu(DomainPointer, int, byte[], int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainReboot(DomainPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainRestore(ConnectionPointer, String) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainResume(DomainPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainRevertToSnapshot(DomainSnapshotPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainSave(DomainPointer, String) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainSetAutostart(DomainPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainSetMaxMemory(DomainPointer, NativeLong) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainSetMemory(DomainPointer, NativeLong) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainSetSchedulerParameters(DomainPointer, virSchedParameter[], int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainSetVcpus(DomainPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainShutdown(DomainPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainSnapshotCreateXML(DomainPointer, String, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainSnapshotCurrent(DomainPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainSnapshotDelete(DomainSnapshotPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainSnapshotFree(DomainSnapshotPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainSnapshotGetXMLDesc(DomainSnapshotPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainSnapshotListNames(DomainPointer, String[], int, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainSnapshotLookupByName(DomainPointer, String, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainSnapshotNum(DomainPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainSuspend(DomainPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainUndefine(DomainPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainUndefineFlags(DomainPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virDomainUpdateDeviceFlags(DomainPointer, String, int) - Method in interface org.libvirt.jna.Libvirt
-
- virError - Class in org.libvirt.jna
-
JNA mapping for the virError structure
- virError() - Constructor for class org.libvirt.jna.virError
-
- virGetLastError() - Method in interface org.libvirt.jna.Libvirt
-
- virGetVersion(LongByReference, String, LongByReference) - Method in interface org.libvirt.jna.Libvirt
-
- virInitialize() - Method in interface org.libvirt.jna.Libvirt
-
- virInterfaceCreate(InterfacePointer) - Method in interface org.libvirt.jna.Libvirt
-
- virInterfaceDefineXML(ConnectionPointer, String, int) - Method in interface org.libvirt.jna.Libvirt
-
- virInterfaceDestroy(InterfacePointer) - Method in interface org.libvirt.jna.Libvirt
-
- virInterfaceFree(InterfacePointer) - Method in interface org.libvirt.jna.Libvirt
-
- virInterfaceGetMACString(InterfacePointer) - Method in interface org.libvirt.jna.Libvirt
-
- virInterfaceGetName(InterfacePointer) - Method in interface org.libvirt.jna.Libvirt
-
- virInterfaceGetXMLDesc(InterfacePointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virInterfaceIsActive(InterfacePointer) - Method in interface org.libvirt.jna.Libvirt
-
- virInterfaceLookupByMACString(ConnectionPointer, String) - Method in interface org.libvirt.jna.Libvirt
-
- virInterfaceLookupByName(ConnectionPointer, String) - Method in interface org.libvirt.jna.Libvirt
-
- virInterfaceUndefine(InterfacePointer) - Method in interface org.libvirt.jna.Libvirt
-
- virNetworkCreate(NetworkPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virNetworkCreateXML(ConnectionPointer, String) - Method in interface org.libvirt.jna.Libvirt
-
- virNetworkDefineXML(ConnectionPointer, String) - Method in interface org.libvirt.jna.Libvirt
-
- virNetworkDestroy(NetworkPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virNetworkFree(NetworkPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virNetworkGetAutostart(NetworkPointer, IntByReference) - Method in interface org.libvirt.jna.Libvirt
-
- virNetworkGetBridgeName(NetworkPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virNetworkGetName(NetworkPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virNetworkGetUUID(NetworkPointer, byte[]) - Method in interface org.libvirt.jna.Libvirt
-
- virNetworkGetUUIDString(NetworkPointer, byte[]) - Method in interface org.libvirt.jna.Libvirt
-
- virNetworkGetXMLDesc(NetworkPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virNetworkIsActive(NetworkPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virNetworkIsPersistent(NetworkPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virNetworkLookupByName(ConnectionPointer, String) - Method in interface org.libvirt.jna.Libvirt
-
- virNetworkLookupByUUID(ConnectionPointer, byte[]) - Method in interface org.libvirt.jna.Libvirt
-
- virNetworkLookupByUUIDString(ConnectionPointer, String) - Method in interface org.libvirt.jna.Libvirt
-
- virNetworkSetAutostart(NetworkPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virNetworkUndefine(NetworkPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virNodeDeviceCreateXML(ConnectionPointer, String, int) - Method in interface org.libvirt.jna.Libvirt
-
- virNodeDeviceDestroy(DevicePointer) - Method in interface org.libvirt.jna.Libvirt
-
- virNodeDeviceDettach(DevicePointer) - Method in interface org.libvirt.jna.Libvirt
-
- virNodeDeviceFree(DevicePointer) - Method in interface org.libvirt.jna.Libvirt
-
- virNodeDeviceGetName(DevicePointer) - Method in interface org.libvirt.jna.Libvirt
-
- virNodeDeviceGetParent(DevicePointer) - Method in interface org.libvirt.jna.Libvirt
-
- virNodeDeviceGetXMLDesc(DevicePointer) - Method in interface org.libvirt.jna.Libvirt
-
- virNodeDeviceListCaps(DevicePointer, String[], int) - Method in interface org.libvirt.jna.Libvirt
-
- virNodeDeviceLookupByName(ConnectionPointer, String) - Method in interface org.libvirt.jna.Libvirt
-
- virNodeDeviceNumOfCaps(DevicePointer) - Method in interface org.libvirt.jna.Libvirt
-
- virNodeDeviceReAttach(DevicePointer) - Method in interface org.libvirt.jna.Libvirt
-
- virNodeDeviceReset(DevicePointer) - Method in interface org.libvirt.jna.Libvirt
-
- virNodeGetCellsFreeMemory(ConnectionPointer, LongByReference, int, int) - Method in interface org.libvirt.jna.Libvirt
-
- virNodeGetFreeMemory(ConnectionPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virNodeGetInfo(ConnectionPointer, virNodeInfo) - Method in interface org.libvirt.jna.Libvirt
-
- virNodeInfo - Class in org.libvirt.jna
-
JNA mapping for the virNodeInfo structure
- virNodeInfo() - Constructor for class org.libvirt.jna.virNodeInfo
-
- virNodeInfo.ByReference - Class in org.libvirt.jna
-
- virNodeInfo.ByValue - Class in org.libvirt.jna
-
- virNodeListDevices(ConnectionPointer, String, Pointer[], int, int) - Method in interface org.libvirt.jna.Libvirt
-
- virNodeNumOfDevices(ConnectionPointer, String, int) - Method in interface org.libvirt.jna.Libvirt
-
- virNWFilterDefineXML(ConnectionPointer, String) - Method in interface org.libvirt.jna.Libvirt
-
- virNWFilterFree(NetworkFilterPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virNWFilterGetName(NetworkFilterPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virNWFilterGetUUID(NetworkFilterPointer, byte[]) - Method in interface org.libvirt.jna.Libvirt
-
- virNWFilterGetUUIDString(NetworkFilterPointer, byte[]) - Method in interface org.libvirt.jna.Libvirt
-
- virNWFilterGetXMLDesc(NetworkFilterPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virNWFilterLookupByName(ConnectionPointer, String) - Method in interface org.libvirt.jna.Libvirt
-
- virNWFilterLookupByUUID(ConnectionPointer, byte[]) - Method in interface org.libvirt.jna.Libvirt
-
- virNWFilterLookupByUUIDString(ConnectionPointer, String) - Method in interface org.libvirt.jna.Libvirt
-
- virNWFilterUndefine(NetworkFilterPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virResetLastError() - Method in interface org.libvirt.jna.Libvirt
-
- virSchedParameter - Class in org.libvirt.jna
-
JNA mapping for the virSchedParameter structure
- virSchedParameter() - Constructor for class org.libvirt.jna.virSchedParameter
-
- virSchedParameterValue - Class in org.libvirt.jna
-
JNA mapping for the virSchedParameterValue structure
- virSchedParameterValue() - Constructor for class org.libvirt.jna.virSchedParameterValue
-
- virSecretDefineXML(ConnectionPointer, String, int) - Method in interface org.libvirt.jna.Libvirt
-
- virSecretFree(SecretPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virSecretGetUsageID(SecretPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virSecretGetUUID(SecretPointer, byte[]) - Method in interface org.libvirt.jna.Libvirt
-
- virSecretGetUUIDString(SecretPointer, byte[]) - Method in interface org.libvirt.jna.Libvirt
-
- virSecretGetValue(SecretPointer, LongByReference, int) - Method in interface org.libvirt.jna.Libvirt
-
- virSecretGetXMLDesc(SecretPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virSecretLookupByUsage(ConnectionPointer, int, String) - Method in interface org.libvirt.jna.Libvirt
-
- virSecretLookupByUUID(ConnectionPointer, byte[]) - Method in interface org.libvirt.jna.Libvirt
-
- virSecretLookupByUUIDString(ConnectionPointer, String) - Method in interface org.libvirt.jna.Libvirt
-
- virSecretSetValue(SecretPointer, String, NativeLong, int) - Method in interface org.libvirt.jna.Libvirt
-
- virSecretSetValue(SecretPointer, byte[], NativeLong, int) - Method in interface org.libvirt.jna.Libvirt
-
- virSecretUndefine(SecretPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virSetErrorFunc(Pointer, Libvirt.VirErrorCallback) - Method in interface org.libvirt.jna.Libvirt
-
- virStoragePoolBuild(StoragePoolPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virStoragePoolCreate(StoragePoolPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virStoragePoolCreateXML(ConnectionPointer, String, int) - Method in interface org.libvirt.jna.Libvirt
-
- virStoragePoolDefineXML(ConnectionPointer, String, int) - Method in interface org.libvirt.jna.Libvirt
-
- virStoragePoolDelete(StoragePoolPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virStoragePoolDestroy(StoragePoolPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virStoragePoolFree(StoragePoolPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virStoragePoolGetAutostart(StoragePoolPointer, IntByReference) - Method in interface org.libvirt.jna.Libvirt
-
- virStoragePoolGetInfo(StoragePoolPointer, virStoragePoolInfo) - Method in interface org.libvirt.jna.Libvirt
-
- virStoragePoolGetName(StoragePoolPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virStoragePoolGetUUID(StoragePoolPointer, byte[]) - Method in interface org.libvirt.jna.Libvirt
-
- virStoragePoolGetUUIDString(StoragePoolPointer, byte[]) - Method in interface org.libvirt.jna.Libvirt
-
- virStoragePoolGetXMLDesc(StoragePoolPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virStoragePoolInfo - Class in org.libvirt.jna
-
JNA mapping for the virStoragePoolInfo structure
- virStoragePoolInfo() - Constructor for class org.libvirt.jna.virStoragePoolInfo
-
- virStoragePoolIsActive(StoragePoolPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virStoragePoolIsPersistent(StoragePoolPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virStoragePoolListVolumes(StoragePoolPointer, String[], int) - Method in interface org.libvirt.jna.Libvirt
-
- virStoragePoolLookupByName(ConnectionPointer, String) - Method in interface org.libvirt.jna.Libvirt
-
- virStoragePoolLookupByUUID(ConnectionPointer, byte[]) - Method in interface org.libvirt.jna.Libvirt
-
- virStoragePoolLookupByUUIDString(ConnectionPointer, String) - Method in interface org.libvirt.jna.Libvirt
-
- virStoragePoolLookupByVolume(StorageVolPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virStoragePoolNumOfVolumes(StoragePoolPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virStoragePoolRefresh(StoragePoolPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virStoragePoolSetAutostart(StoragePoolPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virStoragePoolUndefine(StoragePoolPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virStorageVolCreateXML(StoragePoolPointer, String, int) - Method in interface org.libvirt.jna.Libvirt
-
- virStorageVolCreateXMLFrom(StoragePoolPointer, String, StorageVolPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virStorageVolDelete(StorageVolPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virStorageVolFree(StorageVolPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virStorageVolGetInfo(StorageVolPointer, virStorageVolInfo) - Method in interface org.libvirt.jna.Libvirt
-
- virStorageVolGetKey(StorageVolPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virStorageVolGetName(StorageVolPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virStorageVolGetPath(StorageVolPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virStorageVolGetXMLDesc(StorageVolPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virStorageVolInfo - Class in org.libvirt.jna
-
JNA mapping for the virStorageVolInfo structure
- virStorageVolInfo() - Constructor for class org.libvirt.jna.virStorageVolInfo
-
- virStorageVolLookupByKey(ConnectionPointer, String) - Method in interface org.libvirt.jna.Libvirt
-
- virStorageVolLookupByName(StoragePoolPointer, String) - Method in interface org.libvirt.jna.Libvirt
-
- virStorageVolLookupByPath(ConnectionPointer, String) - Method in interface org.libvirt.jna.Libvirt
-
- virStorageVolResize(StorageVolPointer, long, int) - Method in interface org.libvirt.jna.Libvirt
-
- virStorageVolWipe(StorageVolPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virStreamAbort(StreamPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virStreamEventAddCallback(StreamPointer, int, Libvirt.VirStreamEventCallback, Pointer, Libvirt.VirFreeCallback) - Method in interface org.libvirt.jna.Libvirt
-
- virStreamEventRemoveCallback(StreamPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virStreamEventUpdateCallback(StreamPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virStreamFinish(StreamPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virStreamFree(StreamPointer) - Method in interface org.libvirt.jna.Libvirt
-
- virStreamNew(ConnectionPointer, int) - Method in interface org.libvirt.jna.Libvirt
-
- virStreamRecv(StreamPointer, byte[], NativeLong) - Method in interface org.libvirt.jna.Libvirt
-
- virStreamRecvAll(StreamPointer, Libvirt.VirStreamSinkFunc, Pointer) - Method in interface org.libvirt.jna.Libvirt
-
- virStreamSend(StreamPointer, String, NativeLong) - Method in interface org.libvirt.jna.Libvirt
-
- virStreamSendAll(StreamPointer, Libvirt.VirStreamSourceFunc, Pointer) - Method in interface org.libvirt.jna.Libvirt
-
- virVcpuInfo - Class in org.libvirt.jna
-
JNA mapping for the virVcpuInfo structure
- virVcpuInfo() - Constructor for class org.libvirt.jna.virVcpuInfo
-
- VSPP - Variable in class org.libvirt.StoragePool
-
the native virStoragePoolPtr.