NCP-MCA · Question #1
In order to give Consumers the ability to modify attributes, what should the Blueprint creator implement in the design?
The correct answer is C. Runtime variables. Runtime variables are variables that can be modified by the Consumer during the deployment of a Blueprint or after the deployment is complete. They allow the Consumer to customize the attributes of the infrastructure and applications according to their needs. Runtime variables…
Question
In order to give Consumers the ability to modify attributes, what should the Blueprint creator implement in the design?
Options
- ACustom actions
- BeScript task with custom macros
- CRuntime variables
- DHTTP task with built-in macros
How the community answered
(66 responses)- A6% (4)
- B3% (2)
- C89% (59)
- D2% (1)
Explanation
Runtime variables are variables that can be modified by the Consumer during the deployment of a Blueprint or after the deployment is complete. They allow the Consumer to customize the attributes of the infrastructure and applications according to their needs. Runtime variables can be defined in the Blueprint settings or in the Blueprint YAML file. They can also be used in the Blueprint tasks to pass dynamic values to the scripts or commands. Runtime variables can be of different types, such as text, number, boolean, list, or password. They can also have default values, constraints, and descriptions to guide the Consumer.
Topics
Community Discussion
No community discussion yet for this question.