Uses of Class
org.jclouds.openstack.nova.v2_0.domain.Quota
-
Packages that use Quota Package Description org.jclouds.openstack.nova.v2_0.domain org.jclouds.openstack.nova.v2_0.extensions -
-
Uses of Quota in org.jclouds.openstack.nova.v2_0.domain
Methods in org.jclouds.openstack.nova.v2_0.domain that return Quota Modifier and Type Method Description Quota
Quota.Builder. build()
Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type Quota Modifier and Type Method Description T
Quota.Builder. fromQuotas(Quota in)
-
Uses of Quota in org.jclouds.openstack.nova.v2_0.extensions
Methods in org.jclouds.openstack.nova.v2_0.extensions that return Quota Modifier and Type Method Description Quota
QuotaApi. getByTenant(String tenantId)
Quota
QuotaApi. getDefaultsForTenant(String tenantId)
Methods in org.jclouds.openstack.nova.v2_0.extensions with parameters of type Quota Modifier and Type Method Description boolean
QuotaApi. updateQuotaOfTenant(Quota quota, String tenantId)
Update the quotas for a given tenant
-