We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c819d commit 92fefe8Copy full SHA for 92fefe8
openapi.yaml
@@ -12828,14 +12828,16 @@ components:
12828
type: string
12829
readOnly: true
12830
description: >
12831
- The class of the Linode Type. We currently offer three classes of Linodes:
+ The class of the Linode Type. We currently offer four classes of Linodes:
12832
12833
* nanode - Our entry-level Linode Type.
12834
* standard - Our flagship Linode Type.
12835
+ * dedicated - Our Dedicated CPU Linode Type.
12836
* highmem - A Linode Type featuring high memory availability.
12837
enum:
12838
- nanode
12839
- standard
12840
+ - dedicated
12841
- highmem
12842
example: standard
12843
x-linode-cli-display: 3
0 commit comments