Skip to content
Docs

Instance Types

Get Instance Type
$ nirvana instance-types get
GET/v1/instance_types/{region}/{name}
List Instance Types
$ nirvana instance-types list
GET/v1/instance_types
ModelsExpand Collapse
instance_type: object { chipset, created_at, family, 7 more }

Instance type.

chipset: string
created_at: string

When the Instance Type was created.

family: string
memory_gb: number
name: string
network_bandwidth_gbps: number

Network bandwidth in Gbps.

region: "us-sva-2"

Region the resource is in.

"us-sva-2"
series: string
updated_at: string

When the Instance Type was updated.

vcpu: number
instance_type_list: object { items, pagination }
items: array of InstanceType { chipset, created_at, family, 7 more }
chipset: string
created_at: string

When the Instance Type was created.

family: string
memory_gb: number
name: string
network_bandwidth_gbps: number

Network bandwidth in Gbps.

region: "us-sva-2"

Region the resource is in.

"us-sva-2"
series: string
updated_at: string

When the Instance Type was updated.

vcpu: number