org.jclouds.cloudstack.features
Interface EventClient


public interface EventClient

Provides synchronous access to CloudStack Event features.

Author:
Vijay Kiran
See Also:

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

Method Detail

listEventTypes

Set<String> listEventTypes()
List Event Types

Returns:
event types or null if not found

listEvents

Set<Event> listEvents(ListEventsOptions... options)
List Events

Returns:
event list or null if not found


Copyright © 2009-2012 jclouds. All Rights Reserved.