NAME
WWW::Hetzner::Storage::StorageBoxType - Hetzner Storage Box Type object
VERSION
version 0.101
SYNOPSIS
my $type = $storage->storage_box_types->get_by_name('bx20');
print $type->size, "\n";
DESCRIPTION
Represents a Storage Box type returned by WWW::Hetzner::Storage::API::StorageBoxTypes.
id
Storage Box Type ID (read-only).
name
Storage Box Type name, e.g. bx20 (read-only).
description
Human-readable description (read-only).
snapshot_limit
Maximum number of manual snapshots, or undef when unlimited (read-only).
automatic_snapshot_limit
Maximum number of automatic snapshots, or undef when unlimited (read-only).
subaccounts_limit
Maximum number of subaccounts (read-only).
size
Storage size in bytes (read-only).
prices
Arrayref of per-location pricing data (read-only).
deprecation
Deprecation data, or undef when not deprecated (read-only).
data
my $hashref = $type->data;
Returns the complete Storage Box Type representation returned by the API.
SEE ALSO
WWW::Hetzner::Storage::API::StorageBoxTypes - Storage Box Type controller
WWW::Hetzner::Storage - Storage client
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.