Uses of Interface
org.openstack4j.model.compute.QuotaSet
-
Packages that use QuotaSet Package Description org.openstack4j.api.compute org.openstack4j.openstack.compute.domain org.openstack4j.openstack.compute.internal -
-
Uses of QuotaSet in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute that return QuotaSet Modifier and Type Method Description QuotaSetQuotaSetService. get(String tenantId)Gets the QuotaSet for the given tenant IDQuotaSetQuotaSetService. get(String tenantId, String userId)Gets the QuotaSet for the given tenant and user IDQuotaSetQuotaSetService. updateForClass(String classId, QuotaSetUpdate qs)Updates quota for a specified classQuotaSetQuotaSetService. updateForTenant(String tenantId, QuotaSetUpdate qs)Updates quota for a specified tenant -
Uses of QuotaSet in org.openstack4j.openstack.compute.domain
Classes in org.openstack4j.openstack.compute.domain that implement QuotaSet Modifier and Type Class Description classNovaQuotaSetAn OpenStack Quota-Setstatic classNovaQuotaSet.NovaQuotaSetClass -
Uses of QuotaSet in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal that return QuotaSet Modifier and Type Method Description QuotaSetQuotaSetServiceImpl. get(String tenantId)Gets the QuotaSet for the given tenant IDQuotaSetQuotaSetServiceImpl. get(String tenantId, String userId)Gets the QuotaSet for the given tenant and user IDQuotaSetQuotaSetServiceImpl. updateForClass(String classId, QuotaSetUpdate qs)Updates quota for a specified classQuotaSetQuotaSetServiceImpl. updateForTenant(String tenantId, QuotaSetUpdate qs)Updates quota for a specified tenant
-