Package com.vmware.aurora.vc

Examples of com.vmware.aurora.vc.VcVirtualMachine.modifyHASettings()


   public void changeVmHaSettingTest() throws Exception {
      String vmId = properties.getProperty("testVmReference");
      VcVirtualMachine vm = VcCache.get(vmId);
      AuAssert.check(vm != null);

      vm.modifyHASettings(RestartPriority.disabled, null, null);
   }
}
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.