NAME

WWW::VastAI::Volume - Volume wrapper for Vast.ai storage resources

VERSION

version 0.001

DESCRIPTION

WWW::VastAI::Volume represents a storage volume returned by WWW::VastAI::API::Volumes.

METHODS

status

Returns the current volume status.

machine_id

Returns the associated machine ID when present.

public_ipaddr

Returns the public IP address reported for the volume.

delete

$volume->delete;

Deletes the volume through the parent client and returns the raw API response.

SEE ALSO

WWW::VastAI, WWW::VastAI::API::Volumes

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-www-vastai/issues.

IRC

Join #kubernetes on irc.perl.org or message Getty directly.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHOR

Torsten Raudssus <torsten@raudssus.de>

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.