<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for VMware Infrastructure (vSphere) Java API</title><link>https://sourceforge.net/p/vijava/activity/</link><description>Recent activity for VMware Infrastructure (vSphere) Java API</description><language>en</language><lastBuildDate>Fri, 05 May 2023 12:21:36 -0000</lastBuildDate><item><title>Siva posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/e94af8e37e/?limit=25#4c8f</link><description>Hi All, I am trying to create a VM from template using VSphere Java SDK. But am getting below error. Please help on the same. Let's create Session 225 [main] INFO com.vmware.vapi.internal.tracing.otel.OtelFeature - OpenTelemetry is not on the classpath 1032 [main] WARN com.vmware.vapi.internal.protocol.client.rpc.http.TrustAllX509TrustManager - Skipped the validation of a certificate chain due to configuration policy. Your connection is not secure! 1401 [main] WARN com.vmware.vapi.internal.protocol.client.rpc.http.AllowAllHostnameVerifier...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Siva</dc:creator><pubDate>Fri, 05 May 2023 12:21:36 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/e94af8e37e/?limit=25#4c8f</guid></item><item><title>Mukul Panwar posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/a1c7fadfb2/?limit=25#32ea</link><description>I am working on a requirement where keystore need to pass as per user request to connect multiple vcenter targets in same jvm. Please suggest how can we handle this usecase?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mukul Panwar</dc:creator><pubDate>Tue, 04 Oct 2022 17:52:37 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/a1c7fadfb2/?limit=25#32ea</guid></item><item><title>RichieWong posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/a0ebf4972c/?limit=25#0b4c</link><description>I created a VM using CreateVM_Task, and I need to CustomizeVM_Task it, which VMware Tools needed to be installed. However the VM has not been powered on so vCenter showed that VMware Tools not installed, and thus CustomizeVM_Task failed. I am sure VM tools is installed in the hard disk. I wonder if there is a way to mark VM that has never been powered on as VM tools installed. I already try VirtualMachineConfigSpec.ToolsConfigInfo.toolsVersion and it didn't work.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RichieWong</dc:creator><pubDate>Wed, 05 Jan 2022 09:32:37 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/a0ebf4972c/?limit=25#0b4c</guid></item><item><title>P Kiran Kumar modified a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/1f60b00c0a/?limit=25#efc5</link><description>Solution:: ServiceInstance si = new ServiceInstance(new URL("https://" + IPAddress + "/sdk"), userName, passwd, true); Datacenter dc = (Datacenter) new InventoryNavigator(si.getRootFolder()).searchManagedEntity("Datacenter", "datacenterName"); Folder folder = dc.getVmFolder(); VirtualMachine vm = (VirtualMachine) new InventoryNavigator(si.getRootFolder()) .searchManagedEntity("VirtualMachine", vmName); String path = vm.getConfig().getFiles().getVmPathName(); ResourcePool pool = vm.getResourcePool();...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P Kiran Kumar</dc:creator><pubDate>Wed, 06 Jan 2021 06:51:07 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/1f60b00c0a/?limit=25#efc5</guid></item><item><title>P Kiran Kumar modified a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/1f60b00c0a/?limit=25#efc5</link><description>Solution:: ServiceInstance si = new ServiceInstance(new URL("https://" + IPAddress + "/sdk"), userName, passwd, true); Datacenter dc = (Datacenter) new InventoryNavigator(si.getRootFolder()).searchManagedEntity("Datacenter", "datacenterName"); Folder folder = dc.getVmFolder(); VirtualMachine vm = (VirtualMachine) new InventoryNavigator(si.getRootFolder()) .searchManagedEntity("VirtualMachine", vmName); String path = vm.getConfig().getFiles().getVmPathName(); ResourcePool pool = vm.getResourcePool();...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P Kiran Kumar</dc:creator><pubDate>Wed, 06 Jan 2021 06:49:49 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/1f60b00c0a/?limit=25#efc5</guid></item><item><title>P Kiran Kumar modified a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/1f60b00c0a/?limit=25#efc5</link><description>Solution:: ServiceInstance si = new ServiceInstance(new URL("https://" + IPAddress + "/sdk"), userName, passwd, true); Datacenter dc = (Datacenter) new InventoryNavigator(si.getRootFolder()).searchManagedEntity("Datacenter", "vcqaDC"); Folder folder = dc.getVmFolder(); VirtualMachine vm = (VirtualMachine) new InventoryNavigator(si.getRootFolder()) .searchManagedEntity("VirtualMachine", vmName); String path = vm.getConfig().getFiles().getVmPathName(); ResourcePool pool = vm.getResourcePool(); vm.unregisterVM();...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P Kiran Kumar</dc:creator><pubDate>Wed, 06 Jan 2021 06:49:24 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/1f60b00c0a/?limit=25#efc5</guid></item><item><title>P Kiran Kumar posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/1f60b00c0a/?limit=25#efc5</link><description>Solution:: ServiceInstance si = new ServiceInstance(new URL("https://" + IPAddress + "/sdk"), userName, passwd, true); Datacenter dc = (Datacenter) new InventoryNavigator(si.getRootFolder()).searchManagedEntity("Datacenter", "vcqaDC"); Folder folder = dc.getVmFolder(); VirtualMachine vm = (VirtualMachine) new InventoryNavigator(si.getRootFolder()) .searchManagedEntity("VirtualMachine", vmName); String path = vm.getConfig().getFiles().getVmPathName(); ResourcePool pool = vm.getResourcePool(); vm.unregisterVM();...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P Kiran Kumar</dc:creator><pubDate>Wed, 06 Jan 2021 06:48:49 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/1f60b00c0a/?limit=25#efc5</guid></item><item><title>P Kiran Kumar modified a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/2e6bbe349b/?limit=25#d08d</link><description>First get the Windows VMs list and then retrieve the properties for those VMs. Below is the code sample... ManagedEntity[] vmManagedEntities = new InventoryNavigator(si.getRootFolder()) .searchManagedEntities("VirtualMachine"); List&lt;ManagedEntity&gt; meList = new ArrayList&lt;&gt;(); for (ManagedEntity me : vmManagedEntities) { VirtualMachine vm = (VirtualMachine) me; if (vm.getConfig().getGuestId().contains("win") &amp;&amp; !vm.getConfig().getGuestId().contains("darwin")) { System.out.println(vm.getConfig().getGuestFullName()...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P Kiran Kumar</dc:creator><pubDate>Mon, 04 Jan 2021 15:26:20 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/2e6bbe349b/?limit=25#d08d</guid></item><item><title>P Kiran Kumar posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/2e6bbe349b/?limit=25#d08d</link><description>First get the Windows VMs lists and then retrieveProperties the properties for this VMs. Below is the code sample... ManagedEntity[] vmManagedEntities = new InventoryNavigator(si.getRootFolder()) .searchManagedEntities("VirtualMachine"); List&lt;ManagedEntity&gt; meList = new ArrayList&lt;&gt;(); for (ManagedEntity me : vmManagedEntities) { VirtualMachine vm = (VirtualMachine) me; if (vm.getConfig().getGuestId().contains("win") &amp;&amp; !vm.getConfig().getGuestId().contains("darwin")) { System.out.println(vm.getConfig().getGuestFullName()...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P Kiran Kumar</dc:creator><pubDate>Mon, 04 Jan 2021 15:25:44 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/2e6bbe349b/?limit=25#d08d</guid></item><item><title>P Kiran Kumar posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/4c4a18a5e5/?limit=25#d48d</link><description>Add below VM arguments in the program and try... -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -DUSESSL=true</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P Kiran Kumar</dc:creator><pubDate>Mon, 04 Jan 2021 10:31:20 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/4c4a18a5e5/?limit=25#d48d</guid></item><item><title>Rusu Costin posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/6df7de65c5/?limit=25#c656</link><description>Hello, Using Vijava, I want to add a new vnic on an existing VM, assign a specific portgroup to it and then set a static IP to it. Adding a new vnic and assign a portgroup to it works fine. But when trying to set a static IP to the vNic I get the following error: java.rmi.RemoteException: VI SDK invoke exception:com.vmware.vim25.InvalidRequest at com.vmware.vim25.ws.WSClient.invoke(WSClient.java:122) at com.vmware.vim25.ws.VimStub.checkCustomizationSpec(VimStub.java:1956) at com.vmware.vim25.mo.VirtualMachine.checkCustomizationSpec(VirtualMachine.java:172)...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rusu Costin</dc:creator><pubDate>Mon, 28 Sep 2020 14:54:48 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/6df7de65c5/?limit=25#c656</guid></item><item><title>Harsha posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/0a0098f60a/?limit=25#2562</link><description>after fetching the VMs , you may need to filter using getGuest() and looking at the info</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Harsha</dc:creator><pubDate>Mon, 07 Sep 2020 12:34:43 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/0a0098f60a/?limit=25#2562</guid></item><item><title>Harsha posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/1f60b00c0a/?limit=25#8b9f</link><description>Register_VMTask() works on a host system but how can we do the same for a cluster? In the documentation of vijava, they have mentioned "omit the paramnter" but it throws error if i omit the HostSystem parameter.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Harsha</dc:creator><pubDate>Mon, 07 Sep 2020 11:09:05 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/1f60b00c0a/?limit=25#8b9f</guid></item><item><title>Gautham posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/cda13651de/?limit=25#6390</link><description>Hi, Got the below exception while connecting to a vcenter. VI SDK invoke exception:org.dom4j.DocumentException: Error on line 31 of document http://www.w3.org/TR/html4/loose.dtd : The declaration for the entity "HTML.Version" must end with '&gt;'. Nested exception: The declaration for the entity "HTML.Version" must end with '&gt;'.| java.rmi.RemoteException: VI SDK invoke exception:org.dom4j.DocumentException: Error on line 31 of document http://www.w3.org/TR/html4/loose.dtd : The declaration for the entity...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gautham</dc:creator><pubDate>Thu, 23 Jul 2020 15:58:43 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/cda13651de/?limit=25#6390</guid></item><item><title>Gautham posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/4c4a18a5e5/?limit=25#e000</link><description>Hi , I'm getting the following exception while I'm trying to connect to vcenter using VI Java java.rmi.RemoteException: VI SDK invoke exception:javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? at com.vmware.vim25.ws.WSClient.invoke(WSClient.java:183) at com.vmware.vim25.ws.WSClient.invoke(WSClient.java:125) at com.vmware.vim25.ws.VimStub.retrieveServiceContent(VimStub.java:1409) at com.vmware.vim25.mo.ServiceInstance.&lt;init&gt;(ServiceInstance.java:85) at com.vmware.vim25.mo.ServiceInstance.&lt;init&gt;(ServiceInstance.java:69)&lt;/init&gt;&lt;/init&gt;...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gautham</dc:creator><pubDate>Thu, 23 Jul 2020 08:38:19 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/4c4a18a5e5/?limit=25#e000</guid></item><item><title>vasavisukhavasi posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/0a0098f60a/?limit=25#8ff4</link><description>ManagedEntity[] vmManagedEntities = new InventoryNavigator(rootFolder).searchManagedEntities("VirtualMachine"); for(int i= 0; i &lt; vmManagedEntities.length;i++) { Hashtable[] propsTable = PropertyCollectorUtil.retrieveProperties(vmManagedEntities, "VirtualMachine", props); } Using this code, it will retrieve all the vitual machines for the specific properties. Is any API available to get only windows OS VMs properties?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">vasavisukhavasi</dc:creator><pubDate>Sun, 22 Mar 2020 07:52:32 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/0a0098f60a/?limit=25#8ff4</guid></item><item><title>vasavisukhavasi posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/2e6bbe349b/?limit=25#79e3</link><description>ManagedEntity[] vmManagedEntities = new InventoryNavigator(rootFolder).searchManagedEntities("VirtualMachine"); for(int i= 0; i &lt; vmManagedEntities.length;i++) { Hashtable[] propsTable = PropertyCollectorUtil.retrieveProperties(vmManagedEntities, "VirtualMachine", props); } Using this code, it will retrieve all the vitual machines for the specific properties. Is any API available to get only windows OS VMs properties?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">vasavisukhavasi</dc:creator><pubDate>Sun, 22 Mar 2020 07:52:29 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/2e6bbe349b/?limit=25#79e3</guid></item><item><title>RAMAKRISHNA posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/b5db9bdc/?limit=25#8eac/ffa4</link><description>I tried to get performance metrics using MOR of datastore I couldn't get that. Would you mind sharing code snippet of that.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RAMAKRISHNA</dc:creator><pubDate>Fri, 05 Apr 2019 09:25:57 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/b5db9bdc/?limit=25#8eac/ffa4</guid></item><item><title>Manish Shenoy posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/1aeb835ffc/?limit=25#7fef</link><description>Hi, I am trying to get the transport mode(SAN, HOTADD, NDB, etc) for each disk in the VM before opening the disk. Before I do so, I need to check if I can eliminate any of the transport modes before opening the disk. I was able to crack the logic to confirm that the mode for HOTADD by checking if it is a Virtual Machine and by checking if the disk is SCSI, but I am not able to crack the same for SAN. So I figured if I can get if the datastore is ISCSI/physical datastore, I can find a way to confirm...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Manish Shenoy</dc:creator><pubDate>Mon, 11 Mar 2019 10:02:13 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/1aeb835ffc/?limit=25#7fef</guid></item><item><title>James daow modified a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/6c4df203fd/?limit=25#42cc</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James daow</dc:creator><pubDate>Mon, 10 Dec 2018 18:24:35 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/6c4df203fd/?limit=25#42cc</guid></item><item><title>James daow modified a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/6c4df203fd/?limit=25#27b9</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James daow</dc:creator><pubDate>Mon, 10 Dec 2018 18:24:23 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/6c4df203fd/?limit=25#27b9</guid></item><item><title>James daow modified a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/6c4df203fd/?limit=25#27b9</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James daow</dc:creator><pubDate>Mon, 10 Dec 2018 18:24:21 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/6c4df203fd/?limit=25#27b9</guid></item><item><title>James daow modified a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/6c4df203fd/?limit=25#27b9</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James daow</dc:creator><pubDate>Mon, 10 Dec 2018 18:24:20 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/6c4df203fd/?limit=25#27b9</guid></item><item><title>James daow modified a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/6c4df203fd/?limit=25#a545</link><description>i've finally found the solution to this problem, you must use the name of ESXI host instead of the IP (ESXI Name = ESXI Hostname + Domain Name): code: ServiceInstance serviceInstance = authentification.connexionExsi(); Folder rootFolder = serviceInstance.getRootFolder(); System.out.println("Host"+new InventoryNavigator(rootFolder).searchManagedEntity("HostSystem","rabatos.Home").getName()); you can find the host &amp; domain name in Dns &amp; Routing, as depicted in the picture below: https://prnt.sc/lt...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James daow</dc:creator><pubDate>Mon, 10 Dec 2018 18:23:39 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/6c4df203fd/?limit=25#a545</guid></item><item><title>James daow modified a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/6c4df203fd/?limit=25#a545</link><description>i've finally found the solution to this problem, you must use the name of ESXI host instead of the IP (ESXI Name = ESXI Hostname + Domain Name): code: ServiceInstance serviceInstance = authentification.connexionExsi(); Folder rootFolder = serviceInstance.getRootFolder(); System.out.println("Host"+new InventoryNavigator(rootFolder).searchManagedEntity("HostSystem","rabatos.Home").getName()); you can find the host &amp; domain name in Dns &amp; Routing, as depicted in the picture below: https://prnt.sc/lt...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James daow</dc:creator><pubDate>Mon, 10 Dec 2018 18:23:38 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/6c4df203fd/?limit=25#a545</guid></item><item><title>James daow posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/6c4df203fd/?limit=25#a545</link><description>i've finally found the solution to this problem, you must use the name of ESXI host instead of the IP (ESXI Name = ESXI Hostname + Domain Name): code: ServiceInstance serviceInstance = authentification.connexionExsi(); Folder rootFolder = serviceInstance.getRootFolder(); System.out.println("Host"+new InventoryNavigator(rootFolder).searchManagedEntity("HostSystem","rabatos.Home").getName()); you can find the host &amp; domain name in Dns &amp; Routing, as depicted in the picture below:</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James daow</dc:creator><pubDate>Mon, 10 Dec 2018 18:23:23 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/6c4df203fd/?limit=25#a545</guid></item><item><title>James daow posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/6c4df203fd/?limit=25#27b9</link><description>any hints that can help me solve this issue please :(</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James daow</dc:creator><pubDate>Sat, 08 Dec 2018 22:28:09 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/6c4df203fd/?limit=25#27b9</guid></item><item><title>James daow modified a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/6c4df203fd/?limit=25#42cc</link><description>hi, the searchManagedEntity function always return null, i've tried all solutions on the web but unfortunately none of them worked. ServiceInstance serviceInstance = authentification.connexionExsi(); Folder rootFolder = serviceInstance.getRootFolder(); System.out.println("Host" + (HostSystem) new InventoryNavigator(rootFolder).searchManagedEntity("HostSystem","192.168.1.44")); thank you in advance for you help &lt;3</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James daow</dc:creator><pubDate>Tue, 04 Dec 2018 08:24:26 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/6c4df203fd/?limit=25#42cc</guid></item><item><title>James daow posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/6c4df203fd/?limit=25#42cc</link><description>hi, the searchManagedEntity function always return null, i've tried all solutions on the web but unfortunately none of them is worked. ServiceInstance serviceInstance = authentification.connexionExsi(); Folder rootFolder = serviceInstance.getRootFolder(); System.out.println("Host" + (HostSystem) new InventoryNavigator(rootFolder).searchManagedEntity("HostSystem","192.168.1.44")); thank you in advance for you help &lt;3</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James daow</dc:creator><pubDate>Tue, 04 Dec 2018 01:36:19 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/6c4df203fd/?limit=25#42cc</guid></item><item><title>P Kiran Kumar posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/b5db9bdc/?limit=25#8eac</link><description>Use Datastore Performance counters to get datastoreNormalReadLatency, datastoreNormalWriteLatency, totalReadLatency and totalWriteLatency. For ref - https://www.vmware.com/support/developer/converter-sdk/conv60_apireference/datastore_counters.html</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P Kiran Kumar</dc:creator><pubDate>Wed, 12 Sep 2018 05:53:24 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/b5db9bdc/?limit=25#8eac</guid></item><item><title>P Kiran Kumar modified a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/9c3cc4c4/?limit=25#43a3</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P Kiran Kumar</dc:creator><pubDate>Wed, 12 Sep 2018 05:53:10 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/9c3cc4c4/?limit=25#43a3</guid></item><item><title>P Kiran Kumar posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/9c3cc4c4/?limit=25#43a3</link><description>Use Datastore Performance counters to get datastoreNormalReadLatency, datastoreNormalWriteLatency, totalReadLatency and totalWriteLatency. For ref - https://www.vmware.com/support/developer/converter-sdk/conv60_apireference/datastore_counters.html</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P Kiran Kumar</dc:creator><pubDate>Tue, 11 Sep 2018 14:33:18 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/9c3cc4c4/?limit=25#43a3</guid></item><item><title>P Kiran Kumar posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/a9efbba7/?limit=25#84b4</link><description>public List&lt;String&gt; getAllVirtualDisksFromDC(ServiceInstance si, String datacenterName) { List&lt;String&gt; vDiskList = new ArrayList&lt;String&gt;(); try { Datacenter dc = (Datacenter) new InventoryNavigator( si.getRootFolder()).searchManagedEntity("Datacenter", datacenterName); if (dc != null) { Folder hostFolder = dc.getHostFolder(); ManagedEntity me[] = hostFolder.getChildEntity(); for (int i = 0; i &lt; me.length; i++) { HostSystem hs = (HostSystem) new InventoryNavigator( hostFolder).searchManagedEntity("HostSystem",...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P Kiran Kumar</dc:creator><pubDate>Tue, 11 Sep 2018 14:11:53 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/a9efbba7/?limit=25#84b4</guid></item><item><title>P Kiran Kumar posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/1cd4331b/?limit=25#227c</link><description>Below methos is used to get all the virtual disks from datacenter. public List&lt;String&gt; getAllVirtualDisksFromDC(ServiceInstance si, String datacenterName) { List&lt;String&gt; vDiskList = new ArrayList&lt;String&gt;(); try { Datacenter dc = (Datacenter) new InventoryNavigator( si.getRootFolder()).searchManagedEntity("Datacenter", datacenterName); if (dc != null) { Folder hostFolder = dc.getHostFolder(); ManagedEntity me[] = hostFolder.getChildEntity(); for (int i = 0; i &lt; me.length; i++) { HostSystem hs = (HostSystem)...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P Kiran Kumar</dc:creator><pubDate>Tue, 11 Sep 2018 14:06:19 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/1cd4331b/?limit=25#227c</guid></item><item><title>P Kiran Kumar posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/9777a8af/?limit=25#cc06</link><description>Code to get the poweredOn VMs count:`` int count = 0; ManagedEntity[] vmManagedEntities = new InventoryNavigator( rootFolder).searchManagedEntities("VirtualMachine"); for (int i = 0; i &lt; vmManagedEntities.length; i++) { VirtualMachine vm = (VirtualMachine)vmManagedEntities[i]; if (vm.getRuntime().getPowerState() .equals(VirtualMachinePowerState.poweredOn)) { count++; System.out.println(vm.getName() + " powered On..." + count); } }</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P Kiran Kumar</dc:creator><pubDate>Mon, 10 Sep 2018 10:03:22 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/9777a8af/?limit=25#cc06</guid></item><item><title>P Kiran Kumar posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/a9efbba7/?limit=25#3ab6</link><description>Can you please elaborate your question, as you said “fetch the specific virtual disk” .What is your input here , I mean virtual disk name or its size or virtual disk id ?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P Kiran Kumar</dc:creator><pubDate>Mon, 10 Sep 2018 09:29:11 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/a9efbba7/?limit=25#3ab6</guid></item><item><title>Malyadri Patibandla modified a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/a9efbba7/?limit=25#fad3</link><description>Is there any way to fetch the specific virtual disk from datacenter/datastore irrespective of the virtual machine? could you please share if you have any sample code?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Malyadri Patibandla</dc:creator><pubDate>Tue, 07 Aug 2018 05:24:50 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/a9efbba7/?limit=25#fad3</guid></item><item><title>Malyadri Patibandla posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/a9efbba7/?limit=25#fad3</link><description>Is there any way to fetch the specific virtual disk from datacenter/datastore irrespective of the virtual machine? could you please share if you have any sample code?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Malyadri Patibandla</dc:creator><pubDate>Tue, 07 Aug 2018 05:24:28 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/a9efbba7/?limit=25#fad3</guid></item><item><title>Malyadri Patibandla posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/1cd4331b/?limit=25#0302</link><description>How we have to get list of all the virtual disks from datacenter/datastorage.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Malyadri Patibandla</dc:creator><pubDate>Mon, 06 Aug 2018 14:03:03 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/1cd4331b/?limit=25#0302</guid></item><item><title>Balaji posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/5d6ff04c/?limit=25#4735</link><description>Hi All, I am trying to clone VM from template. Can you please help me here how can i assign static IP while cloning the VM using java.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Balaji</dc:creator><pubDate>Mon, 23 Oct 2017 13:16:19 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/5d6ff04c/?limit=25#4735</guid></item><item><title>Neeraj Pandey posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/vijava/discussion/823526/thread/f5be9812/?limit=25#36d6</link><description>Hi all, I am trying to get EVC status for all clusters, whether it is enabled or not. I am trying with ClusterComputeResource class. Is there any API available for this?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Neeraj Pandey</dc:creator><pubDate>Thu, 21 Sep 2017 20:58:11 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/823526/thread/f5be9812/?limit=25#36d6</guid></item><item><title>Prathab Kali posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/9777a8af/?limit=25#b990</link><description>How to get the PoweredOn VM count in Vmware using the VI Java SDK? Is there a way to filter the VMs based on the power state? The following code gives the VMs reference objects. ManagedEntity[] vms = new InventoryNavigator(clusterEntity).searchManagedEntities("VirtualMachine"); To filter the PoweredOn state VMs, we have to loop through the managed entities and retrieve the VM object, which is a time-consuming operation. Hence is there a way to get the count information alone?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Prathab Kali</dc:creator><pubDate>Thu, 17 Aug 2017 07:25:15 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/9777a8af/?limit=25#b990</guid></item><item><title>Gerrit Hohl posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/a2ac6e75/?limit=25#02de</link><description>Looking at the rest of the forum / project seems not much is going on here. :( That's a pity as the library is really great.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gerrit Hohl</dc:creator><pubDate>Sat, 05 Aug 2017 09:50:26 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/a2ac6e75/?limit=25#02de</guid></item><item><title>Surendar posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/9c3cc4c4/?limit=25#cfbd</link><description>I have been trying to get the CPU and Memory utilization of VM as a % of total CPU and Memory in the Resource Pool. Any help will be appreciated. Regards, Surendar</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Surendar</dc:creator><pubDate>Fri, 28 Jul 2017 07:35:49 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/9c3cc4c4/?limit=25#cfbd</guid></item><item><title>RAMAKRISHNA posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/07d9e3dc/?limit=25#e47b/49b4/4f31/e0b3</link><description>Can a Virtual Machine have its space in multiple DataStores???. What is the reason in searching as a array. I am a Newbie please explain with patience thought it is simple thing... :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RAMAKRISHNA</dc:creator><pubDate>Thu, 20 Jul 2017 13:54:43 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/07d9e3dc/?limit=25#e47b/49b4/4f31/e0b3</guid></item><item><title>RAMAKRISHNA posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/b5db9bdc/?limit=25#a426</link><description>I got datastore object from esx host. I got basic parameters like name, freespace..etc of the data store. BUt how to get latencies...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RAMAKRISHNA</dc:creator><pubDate>Thu, 20 Jul 2017 11:08:19 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/b5db9bdc/?limit=25#a426</guid></item><item><title>mravivarma posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/c764bd62/?limit=25#5df3</link><description>Fixed the issue. In the sample program, ResourcePool is hardcoded to index [0] like below: ResourcePool rp = (ResourcePool) new InventoryNavigator(dc).searchManagedEntities("ResourcePool")[0]; I found the number of resource pools in my environment, which is 9. All the vms which i manually created were belong to resource pool [6]. I hardcoded number 6 in the above code and it worked.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mravivarma</dc:creator><pubDate>Tue, 11 Jul 2017 07:23:21 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/c764bd62/?limit=25#5df3</guid></item><item><title>mravivarma posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/c764bd62/?limit=25#e661</link><description>I see this error in the Vsphere client -&gt; Recent tasks window: 1. Target: WDC_ESO_VC05_Haas (which is my datacenter); Status: A component of the virtual machine is not accessible on the host</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mravivarma</dc:creator><pubDate>Tue, 11 Jul 2017 02:32:07 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/c764bd62/?limit=25#e661</guid></item><item><title>mravivarma modified a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/c764bd62/?limit=25#b8fe</link><description>Hi, I used the below sample program to create VM. I always get 'vms could not be created'. It looks like there is some problem with these lines: Task task = vmFolder.createVM_Task(vmSpec, rp, null); String result = task.waitForMe(); Could someone help me? // My Environment details: /* vSphere vCenter server: version 6.0.0 ESXi: 6.0.0 Downloaded VI java from https://sourceforge.net/projects/vijava/files/ . Added them (2 jars) in the build path. I use java 1.8 to run the program */ // Sample program...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mravivarma</dc:creator><pubDate>Mon, 10 Jul 2017 23:32:39 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/c764bd62/?limit=25#b8fe</guid></item><item><title>mravivarma modified a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/c764bd62/?limit=25#b8fe</link><description>Hi, I used the below sample program to create VM. I always get 'vms could not be created'. It looks like there is some problem with these lines: Task task = vmFolder.createVM_Task(vmSpec, rp, null); String result = task.waitForMe(); Could someone help me? // My Environment details: /* vSphere Client: version 6.0.0 vSphere vCenter server: version 6.0.0 ESXi: 6.0.0 Downloaded VI java from https://sourceforge.net/projects/vijava/files/ . Added them (2 jars) in the build path. I use java 1.8 to run the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mravivarma</dc:creator><pubDate>Mon, 10 Jul 2017 23:31:30 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/c764bd62/?limit=25#b8fe</guid></item><item><title>mravivarma modified a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/c764bd62/?limit=25#b8fe</link><description>Hi, I used the below sample program to create VM. I always get 'vms could not be created'. It looks like there is some problem with these lines: Task task = vmFolder.createVM_Task(vmSpec, rp, null); String result = task.waitForMe(); Could someone help me? // My Environment details: vSphere Client: version 6.0.0 vSphere vCenter server: version 6.0.0 ESXi: 6.0.0 Downloaded VI java from https://sourceforge.net/projects/vijava/files/ . Added them (2 jars) in the build path. I use java 1.8 to run the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mravivarma</dc:creator><pubDate>Mon, 10 Jul 2017 23:30:10 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/c764bd62/?limit=25#b8fe</guid></item><item><title>mravivarma modified a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/c764bd62/?limit=25#b8fe</link><description>Hi, I used the below sample program to create VM. I always get 'vms could not be created'. It looks like there is some problem with these lines: Task task = vmFolder.createVM_Task(vmSpec, rp, null); String result = task.waitForMe(); Could someone help me? My environment details: vSphere Client: version 6.0.0 vSphere vCenter server: version 6.0.0 ESXi: 6.0.0 Downloaded VI java from https://sourceforge.net/projects/vijava/files/ . Added them (2 jars) in the build path. I use java 1.8 to run the program...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mravivarma</dc:creator><pubDate>Mon, 10 Jul 2017 23:29:02 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/c764bd62/?limit=25#b8fe</guid></item><item><title>Murali Ravivarma posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/c764bd62/?limit=25#b8fe</link><description>Hi, I used the below sample program to create VM. I always get 'vms could not be created'. It looks like there is some problem with these lines: Task task = vmFolder.createVM_Task(vmSpec, rp, null); String result = task.waitForMe(); Could someone help me? My environment details: vSphere Client: version 6.0.0 vSphere vCenter server: version 6.0.0 ESXi: 6.0.0 Downloaded VI java from https://sourceforge.net/projects/vijava/files/ . Added them (2 jars) in the build path. I use java 1.8 to run the program...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Murali Ravivarma</dc:creator><pubDate>Mon, 10 Jul 2017 23:06:22 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/c764bd62/?limit=25#b8fe</guid></item><item><title>P Kiran Kumar posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/f8458eb5/?limit=25#2e80</link><description>If you want to get the esxi object from VC by using esxi ip, below is the solution....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P Kiran Kumar</dc:creator><pubDate>Fri, 07 Apr 2017 10:09:10 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/f8458eb5/?limit=25#2e80</guid></item><item><title>P Kiran Kumar modified a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/f68bdfc1/?limit=25#1c80</link><description>Here is the sample code to get the connected ISO image for VM. public void getVMConnectedISO(VirtualMachine...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P Kiran Kumar</dc:creator><pubDate>Fri, 07 Apr 2017 09:48:30 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/f68bdfc1/?limit=25#1c80</guid></item><item><title>P Kiran Kumar modified a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/2ca6cd5e/?limit=25#256c</link><description>Hi, Here is the example to get the VM information with datastore relationships......</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P Kiran Kumar</dc:creator><pubDate>Fri, 07 Apr 2017 09:47:09 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/2ca6cd5e/?limit=25#256c</guid></item><item><title>P Kiran Kumar modified a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/2ca6cd5e/?limit=25#b5d9</link><description>To get the ISCSI name use below code, public static void getISCSIName(HostSystem...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P Kiran Kumar</dc:creator><pubDate>Fri, 07 Apr 2017 09:46:28 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/2ca6cd5e/?limit=25#b5d9</guid></item><item><title>P Kiran Kumar modified a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/a922071e/?limit=25#03f3</link><description>Here is the sample solution to change the network while cloning a VM, by create a...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P Kiran Kumar</dc:creator><pubDate>Fri, 07 Apr 2017 09:44:44 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/a922071e/?limit=25#03f3</guid></item><item><title>P Kiran Kumar modified a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/a922071e/?limit=25#03f3</link><description>Here is the sample solution to change the network while cloning a VM, by create a...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P Kiran Kumar</dc:creator><pubDate>Fri, 07 Apr 2017 09:38:50 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/a922071e/?limit=25#03f3</guid></item><item><title>P Kiran Kumar modified a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/a922071e/?limit=25#03f3</link><description>Here is the sample solution to change the network while cloning a VM, by create a...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P Kiran Kumar</dc:creator><pubDate>Fri, 07 Apr 2017 09:37:40 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/a922071e/?limit=25#03f3</guid></item><item><title>P Kiran Kumar posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/a922071e/?limit=25#03f3</link><description>Here is the sample solution to change the network while cloning a VM, by create a...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P Kiran Kumar</dc:creator><pubDate>Fri, 07 Apr 2017 09:36:04 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/a922071e/?limit=25#03f3</guid></item><item><title>Rishi Anand posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/ed026637/?limit=25#47f2</link><description>You can get virtualDisk object by following code, in virtualDisk object you would...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rishi Anand</dc:creator><pubDate>Sun, 02 Apr 2017 18:47:08 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/ed026637/?limit=25#47f2</guid></item><item><title>Rishi Anand posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/96443861/?limit=25#b2d0</link><description>From vm name you can get vm object by searching Virtual Machine in managed entity....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rishi Anand</dc:creator><pubDate>Sun, 02 Apr 2017 18:43:31 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/96443861/?limit=25#b2d0</guid></item><item><title>P Kiran Kumar posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/vijava/discussion/823526/thread/161349b4/?limit=25#caa7</link><description>Here is the code sample to add a new harddisk with specified disk provision type...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P Kiran Kumar</dc:creator><pubDate>Sun, 02 Apr 2017 16:22:27 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/823526/thread/161349b4/?limit=25#caa7</guid></item><item><title>P Kiran Kumar posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/f68bdfc1/?limit=25#1c80</link><description>Here is the sample code to get the connected ISO image for VM. public void getVMConnectedISO(VirtualMachine...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P Kiran Kumar</dc:creator><pubDate>Sun, 02 Apr 2017 16:15:30 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/f68bdfc1/?limit=25#1c80</guid></item><item><title>P Kiran Kumar posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/4991aef7/?limit=25#e142</link><description>You can get SystemId from VirtualMachinePciPassthroughInfo.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P Kiran Kumar</dc:creator><pubDate>Fri, 31 Mar 2017 13:37:27 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/4991aef7/?limit=25#e142</guid></item><item><title>Gerrit Hohl posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/a2ac6e75/?limit=25#fe37</link><description>Hello everyone, :-) one of the examples here handles the export and import of the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gerrit Hohl</dc:creator><pubDate>Tue, 28 Mar 2017 21:08:57 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/a2ac6e75/?limit=25#fe37</guid></item><item><title>elsubmarino posted a comment on discussion VI Java API - deprecated</title><link>https://sourceforge.net/p/vijava/discussion/826596/thread/7e6e8185/?limit=25#9a21</link><description>I want users to see their HTML console directly without installing root CA on their...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">elsubmarino</dc:creator><pubDate>Fri, 24 Mar 2017 21:32:54 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826596/thread/7e6e8185/?limit=25#9a21</guid></item><item><title>elsubmarino posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/e38d804a/?limit=25#fcd1</link><description>I can create a user account through the web client. But I want to create users, using...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">elsubmarino</dc:creator><pubDate>Fri, 24 Mar 2017 21:32:11 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/e38d804a/?limit=25#fcd1</guid></item><item><title>swimmy posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/984f974c/?limit=25#d7fb</link><description>Hi All, In the below link it is mentioned that we can set the value of Disk.SchedNumReqOutstanding...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">swimmy</dc:creator><pubDate>Fri, 17 Mar 2017 08:56:48 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/984f974c/?limit=25#d7fb</guid></item><item><title>P Kiran Kumar posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/2ca6cd5e/?limit=25#b5d9</link><description>To get the ISCSI name use below code, public static void getISCSIName(HostSystem...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P Kiran Kumar</dc:creator><pubDate>Wed, 15 Mar 2017 09:58:08 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/2ca6cd5e/?limit=25#b5d9</guid></item><item><title>P Kiran Kumar posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/2ca6cd5e/?limit=25#256c</link><description>Hi, Here is the example to get the VM information with datastore relationships......</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P Kiran Kumar</dc:creator><pubDate>Wed, 15 Mar 2017 09:49:20 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/2ca6cd5e/?limit=25#256c</guid></item><item><title>Gaurav posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/d67296d1/?limit=25#f8c1</link><description>Hi Meena, you are correct removekey is the error in your code. Use name of group...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gaurav</dc:creator><pubDate>Tue, 07 Mar 2017 10:19:57 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/d67296d1/?limit=25#f8c1</guid></item><item><title>Raja Reddy posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/4991aef7/?limit=25#b5cd</link><description>Hello, I am attempting to add a Direct Path PCI device to a VM. Does anyone know...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Raja Reddy</dc:creator><pubDate>Fri, 03 Mar 2017 10:05:21 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/4991aef7/?limit=25#b5cd</guid></item><item><title>P Kiran Kumar posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/vijava/discussion/823526/thread/8246a47c/?limit=25#1f32</link><description>Here are few samples to add &amp; extend vDisk for VM, https://code.vmware.com/samples/1820/add-new-harddisk-with-specified-capacity-and-disk-provisioning-type-for-a-vm?h=Sample...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">P Kiran Kumar</dc:creator><pubDate>Wed, 22 Feb 2017 13:04:42 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/823526/thread/8246a47c/?limit=25#1f32</guid></item><item><title>Bibin Jose posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/89ef2481/?limit=25#ebe1</link><description>How to Check a PCI device or its dependent or parent PCI device is already set as...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bibin Jose</dc:creator><pubDate>Mon, 20 Feb 2017 09:36:08 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/89ef2481/?limit=25#ebe1</guid></item><item><title>shravan posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/6b20e7f0/?limit=25#fe93</link><description>I'm also new to VI Java. I found some example related to your query https://github.com/yavijava/yavijava-samples/blob/gradle/src/main/java/com/vmware/vim25/mo/samples/Mor2MO.java...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shravan</dc:creator><pubDate>Thu, 12 Jan 2017 08:00:28 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/6b20e7f0/?limit=25#fe93</guid></item><item><title>Ian Govett posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/6b20e7f0/?limit=25#e87c</link><description>0 down vote favorite I'm using the vCenter SDK (java) and want to determine the most...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ian Govett</dc:creator><pubDate>Fri, 06 Jan 2017 23:20:27 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/6b20e7f0/?limit=25#e87c</guid></item><item><title>shravan posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/9628273a/?limit=25#7511</link><description>Hi, How can I get a VM specific performance metrics like IOPS, Throughput, Latency...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shravan</dc:creator><pubDate>Fri, 06 Jan 2017 10:28:34 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/9628273a/?limit=25#7511</guid></item><item><title>PC Varma posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/f87a3239/?limit=25#5c9f</link><description>Help me, I wanted to Listen to all the vCenter Events to process some of the Events....</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PC Varma</dc:creator><pubDate>Sat, 15 Oct 2016 19:24:52 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/f87a3239/?limit=25#5c9f</guid></item><item><title>den posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/f68bdfc1/?limit=25#f941</link><description>not much help here I suppose ? seems very quiet here ...eeek</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">den</dc:creator><pubDate>Fri, 12 Aug 2016 10:15:29 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/f68bdfc1/?limit=25#f941</guid></item><item><title>den posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/f68bdfc1/?limit=25#53f1</link><description>Hi all Would someone please be so kind as to post and example of how to show the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">den</dc:creator><pubDate>Thu, 11 Aug 2016 13:16:39 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/f68bdfc1/?limit=25#53f1</guid></item><item><title>itrunner posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/2ca6cd5e/?limit=25#10a6</link><description>dear all, would you please share with me how can i get such informaion and relationship...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">itrunner</dc:creator><pubDate>Wed, 03 Aug 2016 01:53:32 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/2ca6cd5e/?limit=25#10a6</guid></item><item><title>Vijay Reddy posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/358407ce/?limit=25#adf5</link><description>Hello Kariboo - I am getting a similar error. It will be great if you can let us...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vijay Reddy</dc:creator><pubDate>Sat, 23 Jul 2016 22:47:35 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/358407ce/?limit=25#adf5</guid></item><item><title>Vijay Reddy posted a comment on discussion VI Java API - deprecated</title><link>https://sourceforge.net/p/vijava/discussion/826596/thread/62fe6d11/?limit=25#50d5</link><description>Hi I am trying to retrieve some properties from the vCenter and I keep getting the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vijay Reddy</dc:creator><pubDate>Sat, 23 Jul 2016 22:42:30 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826596/thread/62fe6d11/?limit=25#50d5</guid></item><item><title>mistercaste modified a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/a922071e/?limit=25#fdac</link><description>Hi While cloning a VM from a template I need to change its network. How can I do...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mistercaste</dc:creator><pubDate>Thu, 09 Jun 2016 12:57:58 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/a922071e/?limit=25#fdac</guid></item><item><title>mistercaste posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/a922071e/?limit=25#fdac</link><description>Hi While cloning a VM from a template I need to change its network. How can I do...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mistercaste</dc:creator><pubDate>Thu, 09 Jun 2016 12:57:21 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/a922071e/?limit=25#fdac</guid></item><item><title>mistercaste posted a comment on discussion VI Java API - deprecated</title><link>https://sourceforge.net/p/vijava/discussion/826596/thread/c6d6a183/?limit=25#eedf</link><description>Hi While cloning a VM from a template I need to change its network. How can I do...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mistercaste</dc:creator><pubDate>Thu, 09 Jun 2016 12:56:21 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826596/thread/c6d6a183/?limit=25#eedf</guid></item><item><title>mistercaste posted a comment on discussion VI Java API - deprecated</title><link>https://sourceforge.net/p/vijava/discussion/826596/thread/9726935d/?limit=25#966d</link><description>ping :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mistercaste</dc:creator><pubDate>Wed, 08 Jun 2016 10:19:35 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826596/thread/9726935d/?limit=25#966d</guid></item><item><title>mistercaste posted a comment on discussion VI Java API - deprecated</title><link>https://sourceforge.net/p/vijava/discussion/826596/thread/9726935d/?limit=25#e4da</link><description>Hi While cloning a VM from a template I need to change its network. How can I do...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mistercaste</dc:creator><pubDate>Fri, 03 Jun 2016 09:37:14 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826596/thread/9726935d/?limit=25#e4da</guid></item><item><title>devvcenkk posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/5ed7dc5f/?limit=25#7ef3</link><description>Hi, How do we assign a static IP to a VM ? The setNicSettingMap setter of the CustomizationSpec...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">devvcenkk</dc:creator><pubDate>Wed, 01 Jun 2016 05:10:15 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/5ed7dc5f/?limit=25#7ef3</guid></item><item><title>devvcenkk modified a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/5876a8ed/?limit=25#3c1a</link><description>Hi, Im trying to get the list of the vSwitches under a Physical host, any ideas/suggestions...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">devvcenkk</dc:creator><pubDate>Wed, 25 May 2016 12:33:49 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/5876a8ed/?limit=25#3c1a</guid></item><item><title>devvcenkk modified a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/5876a8ed/?limit=25#3c1a</link><description>Hi, Im trying to get the list of the vSwitches under a Physical host, any ideas/suggestions...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">devvcenkk</dc:creator><pubDate>Wed, 25 May 2016 06:27:13 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/5876a8ed/?limit=25#3c1a</guid></item><item><title>devvcenkk posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/5876a8ed/?limit=25#3c1a</link><description>Hi, Im trying to get the list of the vSwitches under a Physical host, any ideas/suggestions...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">devvcenkk</dc:creator><pubDate>Wed, 25 May 2016 06:24:47 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/5876a8ed/?limit=25#3c1a</guid></item><item><title>Ramji posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/0e9b2a25/?limit=25#f0fc</link><description>The thread which triggers the API call to vCenter objects(VMs, Hosts, DVPortGroups)...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ramji</dc:creator><pubDate>Wed, 20 Apr 2016 10:13:07 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/0e9b2a25/?limit=25#f0fc</guid></item><item><title>ibrahim posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/f8458eb5/?limit=25#47f5</link><description>I have the iP of an esxi Host and I need to fetch the esxi object ? How to use a...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ibrahim</dc:creator><pubDate>Fri, 01 Apr 2016 22:42:26 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/f8458eb5/?limit=25#47f5</guid></item><item><title>Jeff Keegan posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/03d7fbb5/?limit=25#24f4</link><description>Nope. I tried changing the code to this: void clone(ServiceInstance serviceInstance,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Keegan</dc:creator><pubDate>Thu, 31 Mar 2016 00:25:07 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/03d7fbb5/?limit=25#24f4</guid></item><item><title>Jeff Keegan posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/03d7fbb5/?limit=25#3c1c</link><description>I'm thinking maybe I have an idea about my own problem, but I'm not sure. First,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Keegan</dc:creator><pubDate>Wed, 30 Mar 2016 21:58:39 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/03d7fbb5/?limit=25#3c1c</guid></item><item><title>Jeff Keegan posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/03d7fbb5/?limit=25#2ccd</link><description>Hi, I've searched everywhere for an answer to this before posting here. I found at...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Keegan</dc:creator><pubDate>Wed, 30 Mar 2016 21:12:26 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/03d7fbb5/?limit=25#2ccd</guid></item><item><title>gaurav posted a comment on discussion VI Java API</title><link>https://sourceforge.net/p/vijava/discussion/826592/thread/96443861/?limit=25#d1b6</link><description>We are given with the name of virtual machine and we have to get the list of all...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gaurav</dc:creator><pubDate>Tue, 22 Mar 2016 08:44:07 -0000</pubDate><guid>https://sourceforge.net/p/vijava/discussion/826592/thread/96443861/?limit=25#d1b6</guid></item></channel></rss>