VMware NSX-T Data Center (VCP-NV 2020) — Question 34
An administrator wants to use constraint tags to deploy blueprints to a particular storage with a capability tag assigned; however, not all projects have access to this storage.
Which two tag formats can be defined at the blueprint level in order to ensure that blueprints are deployed on this particular storage, whenever possible, and fail if not available? (Choose two.)
Answer options
- A. key:value:soft
- B. key:value
- C. value:key
- D. key:value:hard
- E. !key:value
Correct answer: B, D
Explanation
The correct answers are B and D because 'key:value' indicates a requirement for the tag to be present, while 'key:value:hard' signifies a strict requirement that must be met for deployment. The other options do not enforce the necessary constraints to ensure the blueprints are deployed to the specified storage under the defined conditions.