Package com.vmware.general
Class SimpleClient
- java.lang.Object
-
- com.vmware.connection.ConnectedVimServiceBase
-
- com.vmware.general.SimpleClient
-
@Sample(name="simple-client", description="This sample lists the inventory contents (managed entities)") public class SimpleClient extends ConnectedVimServiceBaseSimpleClient This sample lists the inventory contents (managed entities) Parameters: url [required] : url of the web service username [required] : username for the authentication password [required] : password for the authentication Command Line: run.bat com.vmware.general.SimpleClient --url [webserviceurl] --username [username] --password [password]
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.vmware.connection.ConnectedVimServiceBase
ConnectedVimServiceBase.ConnectionException
-
-
Field Summary
-
Fields inherited from class com.vmware.connection.ConnectedVimServiceBase
PROP_ME_NAME, SVC_INST_NAME
-
-
Constructor Summary
Constructors Constructor Description SimpleClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmain()-
Methods inherited from class com.vmware.connection.ConnectedVimServiceBase
basicConnectionFromConnection, connect, disconnect, getServiceInstanceReference, setConnection, setHostConnection
-
-