Package com.vmware.aurora.composition.TestSP

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


    * @param id The id of the TmObject
    * @return : the take snapshot store procedure
    */
   public RemoveSnapshotSP testRemoveSnapshot(String vmId, String snapName) throws Exception {
      RemoveSnapshotSP sp = testSP.new RemoveSnapshotSP(vmId, snapName);
      sp.call();
      return sp;
   }

   /**
    * Test method for cloning 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.