I am trying to convert an ovftool command for deploying an OVA file. Now, I am trying to leverage vsphere automation sdk to deploy the OVA. How can I convert my --prop: guestinfo.cis.appliance.* options from ovftool command into Deployment via sdk?
Do I use ResourcePoolDeploymentSpec.setAdditionalParameter? If so, do I use OvfParams as constructs for the collection for the additional parameters? Does anyone have any example?
Thanks so much!