Package com.vmware.vim.binding.impl.vim.cluster

Examples of com.vmware.vim.binding.impl.vim.cluster.DrsVmConfigSpecImpl


      DrsVmConfigInfo drsVmConfigInfo = new DrsVmConfigInfoImpl();
      drsVmConfigInfo.setKey(getMoRef());
      drsVmConfigInfo.setEnabled(false);

      ConfigSpecExImpl configSpec = new ConfigSpecExImpl();
      configSpec.setDrsVmConfigSpec(new DrsVmConfigSpec[] {new DrsVmConfigSpecImpl(found? Operation.edit : Operation.add, null, drsVmConfigInfo)});
      return getResourcePool().getVcCluster().reconfigure(configSpec, VcCache.getRefreshRuntimeVcTaskCB(this));
   }
View Full Code Here

TOP

Related Classes of com.vmware.vim.binding.impl.vim.cluster.DrsVmConfigSpecImpl

Copyright © 2018 www.massapicom. 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.