Examples of ReplaceVmPrePowerOn


Examples of com.vmware.bdd.service.sp.ReplaceVmPrePowerOn

      if (haFlag != null && Constants.HA_FLAG_FT.equals(haFlag.toLowerCase())) {
         ha = true;
         ft = true;
      }
      // delete old vm and rename new vm in the prePowerOn
      ReplaceVmPrePowerOn prePowerOn =
            new ReplaceVmPrePowerOn(node.getMoId(), node.getVmName(),
                  clusterSpec.getNodeGroup(groupName).getStorage().getShares(),
                  createSchema.networkSchema, createSchema.diskSchema, ha, ft);

      // power on the new vm, but not wait for ip address here. we have startVmStep to wait for ip
      return new CreateVmSP(node.getVmName() + RECOVERY_VM_NAME_POSTFIX,
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.