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


public interface SimpleTenantUsageApi

Provides asynchronous access to Simple Tenant Usage via the REST API.

Author:
Adam Lowe
See Also:
SimpleTenantUsageAsyncApi

Method Summary
 SimpleTenantUsage getTenantUsage(String tenantId)
          Retrive tenant_usage for a specified tenant
 Set<SimpleTenantUsage> listTenantUsages()
          Retrive tenant_usage for all tenants
 

Method Detail

listTenantUsages

Set<SimpleTenantUsage> listTenantUsages()
Retrive tenant_usage for all tenants

Returns:
the set of TenantUsage reports

getTenantUsage

SimpleTenantUsage getTenantUsage(String tenantId)
Retrive tenant_usage for a specified tenant

Returns:
the requested tenant usage


Copyright © 2009-2012 jclouds. All Rights Reserved.