GetVmType

GetVmType
GetVmType
JSON Example
{
    "name": "string",
    "ram": 0,
    "cpu": 0,
    "ephemeral_disk": 0,
    "machine_type": "string",
    "raw_instance_storage": false,
    "builtin": false
}
string
name
Required

name

integer
ram
Required

ram

integer
cpu
Required

cpu

integer
ephemeral_disk
Required

ephemeral_disk

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 cpu and ram values is used instead
  • Openstack - Openstack instance-type
  • vSphere - unused
boolean
raw_instance_storage
Optional

Only present for AWS

boolean
builtin
Required

When true, the VM type is defined in the built-in VM type catalog

Property Of