Questions tagged [vmware-sdk]

vmware-sdk refers to the SDK sets (software development kit or devkit) for software provided by the software virtualization company VMware. Use this tag for questions related to the VMware SDKs.

vmware-sdk refers to the SDK sets (software development kit or devkit) for software provided by the software virtualization company VMware. Use this tag for questions related to the VMware SDKs.

26 questions
0
votes
1 answer

Using VMWare 4.x SDK with VS2010 or VS2008

The most recent VMWare SDK is made for VS2005. The release notes mention that only VS2005 is supported and that version should be used. http://www.vmware.com/support/developer/vc-sdk/ Does anyone know if its possible to use this SDK with vs2008 or…
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
0
votes
1 answer

How to install VMware Workbench IS on eclipse

I have tried unsucessfully to install VMware Workbench IS 3.5.7 [3.5.7.4238219] from https://code.vmware.com/web/workbench/wbis/3.5 . I tried (Help => Install new software) with two different versions of eclipse, having two different errors: 1)…
Angel
  • 940
  • 1
  • 9
  • 21
0
votes
1 answer

VIX API clone call - the operation is not supported for the specified parameters

I have 2 instances of ESXi host and vCenter. I installed VIX API package on my Ubuntu 16.04 and tried to clone a VM. To do it i used the sample from documentation. Unfortunately, my program crashes with this message after executing the code below…
Adam Godefroy
  • 45
  • 1
  • 9
0
votes
1 answer

How to get the list of Port Groups in a Standard switch in an ESXi without Distributed Port Groups using VMware vSphere SDK

I managed to get all Port Groups in a Sandard switch but the list includes the Distributed Port Groups from the Distributed vSwitch that it is included inside the Standard switch structure. I don't want this in my case. I am using VMware vSphere SDK…
Giannis Grivas
  • 3,374
  • 1
  • 18
  • 38
0
votes
1 answer

Can I change Task parent on running task?

Is there a way in java to change 'parentTaskKey' of TaskInfo data object? I noticed in vmware sdk 5.5 documentation that this field "*Need not be set", which I don't comprehend. vmware sdk documentation
Cowabunga
  • 306
  • 2
  • 12
0
votes
1 answer

Pass vijava ServiceInstance via rabbitmq or another task queue

I'm trying to create a system where a master will create a connection to vcenter and passes the serviceinstance object to a bunch of performance collectors that can then do their work and exit. My question is what would be the best method to share…
darkstar
  • 157
  • 9
0
votes
1 answer

SSL/TLS Error during connecting vCenter via VMware Web Services SDK

I'd like to write some application to manage vSphere environment but first I want to try SDK_5.5 Samples. After building solution I tried to run simpleclient.exe and I've received following message: "Could not establish a trust relationship for the…
Xaosthetic
  • 23
  • 4
0
votes
2 answers

python library which can be used for vSphere WS SDK

I am looking for a python library which can be used for accessing vSphere WS SDK. I have came across two which are having non GPL license: psphere - https://github.com/jkinred/psphere pysphere - https://code.google.com/p/pysphere/ Has anybody used…
Litty
  • 305
  • 2
  • 16
0
votes
1 answer

EventHistoryCollector - increase page size

I need to collect the 20 latest events from EventHistoryCollector. GetLatestEvents() gets me the 10 latest events and readNextEvents() gets me how many ever events I want in some haphazard order that I can't use. Is there a way of setting page size…
dhishkaow
  • 81
  • 1
  • 2
  • 8
-1
votes
2 answers

java program for managing the ESXi with web service SDK

with vmware web service SDK and Axis 1.4, ESXi 4.1 as server i am able to do set up the java environment. i have installed the esxi 4.1 on the workstation i compiled sample program that was given in the pdf i downloaded the pdf from the site…
Pratap M
  • 1,059
  • 3
  • 21
  • 31
-1
votes
2 answers

vSphere SDK - create VM with NIC connected to a non-existent portgroup

Is it possible to create a VM with a virtual ethernet card connected to a non-existent port group? In my project there are two components one responsible for creating VM (VM Manager) and one responsible for creating port-groups and other n/w related…
Litty
  • 305
  • 2
  • 16
1
2