GetSizesSize

data class GetSizesSize(val available: Boolean, val disk: Int, val memory: Int, val priceHourly: Double, val priceMonthly: Double, val regions: List<String>, val slug: String, val transfer: Double, val vcpus: Int)

Constructors

Link copied to clipboard
constructor(available: Boolean, disk: Int, memory: Int, priceHourly: Double, priceMonthly: Double, regions: List<String>, slug: String, transfer: Double, vcpus: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This represents whether new Droplets can be created with this size.

Link copied to clipboard
val disk: Int

The amount of disk space set aside for Droplets of this size. The value is measured in gigabytes.

Link copied to clipboard
val memory: Int

The amount of RAM allocated to Droplets created of this size. The value is measured in megabytes.

Link copied to clipboard

The hourly cost of Droplets created in this size as measured hourly. The value is measured in US dollars.

Link copied to clipboard

The monthly cost of Droplets created in this size if they are kept for an entire month. The value is measured in US dollars.

Link copied to clipboard

List of region slugs where Droplets can be created in this size.

Link copied to clipboard

A human-readable string that is used to uniquely identify each size.

Link copied to clipboard

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.

Link copied to clipboard
val vcpus: Int

The number of CPUs allocated to Droplets of this size.