Package org.libvirt
Class NetworkFilter
java.lang.Object
org.libvirt.NetworkFilter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
finalize()
int
free()
Release the network filter handle.getName()
Gets the public name for this network filterint[]
getUUID()
Get the UUID for this network filter.Gets the UUID for this network filter as string.Fetches an XML document describing attributes of the network filter.void
undefine()
undefine the network filter
-
Constructor Details
-
NetworkFilter
-
-
Method Details
-
finalize
- Overrides:
finalize
in classObject
- Throws:
LibvirtException
-
free
Release the network filter handle. The underlying snapshot continues to exist.- Returns:
- ignore (always 0)
- Throws:
LibvirtException
-
getName
Gets the public name for this network filter- Returns:
- the name
- Throws:
LibvirtException
-
getUUID
Get the UUID for this network filter.- Returns:
- the UUID as an unpacked int array
- Throws:
LibvirtException
- See Also:
-
getUUIDString
Gets the UUID for this network filter as string.- Returns:
- the UUID in canonical String format
- Throws:
LibvirtException
- See Also:
-
getXMLDesc
Fetches an XML document describing attributes of the network filter.- Returns:
- the XML document
- Throws:
LibvirtException
- See Also:
-
undefine
undefine the network filter- Throws:
LibvirtException
-