Scroll to navigation

Sys::Virt::NWFilterBinding(3pm) User Contributed Perl Documentation Sys::Virt::NWFilterBinding(3pm)

NAME

Sys::Virt::NWFilterBinding - Represent & manage a network filter binding

DESCRIPTION

The "Sys::Virt::NWFilterBinding" module represents a binding between a network filter and a network port device.

METHODS

Returns a string with the name of the network port device that is bound to
Returns a string with the name of the network filter that is bound to
Returns an XML document containing a complete description of the network's configuration
$binding->delete()
Unbind the network port device from the filter

NETWORK FILTER BINDING CREATION CONSTANTS

When creating network filter bindings zero or more of the following constants may be used

Validate the XML document against the XML schema

AUTHORS

Daniel P. Berrange <berrange@redhat.com>

COPYRIGHT

Copyright (C) 2018 Red Hat

LICENSE

This program is free software; you can redistribute it and/or modify it under the terms of either the GNU General Public License as published by the Free Software Foundation (either version 2 of the License, or at your option any later version), or, the Artistic License, as specified in the Perl README file.

SEE ALSO

Sys::Virt, Sys::Virt::Error, "http://libvirt.org"

2022-08-09 perl v5.34.0