NAME

Sys::Async::Virt::NwFilter - Client side proxy to remote LibVirt network filter

VERSION

v0.2.6

SYNOPSIS

DESCRIPTION

EVENTS

CONSTRUCTOR

new

METHODS

name

$name = $filter->name;

Returns the name of the network filter.

uuid

$uuid = $filter->uuid;

Returns a 16-byte string containing the (binary) UUID.

uuid_string

$str = $filter->uuid_string;

Returns the string representation of the UUID (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).

get_xml_desc

$xml = await $filter->get_xml_desc( $flags = 0 );

See documentation of virNWFilterGetXMLDesc.

undefine

await $filter->undefine;
# -> (* no data *)

See documentation of virNWFilterUndefine.

INTERNAL METHODS

CONSTANTS

SEE ALSO

LibVirt, Sys::Virt

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.