Class NovaRateLimit
- java.lang.Object
-
- org.openstack4j.openstack.compute.domain.NovaRateLimit
-
- All Implemented Interfaces:
Serializable,RateLimit,ModelEntity
public class NovaRateLimit extends Object implements RateLimit
Rate limits are specified in terms of both a human-readable wild-card URI and a machine-processable regular expression. The human-readable limit is intended for displaying in graphical user interfaces. The machine-processable form is intended to be used directly by client applications.- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNovaRateLimit.NovaLimitEntry-
Nested classes/interfaces inherited from interface org.openstack4j.model.compute.RateLimit
RateLimit.LimitEntry
-
-
Constructor Summary
Constructors Constructor Description NovaRateLimit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<? extends RateLimit.LimitEntry>getLimit()StringgetRegex()StringgetUri()StringtoString()
-
-
-
Method Detail
-
getRegex
public String getRegex()
-
getUri
public String getUri()
-
getLimit
public List<? extends RateLimit.LimitEntry> getLimit()
-
-