Class CinderBlockLimits
- java.lang.Object
-
- org.openstack4j.openstack.storage.block.domain.CinderBlockLimits
-
- All Implemented Interfaces:
BlockLimits
public class CinderBlockLimits extends Object implements BlockLimits
Show absolute limits for a tenant- Author:
- Jeremy Unruh
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCinderBlockLimits.CinderAbsoluteLimit-
Nested classes/interfaces inherited from interface org.openstack4j.model.storage.block.BlockLimits
BlockLimits.Absolute
-
-
Constructor Summary
Constructors Constructor Description CinderBlockLimits()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockLimits.AbsolutegetAbsolute()StringtoString()
-
-
-
Method Detail
-
getAbsolute
public BlockLimits.Absolute getAbsolute()
- Specified by:
getAbsolutein interfaceBlockLimits
-
-