Package com.vmware.events
Class EventFormat
- java.lang.Object
-
- com.vmware.connection.ConnectedVimServiceBase
-
- com.vmware.events.EventFormat
-
@Sample(name="event-format", description="This sample retrieves and formats the lastEvent from Hostd or Vpxd") public class EventFormat extends ConnectedVimServiceBaseEventFormat This sample retrieves and formats the lastEvent from Hostd or Vpxd 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.events.EventFormat --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 EventFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()-
Methods inherited from class com.vmware.connection.ConnectedVimServiceBase
basicConnectionFromConnection, connect, disconnect, getServiceInstanceReference, setConnection, setHostConnection
-
-