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:
listAlerts
@Named(value="listAlerts")
com.google.common.util.concurrent.ListenableFuture<Set<Alert>> listAlerts(ListAlertsOptions... options)
- See Also:
GlobalAlertClient.listAlerts(org.jclouds.cloudstack.options.ListAlertsOptions...)
Copyright © 2009-2013 jclouds. All Rights Reserved.