Hello there,
I am having the toughest time with what I thought would be an easy problem. My current liens of code are as follows:
vApp = System.getModule("com.vmware.library.vCloud.schema.entities").modifyVApp(vApp,vApp.dateCreated,
vApp.deployed,vApp.description,vApp.inMaintenanceModeArg,curAppName,
vApp.operationKey,vApp.ovfDescriptorUploaded,vApp.ownerArg,vApp.vAppParent);
vApp.updateInternalState();
I am not sure what updateInternalState() does as the api doesn't say much, and I used the modifyVApp module as best as I could.... no errors were thrown. Am I missing something obvious?