public interface EventViewer
| Modifier and Type | Method and Description |
|---|---|
com.vmware.vcloud.api.rest.schema_v1_5.QueryResultEventRecordType |
getLatestEvent(String eventType)
Returns the latest event of specified type.
|
com.vmware.vcloud.api.rest.schema_v1_5.QueryResultEventRecordType |
getSingleEvent(String eventType,
String entityHref)
Returns an event of specified type for the specified entity.
|
com.vmware.vcloud.api.rest.schema_v1_5.QueryResultEventRecordType getSingleEvent(String eventType, String entityHref)
This method fails if it cannot find the event or if more than one event match the criteria.
eventType - Event type to matchentityHref - Entity URL to matchcom.vmware.vcloud.api.rest.schema_v1_5.QueryResultEventRecordType getLatestEvent(String eventType)
This method fails if there are no events of the specified type.
eventType - Event type to matchCopyright © 2019 VMware. All rights reserved.