PutVmType
PutVmType
JSON Example
{
"name": "string",
"machine_type": "string",
"raw_instance_storage": false
}
string
name
Required
name
ram
Required
The size of RAM in MB. Can be an integer or string-formatted integer
cpu
Required
The number of CPUs. Can be an integer or string-formatted integer
ephemeral_disk
Required
The size of ephemeral disk in MB. Can be an integer or string-formatted integer
string
machine_type
Optional
The IaaS specific machine vm_type.
- AWS - AWS instance type
- Azure - Azure VM type
- GCP - GCP instance type. When not specified, a custom GCP machine type based on the
cpuandramvalues is used instead - Openstack - Openstack instance-type
- vSphere - unused
boolean
raw_instance_storage
Optional
Only present for AWS