Skip to content

Added gpus to Linode specs #772

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 10 additions & 11 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22981,25 +22981,24 @@ components:
readOnly: true
memory:
type: integer
description: >
The amount of RAM, in MB, this Linode has access to. Typically a Linode will
choose to boot 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.
description: |
The amount of RAM, in MB, this Linode has access to.

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.
example: 4096
readOnly: true
vcpus:
type: integer
description: >
The number of vcpus this Linode has access to.
Typically a Linode will choose to
boot with all of its available vcpus, 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.
example: 2
readOnly: true
gpus:
type: integer
description: |
The number of gpus this Linode has access to.
example: 0
readOnly: true
transfer:
type: integer
description: The amount of network transfer this Linode is allotted each month.
Expand Down