1Sys::Virt::NWFilterBindUisnegr(3C)ontributed Perl DocumeSnytsa:t:iVoinrt::NWFilterBinding(3)
2
3
4

NAME

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

DESCRIPTION

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

METHODS

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
29   NETWORK FILTER BINDING CREATION CONSTANTS
30       When creating network filter bindings zero or more of the following
31       constants may be used
32
33       Sys::Virt::NWFilterBinding::CREATE_VALIDATE
34           Validate the XML document against the XML schema
35

AUTHORS

37       Daniel P. Berrange <berrange@redhat.com>
38
40       Copyright (C) 2018 Red Hat
41

LICENSE

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

SEE ALSO

50       Sys::Virt, Sys::Virt::Error, "http://libvirt.org"
51
52
53
54perl v5.36.0                      2023-01-30     Sys::Virt::NWFilterBinding(3)
Impressum