Uses of Interface
org.openstack4j.model.storage.block.BlockLimits
-
Packages that use BlockLimits Package Description org.openstack4j.api.storage org.openstack4j.openstack.storage.block.domain org.openstack4j.openstack.storage.block.internal -
-
Uses of BlockLimits in org.openstack4j.api.storage
Methods in org.openstack4j.api.storage that return BlockLimits Modifier and Type Method Description BlockLimitsBlockStorageService. getLimits()Gets the Absolute limits used by this tenant -
Uses of BlockLimits in org.openstack4j.openstack.storage.block.domain
Classes in org.openstack4j.openstack.storage.block.domain that implement BlockLimits Modifier and Type Class Description classCinderBlockLimitsShow absolute limits for a tenant -
Uses of BlockLimits in org.openstack4j.openstack.storage.block.internal
Methods in org.openstack4j.openstack.storage.block.internal that return BlockLimits Modifier and Type Method Description BlockLimitsBlockStorageServiceImpl. getLimits()Gets the Absolute limits used by this tenant
-