ccs-digitalmarketplace-frameworks 4.12.12 → 4.12.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/frameworks/g-cloud-15/questions/services/backup.yml +0 -1
- package/frameworks/g-cloud-15/questions/services/backupRPORTO.yml +2 -0
- package/frameworks/g-cloud-15/questions/services/backupWithObjectives.yml +30 -0
- package/frameworks/g-cloud-15/questions/services/multiqServiceBacksUp.yml +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
name: Backup and recovery
|
|
2
|
+
|
|
3
|
+
question: Does your service provide backup and recovery?
|
|
4
|
+
|
|
5
|
+
filter_label: backup and recovery is available
|
|
6
|
+
|
|
7
|
+
depends:
|
|
8
|
+
- 'on': lot
|
|
9
|
+
being:
|
|
10
|
+
- iaas-and-paas
|
|
11
|
+
|
|
12
|
+
followup:
|
|
13
|
+
backupWhatData:
|
|
14
|
+
- true
|
|
15
|
+
backupControls:
|
|
16
|
+
- true
|
|
17
|
+
backupDatacentre:
|
|
18
|
+
- true
|
|
19
|
+
backupScheduling:
|
|
20
|
+
- true
|
|
21
|
+
backupRecovery:
|
|
22
|
+
- true
|
|
23
|
+
backupRPORTO:
|
|
24
|
+
- true
|
|
25
|
+
|
|
26
|
+
type: boolean
|
|
27
|
+
|
|
28
|
+
validations:
|
|
29
|
+
- name: answer_required
|
|
30
|
+
message: Select yes if your service provides backup and recovery.
|