ccs-digitalmarketplace-frameworks 9.0.4 → 9.0.5
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.
|
@@ -38,3 +38,14 @@
|
|
|
38
38
|
plural: social value filters
|
|
39
39
|
questions:
|
|
40
40
|
- socialValue
|
|
41
|
+
|
|
42
|
+
-
|
|
43
|
+
name: Cloud deployment model
|
|
44
|
+
slug: cloud-deployment-model
|
|
45
|
+
filter_settings:
|
|
46
|
+
name: cloudDeploymentModel
|
|
47
|
+
item_name:
|
|
48
|
+
singular: cloud deployment model filter
|
|
49
|
+
plural: cloud deployment model filters
|
|
50
|
+
questions:
|
|
51
|
+
- cloudDeploymentModelAll
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
id: cloudDeploymentModel
|
|
2
|
+
name: Cloud deployment model
|
|
3
|
+
question: Which cloud deployment model does the service use?
|
|
4
|
+
|
|
5
|
+
type: checkboxes
|
|
6
|
+
options:
|
|
7
|
+
- label: Public cloud
|
|
8
|
+
value: public
|
|
9
|
+
filter_label: public cloud
|
|
10
|
+
derived_from:
|
|
11
|
+
question: cloudDeploymentModelAmended
|
|
12
|
+
any_of:
|
|
13
|
+
- public
|
|
14
|
+
- label: Private cloud
|
|
15
|
+
value: private
|
|
16
|
+
filter_label: private cloud
|
|
17
|
+
derived_from:
|
|
18
|
+
question: cloudDeploymentModelAmended
|
|
19
|
+
any_of:
|
|
20
|
+
- private
|
|
21
|
+
- label: Community cloud
|
|
22
|
+
value: community
|
|
23
|
+
filter_label: community cloud
|
|
24
|
+
derived_from:
|
|
25
|
+
question: cloudDeploymentModelAmended
|
|
26
|
+
any_of:
|
|
27
|
+
- community
|
|
28
|
+
- label: Hybrid cloud
|
|
29
|
+
value: hybrid
|
|
30
|
+
filter_label: hybrid cloud
|
|
31
|
+
derived_from:
|
|
32
|
+
question: cloudDeploymentModelAmended
|
|
33
|
+
any_of:
|
|
34
|
+
- hybrid
|