Package org.jclouds.cloudstack.features
Interface EventApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Event>
listEvents(ListEventsOptions... options)
List EventsSet<String>
listEventTypes()
List Event Types
-
-
-
Method Detail
-
listEventTypes
@Named("listEventTypes") @GET @Consumes("application/json") Set<String> listEventTypes()
List Event Types- Returns:
- event types or null if not found
-
listEvents
@Named("listEventTypes") @GET @Consumes("application/json") Set<Event> listEvents(ListEventsOptions... options)
List Events- Returns:
- event list or null if not found
-
-