Uses of Interface
org.openstack4j.model.manila.QuotaSet
-
Packages that use QuotaSet Package Description org.openstack4j.api.manila org.openstack4j.openstack.manila.domain org.openstack4j.openstack.manila.internal -
-
Uses of QuotaSet in org.openstack4j.api.manila
Methods in org.openstack4j.api.manila that return QuotaSet Modifier and Type Method Description QuotaSetQuotaSetService. get(String tenantId)Shows quotas for a tenant.QuotaSetQuotaSetService. get(String tenantId, String userId)Shows quotas for a user in a tenant.QuotaSetQuotaSetService. getDefault(String tenantId)Shows default quotas for a tenant.QuotaSetQuotaSetService. update(String tenantId, String userId, QuotaSetUpdateOptions options)Updates quotas for a user in a tenant.QuotaSetQuotaSetService. update(String tenantId, QuotaSetUpdateOptions options)Updates quotas for a tenant. -
Uses of QuotaSet in org.openstack4j.openstack.manila.domain
Classes in org.openstack4j.openstack.manila.domain that implement QuotaSet Modifier and Type Class Description classManilaQuotaSetSet of quotas for shares. -
Uses of QuotaSet in org.openstack4j.openstack.manila.internal
Methods in org.openstack4j.openstack.manila.internal that return QuotaSet Modifier and Type Method Description QuotaSetQuotaSetServiceImpl. get(String tenantId)QuotaSetQuotaSetServiceImpl. get(String tenantId, String userId)QuotaSetQuotaSetServiceImpl. getDefault(String tenantId)QuotaSetQuotaSetServiceImpl. update(String tenantId, String userId, QuotaSetUpdateOptions options)QuotaSetQuotaSetServiceImpl. update(String tenantId, QuotaSetUpdateOptions options)
-