Class NovaLimits
- java.lang.Object
-
- org.openstack4j.openstack.compute.domain.NovaLimits
-
- All Implemented Interfaces:
Serializable,Limits,ModelEntity
public class NovaLimits extends Object implements Limits
Accounts may be pre-configured with a set of thresholds (or limits) to manage capacity and prevent abuse of the system. The system recognizes two kinds of limits: rate limits and absolute limits. Rate limits are thresholds that are reset after a certain amount of time passes. Absolute limits are fixed.- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NovaLimits()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbsoluteLimitgetAbsolute()List<? extends RateLimit>getRate()StringtoString()
-
-
-
Method Detail
-
getAbsolute
public AbsoluteLimit getAbsolute()
- Specified by:
getAbsolutein interfaceLimits- Returns:
- the absolute fixed layout limits
-
-