org.libvirt
public class NetworkFilter extends Object
Field Summary | |
---|---|
protected Libvirt | libvirt
The libvirt connection from the hypervisor |
Constructor Summary | |
---|---|
NetworkFilter(Connect virConnect, NetworkFilterPointer NFP) |
Method Summary | |
---|---|
int | free()
Release the network filter handle. |
String | getName()
Gets the public name for this network filter
|
int[] | getUUID()
Get the UUID for this network filter.
|
String | getUUIDString()
Gets the UUID for this network filter as string.
|
String | getXMLDesc()
Fetches an XML document describing attributes of the network filter.
|
protected void | processError()
Error handling logic to throw errors. |
void | undefine()
undefine the network filter
|
Returns: 0 on success, or -1 on error.
Throws: LibvirtException
Returns: the name
Throws: LibvirtException
Returns: the UUID as an unpacked int array
Throws: LibvirtException
See Also: rfc4122
Returns: the UUID in canonical String format
Throws: LibvirtException
See Also: rfc4122
Returns: the XML document
See Also: Libvirt
Documentation
Throws: LibvirtException