Class ManilaRateLimit
- java.lang.Object
-
- org.openstack4j.openstack.manila.domain.ManilaRateLimit
-
- All Implemented Interfaces:
RateLimit
public class ManilaRateLimit extends Object implements RateLimit
Rate limits control the frequency at which users can issue specific API requests. Administrators use rate limiting to configure limits on the type and number of API calls that can be made in a specific time interval.- Author:
- Daniel Gonzalez Nothnagel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classManilaRateLimit.ManilaLimit-
Nested classes/interfaces inherited from interface org.openstack4j.model.manila.RateLimit
RateLimit.Limit, RateLimit.TimeIntervalUnit
-
-
Constructor Summary
Constructors Constructor Description ManilaRateLimit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<? extends RateLimit.Limit>getLimit()StringgetRegex()StringgetUri()
-
-
-
Method Detail
-
getUri
public String getUri()
-
getRegex
public String getRegex()
-
getLimit
public List<? extends RateLimit.Limit> getLimit()
-
-