org.jclouds.cloudstack.features
Interface EventApi


public interface EventApi

Provides synchronous access to cloudstack via their REST API.

See Also:

Method Summary
 Set<Event> listEvents(ListEventsOptions... options)
          List Events
 Set<String> listEventTypes()
          List Event Types
 

Method Detail

listEventTypes

@Named(value="listEventTypes")
Set<String> listEventTypes()
List Event Types

Returns:
event types or null if not found

listEvents

@Named(value="listEventTypes")
Set<Event> listEvents(ListEventsOptions... options)
List Events

Returns:
event list or null if not found


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.