Uses of Interface
org.openstack4j.model.storage.block.BlockQuotaSetUsage
-
Packages that use BlockQuotaSetUsage Package Description org.openstack4j.api.storage org.openstack4j.openstack.storage.block.domain org.openstack4j.openstack.storage.block.internal -
-
Uses of BlockQuotaSetUsage in org.openstack4j.api.storage
Methods in org.openstack4j.api.storage that return BlockQuotaSetUsage Modifier and Type Method Description BlockQuotaSetUsageBlockQuotaSetService. usageForTenant(String tenantId)Gets details for quotas for a specified tenantBlockQuotaSetUsageBlockQuotaSetService. usageForUser(String tenantId, String userId)Gets details for quotas for a specified tenant and user. -
Uses of BlockQuotaSetUsage in org.openstack4j.openstack.storage.block.domain
Classes in org.openstack4j.openstack.storage.block.domain that implement BlockQuotaSetUsage Modifier and Type Class Description classCinderBlockQuotaSetUsageBlock Quota-Set Usage Details -
Uses of BlockQuotaSetUsage in org.openstack4j.openstack.storage.block.internal
Methods in org.openstack4j.openstack.storage.block.internal that return BlockQuotaSetUsage Modifier and Type Method Description BlockQuotaSetUsageBlockQuotaSetServiceImpl. usageForTenant(String tenantId)Gets details for quotas for a specified tenantBlockQuotaSetUsageBlockQuotaSetServiceImpl. usageForUser(String tenantId, String userId)
-