NAME
WWW::Hetzner::Storage::API::StorageBoxTypes - Hetzner Storage Box Types API
VERSION
version 0.101
SYNOPSIS
my $types = $storage->storage_box_types->list_all;
my $type = $storage->storage_box_types->get_by_name('bx20');
DESCRIPTION
Reads the available Hetzner Storage Box types.
list
my $types = $storage->storage_box_types->list(%query);
Returns one page of WWW::Hetzner::Storage::StorageBoxType objects.
get
my $type = $storage->storage_box_types->get($id);
Returns a WWW::Hetzner::Storage::StorageBoxType.
get_by_name
my $type = $storage->storage_box_types->get_by_name('bx20');
Returns the type of the supplied name, or undef when none exists.
SEE ALSO
WWW::Hetzner::Storage - Storage client
WWW::Hetzner::Storage::StorageBoxType - Storage Box Type entity
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-www-hetzner/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.