|
1 | 1 | openapi: 3.0.1 |
2 | 2 | info: |
3 | | - version: 4.90.0 |
| 3 | + version: 4.90.3 |
4 | 4 |
|
5 | 5 | title: Linode API |
6 | 6 | description: | |
@@ -3794,62 +3794,62 @@ paths: |
3794 | 3794 | type: object |
3795 | 3795 | allOf: |
3796 | 3796 | - $ref: '#/components/schemas/LinodeRequest' |
3797 | | - properties: |
3798 | | - backup_id: |
3799 | | - type: integer |
3800 | | - example: 1234 |
3801 | | - description: | |
3802 | | - A Backup ID from another Linode's available backups. Your User must have |
3803 | | - `read_write` access to that Linode, the Backup must have a `status` of |
3804 | | - `successful`, and the Linode must be deployed to the same `region` as the Backup. |
3805 | | - See [/linode/instances/{linodeId}/backups](/docs/api/linode-instances/#backups-list) |
3806 | | - for a Linode's available backups. |
3807 | | - |
3808 | | - This field and the `image` field are mutually exclusive. |
3809 | | - backups_enabled: |
3810 | | - type: boolean |
3811 | | - description: | |
3812 | | - If this field is set to `true`, the created Linode will automatically be |
3813 | | - enrolled in the Linode Backup service. This will incur an additional charge. |
3814 | | - The cost for the Backup service is dependent on the Type of Linode deployed. |
3815 | | - |
3816 | | - This option is always treated as `true` if the account-wide `backups_enabled` |
3817 | | - setting is `true`. See [account settings](/docs/api/account/#account-settings-view) |
3818 | | - for more information. |
3819 | | - |
3820 | | - Backup pricing is included in the response from [/linodes/types](/docs/api/linode-types/#types-list) |
3821 | | - swap_size: |
3822 | | - type: integer |
3823 | | - example: 512 |
3824 | | - description: > |
3825 | | - When deploying from an Image, this field is optional, otherwise it is ignored. |
3826 | | - This is used to set the swap disk size for the newly-created Linode. |
3827 | | - default: 512 |
3828 | | - type: |
3829 | | - type: string |
3830 | | - description: > |
3831 | | - The [Linode Type](/docs/api/linode-types/#types-list) of the Linode |
3832 | | - you are creating. |
3833 | | - example: g6-standard-2 |
3834 | | - region: |
3835 | | - type: string |
3836 | | - description: > |
3837 | | - The [Region](/docs/api/regions/#regions-list) where the Linode |
3838 | | - will be located. |
3839 | | - example: us-east |
3840 | | - label: |
3841 | | - $ref: '#/components/schemas/Linode/properties/label' |
3842 | | - tags: |
3843 | | - $ref: '#/components/schemas/Linode/properties/tags' |
3844 | | - group: |
3845 | | - $ref: '#/components/schemas/Linode/properties/group' |
3846 | | - private_ip: |
3847 | | - type: boolean |
3848 | | - description: > |
3849 | | - If true, the created Linode will have private networking enabled and assigned a private IPv4 address. |
3850 | | - example: true |
3851 | | - interfaces: |
3852 | | - $ref: '#/components/schemas/LinodeConfigInterfaces' |
| 3797 | + - properties: |
| 3798 | + backup_id: |
| 3799 | + type: integer |
| 3800 | + example: 1234 |
| 3801 | + description: | |
| 3802 | + A Backup ID from another Linode's available backups. Your User must have |
| 3803 | + `read_write` access to that Linode, the Backup must have a `status` of |
| 3804 | + `successful`, and the Linode must be deployed to the same `region` as the Backup. |
| 3805 | + See [/linode/instances/{linodeId}/backups](/docs/api/linode-instances/#backups-list) |
| 3806 | + for a Linode's available backups. |
| 3807 | + |
| 3808 | + This field and the `image` field are mutually exclusive. |
| 3809 | + backups_enabled: |
| 3810 | + type: boolean |
| 3811 | + description: | |
| 3812 | + If this field is set to `true`, the created Linode will automatically be |
| 3813 | + enrolled in the Linode Backup service. This will incur an additional charge. |
| 3814 | + The cost for the Backup service is dependent on the Type of Linode deployed. |
| 3815 | + |
| 3816 | + This option is always treated as `true` if the account-wide `backups_enabled` |
| 3817 | + setting is `true`. See [account settings](/docs/api/account/#account-settings-view) |
| 3818 | + for more information. |
| 3819 | + |
| 3820 | + Backup pricing is included in the response from [/linodes/types](/docs/api/linode-types/#types-list) |
| 3821 | + swap_size: |
| 3822 | + type: integer |
| 3823 | + example: 512 |
| 3824 | + description: > |
| 3825 | + When deploying from an Image, this field is optional, otherwise it is ignored. |
| 3826 | + This is used to set the swap disk size for the newly-created Linode. |
| 3827 | + default: 512 |
| 3828 | + type: |
| 3829 | + type: string |
| 3830 | + description: > |
| 3831 | + The [Linode Type](/docs/api/linode-types/#types-list) of the Linode |
| 3832 | + you are creating. |
| 3833 | + example: g6-standard-2 |
| 3834 | + region: |
| 3835 | + type: string |
| 3836 | + description: > |
| 3837 | + The [Region](/docs/api/regions/#regions-list) where the Linode |
| 3838 | + will be located. |
| 3839 | + example: us-east |
| 3840 | + label: |
| 3841 | + $ref: '#/components/schemas/Linode/properties/label' |
| 3842 | + tags: |
| 3843 | + $ref: '#/components/schemas/Linode/properties/tags' |
| 3844 | + group: |
| 3845 | + $ref: '#/components/schemas/Linode/properties/group' |
| 3846 | + private_ip: |
| 3847 | + type: boolean |
| 3848 | + description: > |
| 3849 | + If true, the created Linode will have private networking enabled and assigned a private IPv4 address. |
| 3850 | + example: true |
| 3851 | + interfaces: |
| 3852 | + $ref: '#/components/schemas/LinodeConfigInterfaces' |
3853 | 3853 | responses: |
3854 | 3854 | '200': |
3855 | 3855 | description: > |
|
0 commit comments