Uses of Interface
org.openstack4j.model.storage.block.BlockQuotaSet
-
Packages that use BlockQuotaSet Package Description org.openstack4j.api.storage org.openstack4j.openstack.storage.block.domain org.openstack4j.openstack.storage.block.internal -
-
Uses of BlockQuotaSet in org.openstack4j.api.storage
Methods in org.openstack4j.api.storage that return BlockQuotaSet Modifier and Type Method Description BlockQuotaSetBlockQuotaSetService. get(String tenantId)Gets quotas for a tenantBlockQuotaSetBlockQuotaSetService. getDefaults(String tenantId)Gets default quotas for a tenantBlockQuotaSetBlockQuotaSetService. updateForTenant(String tenantId, BlockQuotaSet quota)Updates quotas for a tenantMethods in org.openstack4j.api.storage with parameters of type BlockQuotaSet Modifier and Type Method Description BlockQuotaSetBlockQuotaSetService. updateForTenant(String tenantId, BlockQuotaSet quota)Updates quotas for a tenant -
Uses of BlockQuotaSet in org.openstack4j.openstack.storage.block.domain
Classes in org.openstack4j.openstack.storage.block.domain that implement BlockQuotaSet Modifier and Type Class Description classCinderBlockQuotaSetAn OpenStack Quota-SetMethods in org.openstack4j.openstack.storage.block.domain that return BlockQuotaSet Modifier and Type Method Description BlockQuotaSetCinderBlockQuotaSet.BlockQuotaSetConcreteBuilder. build()Methods in org.openstack4j.openstack.storage.block.domain with parameters of type BlockQuotaSet Modifier and Type Method Description BlockQuotaSetBuilderCinderBlockQuotaSet.BlockQuotaSetConcreteBuilder. from(BlockQuotaSet in) -
Uses of BlockQuotaSet in org.openstack4j.openstack.storage.block.internal
Methods in org.openstack4j.openstack.storage.block.internal that return BlockQuotaSet Modifier and Type Method Description BlockQuotaSetBlockQuotaSetServiceImpl. get(String tenantId)Gets quotas for a tenantBlockQuotaSetBlockQuotaSetServiceImpl. getDefaults(String tenantId)Gets default quotas for a tenantBlockQuotaSetBlockQuotaSetServiceImpl. updateForTenant(String tenantId, BlockQuotaSet quota)Updates quotas for a tenantMethods in org.openstack4j.openstack.storage.block.internal with parameters of type BlockQuotaSet Modifier and Type Method Description BlockQuotaSetBlockQuotaSetServiceImpl. updateForTenant(String tenantId, BlockQuotaSet quota)Updates quotas for a tenant
-