Package org.openstack4j.model.manila
Interface Limits
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
ManilaLimits
public interface Limits extends ModelEntity
Limits are the resource limitations that are allowed for each tenant (project).- Author:
- Daniel Gonzalez Nothnagel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbsoluteLimitgetAbsolute()List<? extends RateLimit>getRate()
-
-
-
Method Detail
-
getAbsolute
AbsoluteLimit getAbsolute()
- Returns:
- the absolute limits
-
-