@Beta
public interface QuotaApi
To use this extension, you need to have administrative rights to the tenants upon which you are placing quotas.
QuotaAsyncApi
,
Modifier and Type | Method and Description |
---|---|
Quota |
getByTenant(String tenantId) |
Quota |
getDefaultsForTenant(String tenantId) |
boolean |
updateQuotaOfTenant(Quota quota,
String tenantId)
Update the quotas for a given tenant
|
Copyright © 2009-2013 jclouds. All Rights Reserved.