Package com.vmware.aurora.composition.TestSP

Examples of com.vmware.aurora.composition.TestSP.CloneVmSP.call()


         DeviceId[] removeDisks, DiskCreateSpec[] addDisks)
         throws Exception {
      CloneVmSP sp =
            testSP.new CloneVmSP(newVmName, srcVmId, snapName, targetRp,
                  targetDs, removeDisks, addDisks);
      sp.call();
      return sp;
   }

   /**
    * Test method for deleting a vm
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.