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