NAME
DigitalOcean::Size - Represents a Size object in the DigitalOcean API
VERSION
version 0.17
SYNOPSIS
FILL ME IN
DESCRIPTION
FILL ME IN
METHODS
slug
A human-readable string that is used to uniquely identify each size.
available
This is a boolean value that represents whether new Droplets can be created with this size.
transfer
The amount of transfer bandwidth that is available for Droplets created in this size. This only counts traffic on the public interface. The value is given in terabytes.
price_monthly
This attribute describes the monthly cost of this Droplet size if the Droplet is kept for an entire month. The value is measured in US dollars.
price_hourly
This describes the price of the Droplet size as measured hourly. The value is measured in US dollars.
memory
The amount of RAM allocated to Droplets created of this size. The value is represented in megabytes.
vcpus
The number of virtual CPUs allocated to Droplets of this size.
disk
The amount of disk space set aside for Droplets of this size. The value is represented in gigabytes.
regions
An array containing the region slugs where this size is available for Droplet creates.
id
AUTHOR
Adam Hopkins <srchulo@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2019 by Adam Hopkins.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.