Skip to content

Commit c53be83

Browse files
authored
Merge pull request #834 from bbiggerr/premium-cpu
Added premium to Linode Types
2 parents 81b3143 + f634f6c commit c53be83

File tree

1 file changed

+12
-18
lines changed

1 file changed

+12
-18
lines changed

openapi.yaml

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22792,28 +22792,22 @@ components:
2279222792
x-linode-filterable: true
2279322793
type: string
2279422794
readOnly: true
22795-
description: >
22796-
The class of the Linode Type. We currently offer five classes of Linodes:
22797-
22798-
* nanode - Nanode instances are good for low-duty workloads,
22799-
where performance isn't critical. **Note:** As of June 16th, 2020, Nanodes became
22800-
1 GB Linodes in the Cloud Manager, however, the API, the CLI, and billing will
22801-
continue to refer to these instances as Nanodes.
22802-
* standard - Standard Shared instances are good for medium-duty workloads and
22803-
are a good mix of performance, resources, and price. **Note:** As of June 16th, 2020,
22804-
Standard Linodes in the Cloud Manager became Shared Linodes, however, the API, the CLI, and
22805-
billing will continue to refer to these instances as Standard Linodes.
22806-
* dedicated - Dedicated CPU instances are good for full-duty workloads
22807-
where consistent performance is important.
22808-
* gpu - Linodes with dedicated NVIDIA Quadro ® RTX 6000 GPUs accelerate highly
22809-
specialized applications such as machine learning, AI, and video transcoding.
22810-
* highmem - High Memory instances favor RAM over other resources, and can be
22811-
good for memory hungry use cases like caching and in-memory databases.
22812-
All High Memory plans contain dedicated CPU cores.
22795+
description: |
22796+
The class of the Linode Type.
22797+
22798+
We currently offer six classes of compute instances:
22799+
22800+
* `nanode` - Nanode instances are good for low-duty workloads, where performance isn't critical. **Note:** As of June 16th, 2020, Nanodes became 1 GB Linodes in the Cloud Manager, however, the API, the CLI, and billing will continue to refer to these instances as Nanodes.
22801+
* `standard` - Standard Shared instances are good for medium-duty workloads and are a good mix of performance, resources, and price. **Note:** As of June 16th, 2020, Standard Linodes in the Cloud Manager became Shared Linodes, however, the API, the CLI, and billing will continue to refer to these instances as Standard Linodes.
22802+
* `dedicated` - Dedicated CPU instances are good for full-duty workloads where consistent performance is important.
22803+
* `premium` (limited Regions) - In addition to the features of Dedicated instances, Premium instances come equipped with the latest AMD EPYC™ CPUs, ensuring your applications are running on the latest hardware with consistently high performance. Only available in [Regions](/docs/api/regions/#regions-list) with "Premium Plans" in their `capabilities`
22804+
* `gpu` (limited Regions) - Linodes with dedicated NVIDIA Quadro® RTX 6000 GPUs accelerate highly specialized applications such as machine learning, AI, and video transcoding. Only available in [Regions](/docs/api/regions/#regions-list) with "GPU Linodes" in their `capabilities`
22805+
* `highmem` - High Memory instances favor RAM over other resources, and can be good for memory hungry use cases like caching and in-memory databases. All High Memory plans contain dedicated CPU cores.
2281322806
enum:
2281422807
- nanode
2281522808
- standard
2281622809
- dedicated
22810+
- premium
2281722811
- gpu
2281822812
- highmem
2281922813
example: standard

0 commit comments

Comments
 (0)