I found the solution in a built in workflow:
vCloud Director -> Admin -> vDC -> Add a vDC
The solution is to convert the storageProfileParams to an array with:
System.getModule("com.vmware.library.vCloud.common").convertToArray(value) ;
D.
I found the solution in a built in workflow:
vCloud Director -> Admin -> vDC -> Add a vDC
The solution is to convert the storageProfileParams to an array with:
System.getModule("com.vmware.library.vCloud.common").convertToArray(value) ;
D.