org.jclouds.cloudstack.features
Interface HypervisorAsyncClient


public interface HypervisorAsyncClient

Provides asynchronous access to cloudstack via their REST API.

Author:
Adrian Cole
See Also:
AsyncJobClient,

Method Summary
 com.google.common.util.concurrent.ListenableFuture<Set<String>> listHypervisors()
           
 com.google.common.util.concurrent.ListenableFuture<Set<String>> listHypervisorsInZone(long zoneId)
           
 

Method Detail

listHypervisors

com.google.common.util.concurrent.ListenableFuture<Set<String>> listHypervisors()
See Also:
HypervisorClient.listHypervisors()

listHypervisorsInZone

com.google.common.util.concurrent.ListenableFuture<Set<String>> listHypervisorsInZone(long zoneId)
See Also:
HypervisorClient.listHypervisorsInZone(long)


Copyright © 2009-2012 jclouds. All Rights Reserved.