org.jclouds.cloudstack.features
Interface GlobalAlertAsyncClient


public interface GlobalAlertAsyncClient

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

Author:
Richard Downer
See Also:

Method Summary
 com.google.common.util.concurrent.ListenableFuture<Set<Alert>> listAlerts(ListAlertsOptions... options)
           
 

Method Detail

listAlerts

com.google.common.util.concurrent.ListenableFuture<Set<Alert>> listAlerts(ListAlertsOptions... options)
See Also:
GlobalAlertClient.listAlerts(org.jclouds.cloudstack.options.ListAlertsOptions...)


Copyright © 2009-2012 jclouds. All Rights Reserved.