The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Sys::Async::Virt::NetworkPort - Client side proxy to remote LibVirt network port

VERSION

v0.0.2

SYNOPSIS

DESCRIPTION

EVENTS

CONSTRUCTOR

new

METHODS

delete

  await $port->delete( $flags = 0 );
  # -> (* no data *)

See documentation of virNetworkPortDelete.

get_parameters

  $params = await $port->get_parameters( $flags = 0 );

See documentation of virNetworkPortGetParameters.

get_xml_desc

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

See documentation of virNetworkPortGetXMLDesc.

set_parameters

  await $port->set_parameters( $params, $flags = 0 );
  # -> (* no data *)

See documentation of virNetworkPortSetParameters.

CONSTANTS

BANDWIDTH_IN_AVERAGE
BANDWIDTH_IN_PEAK
BANDWIDTH_IN_BURST
BANDWIDTH_IN_FLOOR
BANDWIDTH_OUT_AVERAGE
BANDWIDTH_OUT_PEAK
BANDWIDTH_OUT_BURST

SEE ALSO

LibVirt, Sys::Virt

LICENSE AND COPYRIGHT

  Copyright (C) 2024 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.