VMware vSphere Web Services SDK JAXWS Java Samples Reference Documentation

See:
          Description

Packages
com.vmware.alarms  
com.vmware.events  
com.vmware.general  
com.vmware.guest  
com.vmware.host  
com.vmware.httpfileaccess  
com.vmware.performance  
com.vmware.performance.widgets  
com.vmware.scheduling  
com.vmware.scsilun  
com.vmware.security.credstore  
com.vmware.simpleagent  
com.vmware.storage  
com.vmware.vapp  
com.vmware.vm  

 

Description

This Javadoc generated documentation set provides information about the sample applications included with the VMware vSphere Web Services JAX-WS sample set.

Documentation for all of these is included. This page contains:

Running the Samples

All the samples are independent of each other. Minimally, each application requires:

Example

java com.vmware.samples.packagename.SampleClassName --url https://myserver --userName username --password password

Here are the common command-line parameters (options) provided by the sample classes:

Parameter Description Example
--urlRequired. Complete URL for the vSphere API Web service for the connection.--url https://www.myserver.com/sdk
--usernameRequired. User account with privileges to connect to the host. --username root
--passwordRequired. Password for the user account.--password mypassword
--helpDisplay usage information for the application or script.--help