@@ -2599,36 +2599,36 @@ paths:
2599
2599
allOf :
2600
2600
- $ref : ' #/components/schemas/LinodeRequest'
2601
2601
- $ref : ' #/components/schemas/LinodeBase'
2602
- properties :
2603
- backup_id :
2604
- type : integer
2605
- title : The ID of a Linode Backup
2606
- example : 1234
2607
- description : |
2608
- A Backup ID from another Linode's available backups. Your user must have
2609
- `read_write` access to that Linode, the backup must have a `status` of
2610
- `successful`, and the Linode must be deployed to the same `region` as the backup.
2611
- See [GET /linode/instances/{linodeId}/backups](/#operation/getBackups)
2612
- for a Linode's available backups.
2602
+ - properties :
2603
+ backup_id :
2604
+ type : integer
2605
+ title : The ID of a Linode Backup
2606
+ example : 1234
2607
+ description : |
2608
+ A Backup ID from another Linode's available backups. Your user must have
2609
+ `read_write` access to that Linode, the backup must have a `status` of
2610
+ `successful`, and the Linode must be deployed to the same `region` as the backup.
2611
+ See [GET /linode/instances/{linodeId}/backups](/#operation/getBackups)
2612
+ for a Linode's available backups.
2613
2613
2614
- This field and the `image` field are mutually exclusive.
2615
- backups_enabled :
2616
- type : boolean
2617
- title : If Backups should be enabled.
2618
- description : |
2619
- If this field is set to `true`, the created Linode will automatically be
2620
- enrolled in the Linode Backup service. This will incur an additional charge.
2621
- The cost for the Backup service is dependent on the type of Linode deployed.
2614
+ This field and the `image` field are mutually exclusive.
2615
+ backups_enabled :
2616
+ type : boolean
2617
+ title : If Backups should be enabled.
2618
+ description : |
2619
+ If this field is set to `true`, the created Linode will automatically be
2620
+ enrolled in the Linode Backup service. This will incur an additional charge.
2621
+ The cost for the Backup service is dependent on the type of Linode deployed.
2622
2622
2623
- Backup pricing is included in the response from [GET /linodes/types](/#operation/getLinodeTypes)
2624
- swap_size :
2625
- type : integer
2626
- title : Swap Disk size in MB
2627
- example : 512
2628
- description : >
2629
- When deploying from an Image, this field is optional, otherwise it is ignored.
2630
- This is used to set the Swap Disk size for the newly created Linode.
2631
- default : 512
2623
+ Backup pricing is included in the response from [GET /linodes/types](/#operation/getLinodeTypes)
2624
+ swap_size :
2625
+ type : integer
2626
+ title : Swap Disk size in MB
2627
+ example : 512
2628
+ description : >
2629
+ When deploying from an Image, this field is optional, otherwise it is ignored.
2630
+ This is used to set the Swap Disk size for the newly created Linode.
2631
+ default : 512
2632
2632
responses :
2633
2633
' 200 ' :
2634
2634
description : >
0 commit comments