File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -19629,6 +19629,14 @@ components:
19629
19629
failed: red
19630
19630
userAborted: f
19631
19631
default_: yellow
19632
+ available:
19633
+ type: boolean
19634
+ description: |
19635
+ Whether this Backup is available for restoration.
19636
+
19637
+ Backups undergoing maintenance are not available for restoration.
19638
+ example: true
19639
+ readOnly: true
19632
19640
created:
19633
19641
type: string
19634
19642
format: date-time
@@ -22882,6 +22890,14 @@ components:
22882
22890
[POST /linode/instances/{linodeId}/backups/enable](/docs/api/linode-instances/#backups-enable).
22883
22891
example: true
22884
22892
readOnly: true
22893
+ available:
22894
+ type: boolean
22895
+ description: |
22896
+ Whether Backups for this Linode are available for restoration.
22897
+
22898
+ Backups undergoing maintenance are not available for restoration.
22899
+ example: true
22900
+ readOnly: true
22885
22901
schedule:
22886
22902
type: object
22887
22903
properties:
You can’t perform that action at this time.
0 commit comments