public class NetworkFilter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Libvirt |
libvirt
The libvirt connection from the hypervisor
|
Constructor and Description |
---|
NetworkFilter(Connect virConnect,
NetworkFilterPointer NFP) |
Modifier and Type | Method and Description |
---|---|
void |
finalize() |
int |
free()
Release the network filter handle.
|
java.lang.String |
getName()
Gets the public name for this network filter
|
int[] |
getUUID()
Get the UUID for this network filter.
|
java.lang.String |
getUUIDString()
Gets the UUID for this network filter as string.
|
java.lang.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
|
protected Libvirt libvirt
public NetworkFilter(Connect virConnect, NetworkFilterPointer NFP)
public void finalize() throws LibvirtException
finalize
in class java.lang.Object
LibvirtException
public int free() throws LibvirtException
LibvirtException
public java.lang.String getName() throws LibvirtException
LibvirtException
public int[] getUUID() throws LibvirtException
LibvirtException
public java.lang.String getUUIDString() throws LibvirtException
LibvirtException
public java.lang.String getXMLDesc() throws LibvirtException
LibvirtException
protected void processError() throws LibvirtException
LibvirtException
public void undefine() throws LibvirtException
LibvirtException