org.jclouds.openstack.nova.v2_0.extensions
Interface QuotaAsyncApi


public interface QuotaAsyncApi

Provide access to Quota information for Nova tenants.

Author:
Adam Lowe
See Also:
QuotaApi,

Method Summary
 com.google.common.util.concurrent.ListenableFuture<Quotas> getDefaultQuotasForTenant(String tenantId)
           
 com.google.common.util.concurrent.ListenableFuture<Quotas> getQuotasForTenant(String tenantId)
           
 com.google.common.util.concurrent.ListenableFuture<Boolean> updateQuotasForTenant(String tenantId, Quotas quotas)
           
 

Method Detail

getQuotasForTenant

com.google.common.util.concurrent.ListenableFuture<Quotas> getQuotasForTenant(String tenantId)
See Also:
QuotaApi.getDefaultQuotasForTenant(String)

updateQuotasForTenant

com.google.common.util.concurrent.ListenableFuture<Boolean> updateQuotasForTenant(String tenantId,
                                                                                  Quotas quotas)
See Also:
QuotaApi.updateQuotasForTenant(String, org.jclouds.openstack.nova.v2_0.domain.Quotas)

getDefaultQuotasForTenant

com.google.common.util.concurrent.ListenableFuture<Quotas> getDefaultQuotasForTenant(String tenantId)
See Also:
QuotaApi.getDefaultQuotasForTenant(String)


Copyright © 2009-2012 jclouds. All Rights Reserved.