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

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


      if (vmMonitoringState != null) {
         vmToolsMonitoringSettings.setVmMonitoring(vmMonitoringState.name());
      }

      DasVmConfigInfo dasVmConfigInfo = new DasVmConfigInfoImpl();
      dasVmConfigInfo.setKey(getMoRef());
      dasVmConfigInfo.setDasSettings(dasVmSettings);
      ConfigSpecExImpl configSpec = new ConfigSpecExImpl();
      configSpec.setDasVmConfigSpec(new DasVmConfigSpec[] {new DasVmConfigSpecImpl(found? Operation.edit : Operation.add, null, dasVmConfigInfo)});
      getResourcePool().getVcCluster().reconfigure(configSpec);
   }
View Full Code Here

TOP

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

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.