@@ -3182,7 +3182,6 @@ paths:
3182
3182
"kernel": "linode/latest-64bit",
3183
3183
"comments": "This is my main Config",
3184
3184
"memory_limit": 2048,
3185
- "root_device_ro": false,
3186
3185
"run_level": "default",
3187
3186
"virt_mode": "paravirt",
3188
3187
"helpers": {
@@ -3276,7 +3275,6 @@ paths:
3276
3275
"kernel": "linode/latest-64bit",
3277
3276
"comments": "This is my main Config",
3278
3277
"memory_limit": 2048,
3279
- "root_device_ro": false,
3280
3278
"run_level": "default",
3281
3279
"virt_mode": "paravirt",
3282
3280
"helpers": {
@@ -10476,10 +10474,12 @@ components:
10476
10474
title : The ID of this Config.
10477
10475
example : 23456
10478
10476
readOnly : true
10477
+ x-linode-cli-display : 1
10479
10478
kernel :
10480
10479
type : string
10481
10480
title : A kernel ID to boot a Linode with. Defaults to 'linode/latest-64bit'
10482
10481
example : linode/latest-64bit
10482
+ x-linode-cli-display : 3
10483
10483
comments :
10484
10484
type : string
10485
10485
title : Optional field for arbitrary user comments on this Config.
@@ -10490,11 +10490,6 @@ components:
10490
10490
description : >
10491
10491
Defaults to the total RAM of the Linode.
10492
10492
example : 2048
10493
- root_device_ro :
10494
- type : boolean
10495
- title : Controls whether or not to mount the root Disk as read-only.
10496
- description : Defaults to false.
10497
- example : false
10498
10493
run_level :
10499
10494
type : string
10500
10495
title : Stes the run level for the Linode boot.
@@ -10552,6 +10547,7 @@ components:
10552
10547
example : My Config
10553
10548
minLength : 1
10554
10549
maxLength : 48
10550
+ x-linode-cli-display : 2
10555
10551
devices :
10556
10552
$ref : ' #/components/schemas/Devices'
10557
10553
LinodeRequest :
0 commit comments