File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
openapi: 3.0.1
2
2
info:
3
- version: 4.159 .0
3
+ version: 4.161 .0
4
4
5
5
title: Linode API
6
6
description: |
@@ -25420,14 +25420,20 @@ components:
25420
25420
description: Compute instance availability information by [Type](/docs/api/linode-types/) and [Region](/docs/api/regions/).
25421
25421
properties:
25422
25422
region:
25423
+ x-linode-cli-display: 1
25424
+ x-linode-filterable: true
25423
25425
type: string
25424
25426
example: us-east
25425
25427
description: The [Region](/docs/api/regions/) ID.
25426
25428
plan:
25429
+ x-linode-cli-display: 2
25430
+ x-linode-filterable: true
25427
25431
type: string
25428
25432
example: gpu-rtx6000-1.1
25429
25433
description: The compute instance [Type](/docs/api/linode-types/) ID.
25430
25434
available:
25435
+ x-linode-cli-display: 3
25436
+ x-linode-filterable: true
25431
25437
type: boolean
25432
25438
example: true
25433
25439
description: Whether the compute instance type is available in the region.
You can’t perform that action at this time.
0 commit comments