org.jclouds.openstack.nova.v2_0.extensions
Interface QuotaClassApi
public interface QuotaClassApi
Provides synchronous access to Quota Classes via the REST API.
To use this extension, you need to have administrative rights to the tenants upon which you are placing quotas.
- Author:
- Adam Lowe
- See Also:
QuotaClassAsyncApi,
,
getQuotaClass
QuotaClass getQuotaClass(String id)
- Returns:
- the quota settings for the tenant
updateQuotaClass
Boolean updateQuotaClass(String id,
QuotaClass quotas)
- Update the quotas for a given tenant
- Returns:
- true if successful
Copyright © 2009-2012 jclouds. All Rights Reserved.