org.jclouds.cloudstack.features
Interface ZoneAsyncClient

All Known Subinterfaces:
GlobalZoneAsyncClient

public interface ZoneAsyncClient

Provides asynchronous access to cloudstack via their REST API.

Author:
Adrian Cole
See Also:
ZoneClient,

Method Summary
 com.google.common.util.concurrent.ListenableFuture<Zone> getZone(long id)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Zone>> listZones(ListZonesOptions... options)
           
 

Method Detail

listZones

com.google.common.util.concurrent.ListenableFuture<Set<Zone>> listZones(ListZonesOptions... options)
See Also:
ZoneClient.listZones(org.jclouds.cloudstack.options.ListZonesOptions...)

getZone

com.google.common.util.concurrent.ListenableFuture<Zone> getZone(long id)
See Also:
ZoneClient.getZone(long)


Copyright © 2009-2012 jclouds. All Rights Reserved.