The Host Size Object holds details on available size configurations for a server.
| Field | Type | Example | Description | 
|---|---|---|---|
| id | 
 | "nibble-1024" | The unique ID for the size. | 
| slug | 
 | "Nibble-1024" | A human readable string. | 
| bandwidthGB | 
 | 1000 | The available monthly bandwidth in GB. | 
| cpuCount | 
 | 2 | The amount of vCPU's included. | 
| diskGB | 
 | 25 | The amount of disk space included. | 
| disks | 
 | [ Host Disk Object ] | Details on disks included with the size. | 
| memoryMB | 
 | 1024 | The amount of memory (RAM) included. | 
| costPerHour | 
 | 14 | The amount of balance deducted per hour. | 
| costPerMonth | 
 | 10 | The amount in USD charged per month. | 
| planType | 
 | "standard", "cpu", "memory" | Some hosts offer a different plan type for different usage. You should refer to the host documentation for more information. | 
