In VMware vRA 8, one can add input field. by default the field type is Required. This means you cannot skip this field in the request form. Let's see If you want your end users can skip this field then how this can be configured?
vRA 8 Default Input field type
Add this under input field
default: '' # This will mark this field as optional
Check this example shared below:
It's Optional Field Now
Now if you will skip this field and request for the new deployment then it will not deploy machine, it will only provision other components of blueprint. In this case, it is good to add conditional parameters.
vRA 8 Default Input field type
default: '' # This will mark this field as optional
Check this example shared below:
It's Optional Field Now
Now if you will skip this field and request for the new deployment then it will not deploy machine, it will only provision other components of blueprint. In this case, it is good to add conditional parameters.
No comments:
Post a Comment