Package 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
 
- 
Method Details
- 
listAlerts
@Named("listAlerts") @GET @Consumes("application/json") Set<Alert> listAlerts(ListAlertsOptions... options) List Alerts- Returns:
 - alert list or null if not found
 
 
 -