org.jclouds.cloudstack.features
Interface GlobalAlertClient


public interface GlobalAlertClient

Provides synchronous access to CloudStack Alerts features available to Global Admin users.

Author:
Richard Downer
See Also:

Method Summary
 Set<Alert> listAlerts(ListAlertsOptions... options)
          List Alerts
 

Method Detail

listAlerts

Set<Alert> listAlerts(ListAlertsOptions... options)
List Alerts

Returns:
alert list or null if not found


Copyright © 2009-2012 jclouds. All Rights Reserved.