org.jclouds.opsource.servers.features
Interface ServerAsyncApi


public interface ServerAsyncApi

Author:
Kedar Dave
See Also:
ServerApi

Method Summary
 com.google.common.util.concurrent.ListenableFuture<DeployedServersList> getDeployedServers(String orgId)
           
 com.google.common.util.concurrent.ListenableFuture<PendingDeployServersList> getPendingDeployServers(String orgId)
           
 

Method Detail

getDeployedServers

com.google.common.util.concurrent.ListenableFuture<DeployedServersList> getDeployedServers(String orgId)
See Also:
ServerApi#getDeployedServers()

getPendingDeployServers

com.google.common.util.concurrent.ListenableFuture<PendingDeployServersList> getPendingDeployServers(String orgId)
See Also:
ServerApi#getPendingDeployServers()


Copyright © 2009-2012 jclouds. All Rights Reserved.