ccs-digitalmarketplace-frameworks 5.1.40 → 5.1.41
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/multiqUsageNotifications.yml +2 -0
- package/frameworks/g-cloud-15/questions/services/usageNotifications.yml +4 -0
- package/frameworks/g-cloud-15/questions/services/usageNotificationsAutomaticScaling.yml +17 -0
- package/frameworks/g-cloud-15/questions/services/usageNotificationsHelpOptimiseConsumption.yml +17 -0
- package/package.json +1 -1
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
name: Automatic scaling
|
|
2
|
+
|
|
3
|
+
question: Does your solution scale up and down automatically; reduce resources (and therefore cost) when under utilised, and/or increase resources in the event of additional demand?
|
|
4
|
+
|
|
5
|
+
hidden: true
|
|
6
|
+
|
|
7
|
+
depends:
|
|
8
|
+
- 'on': lot
|
|
9
|
+
being:
|
|
10
|
+
- iaas-and-paas
|
|
11
|
+
- iaas-and-paas-above-official
|
|
12
|
+
|
|
13
|
+
type: boolean
|
|
14
|
+
|
|
15
|
+
validations:
|
|
16
|
+
- name: answer_required
|
|
17
|
+
message: Please select Yes or No to continue.
|
package/frameworks/g-cloud-15/questions/services/usageNotificationsHelpOptimiseConsumption.yml
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
name: Optimising consumption
|
|
2
|
+
|
|
3
|
+
question: Does your solution provide information to help users optimise their consumption?
|
|
4
|
+
|
|
5
|
+
hidden: true
|
|
6
|
+
|
|
7
|
+
depends:
|
|
8
|
+
- 'on': lot
|
|
9
|
+
being:
|
|
10
|
+
- iaas-and-paas
|
|
11
|
+
- iaas-and-paas-above-official
|
|
12
|
+
|
|
13
|
+
type: boolean
|
|
14
|
+
|
|
15
|
+
validations:
|
|
16
|
+
- name: answer_required
|
|
17
|
+
message: Please select Yes or No to continue.
|