NAME
Sys::Async::Virt::Secret - Client side proxy to remote LibVirt secret
VERSION
v0.0.2
SYNOPSIS
DESCRIPTION
EVENTS
CONSTRUCTOR
new
METHODS
get_xml_desc
$xml = await $secret->get_xml_desc( $flags = 0 );
See documentation of virSecretGetXMLDesc.
set_value
await $secret->set_value( $value, $flags = 0 );
# -> (* no data *)
See documentation of virSecretSetValue.
undefine
await $secret->undefine;
# -> (* no data *)
See documentation of virSecretUndefine.
CONSTANTS
- EVENT_DEFINED
- EVENT_UNDEFINED
SEE ALSO
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.