Package com.vmware.events
Class EventHistoryCollectorMonitor
- java.lang.Object
-
- com.vmware.connection.ConnectedVimServiceBase
-
- com.vmware.events.EventHistoryCollectorMonitor
-
@Sample(name="event-history-collector-monitor", description="This sample demonstrates how to create and monitor an EventHistoryCollector This sample uses the latestPage property of the EventHistoryCollector to filter the Events") public class EventHistoryCollectorMonitor extends ConnectedVimServiceBaseEventHistoryCollectorMonitor This sample demonstrates how to create and monitor an EventHistoryCollector This sample uses the latestPage property of the EventHistoryCollector to filter the Events 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.vm.EventHistoryCollectorMonitor --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 EventHistoryCollectorMonitor()
-
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
-
-