org.jclouds.openstack.nova.v2_0.extensions
Interface SimpleTenantUsageAsyncApi
public interface SimpleTenantUsageAsyncApi
Provides asynchronous access to Simple Tenant Usage via the REST API.
- Author:
- Adam Lowe
- See Also:
SimpleTenantUsageApi,
,
,
listTenantUsages
com.google.common.util.concurrent.ListenableFuture<Set<SimpleTenantUsage>> listTenantUsages()
- See Also:
SimpleTenantUsageApi.listTenantUsages()
getTenantUsage
com.google.common.util.concurrent.ListenableFuture<SimpleTenantUsage> getTenantUsage(String tenantId)
- See Also:
SimpleTenantUsageApi.getTenantUsage(String)
Copyright © 2009-2012 jclouds. All Rights Reserved.