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 @@ -19692,6 +19692,14 @@ components:
19692
19692
failed: red
19693
19693
userAborted: f
19694
19694
default_: yellow
19695
+ available:
19696
+ type: boolean
19697
+ description: |
19698
+ Whether this Backup is available for restoration.
19699
+
19700
+ Backups undergoing maintenance are not available for restoration.
19701
+ example: true
19702
+ readOnly: true
19695
19703
created:
19696
19704
type: string
19697
19705
format: date-time
@@ -22946,6 +22954,14 @@ components:
22946
22954
[POST /linode/instances/{linodeId}/backups/enable](/docs/api/linode-instances/#backups-enable).
22947
22955
example: true
22948
22956
readOnly: true
22957
+ available:
22958
+ type: boolean
22959
+ description: |
22960
+ Whether Backups for this Linode are available for restoration.
22961
+
22962
+ Backups undergoing maintenance are not available for restoration.
22963
+ example: true
22964
+ readOnly: true
22949
22965
schedule:
22950
22966
type: object
22951
22967
properties:
You can’t perform that action at this time.
0 commit comments