org.jclouds.opsource.servers.features
Interface AccountAsyncClient


public interface AccountAsyncClient

Author:
Adrian Cole
See Also:
AccountClient

Method Summary
 com.google.common.util.concurrent.ListenableFuture<DataCentersList> getDataCentersWithLimits(String orgId)
           
 com.google.common.util.concurrent.ListenableFuture<Account> getMyAccount()
           
 

Method Detail

getMyAccount

com.google.common.util.concurrent.ListenableFuture<Account> getMyAccount()
See Also:
AccountClient.getMyAccount()

getDataCentersWithLimits

com.google.common.util.concurrent.ListenableFuture<DataCentersList> getDataCentersWithLimits(String orgId)
See Also:
AccountClient#getDataCentersWithLimits()


Copyright © 2009-2012 jclouds. All Rights Reserved.