NAME
Sys::Async::Virt::NwFilterBinding - Client side proxy to remote LibVirt network filter binding
VERSION
v0.2.6
SYNOPSIS
DESCRIPTION
EVENTS
CONSTRUCTOR
new
METHODS
name
$name = $binding->name;
Returns the name of the filter binding.
port
$port = $binding->port;
Returns the Sys::Async::Virt::NetworkPort instance this binding associates with.
delete
await $binding->delete;
# -> (* no data *)
See documentation of virNWFilterBindingDelete.
get_xml_desc
$xml = await $binding->get_xml_desc( $flags = 0 );
See documentation of virNWFilterBindingGetXMLDesc.
INTERNAL METHODS
CONSTANTS
SEE ALSO
LICENSE AND COPYRIGHT
Copyright (C) 2024-2026 Erik Huelsmann
All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.