org.jclouds.cloudstack.features
Interface GlobalAlertApi


public interface GlobalAlertApi

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

See Also:

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

Method Detail

listAlerts

@Named(value="listAlerts")
Set<Alert> listAlerts(ListAlertsOptions... options)
List Alerts

Returns:
alert list or null if not found


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