1Sys::Virt::NWFilterBindUisnegr(3C)ontributed Perl DocumeSnytsa:t:iVoinrt::NWFilterBinding(3)
2
3
4
6 Sys::Virt::NWFilterBinding - Represent & manage a network filter
7 binding
8
10 The "Sys::Virt::NWFilterBinding" module represents a binding between a
11 network filter and a network port device.
12
14 my $name = $binding->get_port_dev()
15 Returns a string with the name of the network port device that is
16 bound to
17
18 my $name = $binding->get_filter_name()
19 Returns a string with the name of the network filter that is bound
20 to
21
22 my $xml = $binding->get_xml_description()
23 Returns an XML document containing a complete description of the
24 network's configuration
25
26 $binding->delete()
27 Unbind the network port device from the filter
28
30 Daniel P. Berrange <berrange@redhat.com>
31
33 Copyright (C) 2018 Red Hat
34
36 This program is free software; you can redistribute it and/or modify it
37 under the terms of either the GNU General Public License as published
38 by the Free Software Foundation (either version 2 of the License, or at
39 your option any later version), or, the Artistic License, as specified
40 in the Perl README file.
41
43 Sys::Virt, Sys::Virt::Error, "http://libvirt.org"
44
45
46
47perl v5.16.3 2018-11-02 Sys::Virt::NWFilterBinding(3)