Skip to content

Commit 4812f92

Browse files
authored
Merge pull request #772 from bbiggerr/linode-specs-gpus
Added gpus to Linode specs
2 parents e74e5e4 + 5567119 commit 4812f92

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

openapi.yaml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22981,25 +22981,24 @@ components:
2298122981
readOnly: true
2298222982
memory:
2298322983
type: integer
22984-
description: >
22985-
The amount of RAM, in MB, this Linode has access to. Typically a Linode will
22986-
choose to boot with all of its available RAM, but this can be configured in a
22987-
Config profile, see the
22988-
[/linode/instances/{linodeId}/configs](/docs/api/linode-instances/#configuration-profiles-list)
22989-
endpoints and the LinodeConfig object for more information.
22984+
description: |
22985+
The amount of RAM, in MB, this Linode has access to.
22986+
22987+
Typically, a Linode boots with all of its available RAM, but this can be configured in a Config profile. See the [/linode/instances/{linodeId}/configs](/docs/api/linode-instances/#configuration-profiles-list) endpoints and the LinodeConfig object for more information.
2299022988
example: 4096
2299122989
readOnly: true
2299222990
vcpus:
2299322991
type: integer
2299422992
description: >
2299522993
The number of vcpus this Linode has access to.
22996-
Typically a Linode will choose to
22997-
boot with all of its available vcpus, but this can be configured in a Config
22998-
Profile, see the
22999-
[/linode/instances/{linodeId}/configs](/docs/api/linode-instances/#configuration-profiles-list)
23000-
endpoints and the LinodeConfig object for more information.
2300122994
example: 2
2300222995
readOnly: true
22996+
gpus:
22997+
type: integer
22998+
description: |
22999+
The number of gpus this Linode has access to.
23000+
example: 0
23001+
readOnly: true
2300323002
transfer:
2300423003
type: integer
2300523004
description: The amount of network transfer this Linode is allotted each month.

0 commit comments

Comments
 (0)