Skip to content
Docs

Instance Types

Get Instance Type
client.instanceTypes.get(stringname, InstanceTypeGetParams { region } params, RequestOptionsoptions?): InstanceType { chipset, created_at, family, 7 more }
GET/v1/instance_types/{region}/{name}
List Instance Types
client.instanceTypes.list(InstanceTypeListParams { cursor, limit } query?, RequestOptionsoptions?): Cursor<InstanceType { chipset, created_at, family, 7 more } >
GET/v1/instance_types
ModelsExpand Collapse
InstanceType { chipset, created_at, family, 7 more }

Instance type.

chipset: string
created_at: string

When the Instance Type was created.

formatdate-time
family: string
memory_gb: number
name: string
network_bandwidth_gbps: number

Network bandwidth in Gbps.

region: RegionName { }

Region the resource is in.

series: string
updated_at: string

When the Instance Type was updated.

formatdate-time
vcpu: number
InstanceTypeList { items, pagination }
items: Array<InstanceType { chipset, created_at, family, 7 more } >
chipset: string
created_at: string

When the Instance Type was created.

formatdate-time
family: string
memory_gb: number
name: string
network_bandwidth_gbps: number

Network bandwidth in Gbps.

region: RegionName { }

Region the resource is in.

series: string
updated_at: string

When the Instance Type was updated.

formatdate-time
vcpu: number