Uses of Interface
org.openstack4j.model.compute.RateLimit
-
Packages that use RateLimit Package Description org.openstack4j.model.compute org.openstack4j.openstack.compute.domain -
-
Uses of RateLimit in org.openstack4j.model.compute
Methods in org.openstack4j.model.compute 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.compute.domain
Classes in org.openstack4j.openstack.compute.domain that implement RateLimit Modifier and Type Class Description classNovaRateLimitRate limits are specified in terms of both a human-readable wild-card URI and a machine-processable regular expression.Methods in org.openstack4j.openstack.compute.domain that return types with arguments of type RateLimit Modifier and Type Method Description List<? extends RateLimit>NovaLimits. getRate()
-