Uses of Interface
org.openstack4j.model.manila.RateLimit
-
Packages that use RateLimit Package Description org.openstack4j.model.manila org.openstack4j.openstack.manila.domain -
-
Uses of RateLimit in org.openstack4j.model.manila
Methods in org.openstack4j.model.manila that return types with arguments of type RateLimit Modifier and Type Method Description List<? extends RateLimit>Limits. getRate() -
Uses of RateLimit in org.openstack4j.openstack.manila.domain
Classes in org.openstack4j.openstack.manila.domain that implement RateLimit Modifier and Type Class Description classManilaRateLimitRate limits control the frequency at which users can issue specific API requests.Methods in org.openstack4j.openstack.manila.domain that return types with arguments of type RateLimit Modifier and Type Method Description List<? extends RateLimit>ManilaLimits. getRate()
-