We are trying to create dynamic custom properties in the bleuprint while users are requesting a machine.
Example we have a custom property definition as below
vmstorage.type - small, medium, large
When user select "small" storage type, it dynamically select 50 GB memory internally and the machine provision with 50 GB as base disk or additional hard disk. How do we logically write a script for this to happen in vRO?