I am creating vApp from vApp Template using Java.
Each of the vApp has 2 Vm(Vm1 and Vm2). i.e. vApp1-> (Vm1 & Vm2) & vApp2-> (Vm1 & Vm2).
But when ever I clone I see that the Vm1 in vApp1 has the same IP with Vm1 in vApp2.
I want each of the Vms to have unique IP.
What should I do to configure this?