Skip to content

Commit 111d3be

Browse files
jamesottingerGitHub Enterprise
authored andcommitted
Merge pull request #1 from amassry/dedicatedcpuclass
update wording for vcpus to differentiate real CPU cores for Dedicated CPU Linodes
2 parents 92fefe8 + 9d1b882 commit 111d3be

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

openapi.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,9 @@ info:
248248
249249
You can combine and nest operators to construct arbitrarily-complex queries.
250250
For example, give me all [Linode Types](#operation/getLinodeTypes)
251-
which are either `standard` or `highmem` class, and have between 12 and 20 vcpus:
251+
which are either `standard`, `dedicated`, or `highmem` class, and
252+
have between 12 and 20 vcpus (for dedicated CPU Linodes they are real CPU cores
253+
but are still called vcpus for API compatibility):
252254
253255
```Shell
254256
curl "https://api.linode.com/v4/linode/types" \
@@ -12383,7 +12385,9 @@ components:
1238312385
vcpus:
1238412386
type: integer
1238512387
description: >
12386-
The number of vcpus this Linode has access to. Typically a Linode will choose to
12388+
The number of vcpus this Linode has access to (for dedicated CPU Linodes these are
12389+
real cpus despite the name vcpu, the name vcpus is left for API compatibility.)
12390+
Typically a Linode will choose to
1238712391
boot with all of its available vcpus, but this can be configured in a Config
1238812392
Profile, see the
1238912393
[/linode/instances/{linodeId}/configs](#operation/getLinodeConfigs)
@@ -12922,7 +12926,8 @@ components:
1292212926
type: integer
1292312927
readOnly: true
1292412928
description: >
12925-
The number of VCPU cores this Linode Type offers.
12929+
The number of VCPU cores this Linode Type offers, or real CPU cores
12930+
in the case of a dedicated CPU Linode.
1292612931
example: 2
1292712932
x-linode-cli-display: 6
1292812933
LongviewClient:

0 commit comments

Comments
 (0)