Hello guys,
I do have a bunch of question regarding to the java vsphere-ws sdk. I have build the vim25.jar and samples.jar following the instructions here:
http://pubs.vmware.com/vsphere-60/index.jsp#com.vmware.wssdk.dsg.doc/sdk_java_development.4.4.html
- Is it possible to get the java doc for the vim25.jar into Netbeans?, I only found the Javadoc for the samples?
- Is there a current documentation for all the classes at all? For example I was not able to find any documentation for the class "VimPortType"?
- A lot of examples that I consulted in order to get startet with the sdk do import something from the package “mo”, like these:
- importcom.vmware.vim25.mo.ClusterComputeResource;
- importcom.vmware.vim25.mo.Datastore;
- importcom.vmware.vim25.mo.Folder;
- importcom.vmware.vim25.mo.HostSystem;
- importcom.vmware.vim25.mo.InventoryNavigator;
- importcom.vmware.vim25.mo.ServiceInstance;
- importcom.vmware.vim25.mo.VirtualMachine;
But somehow I do not have the “mo” package at all. Is this deprecated in 6.0 or why am I unable to see them?