Package org.openstack4j.openstack.common
Class QuotaDetailsEntity
- java.lang.Object
-
- org.openstack4j.openstack.common.QuotaDetailsEntity
-
- All Implemented Interfaces:
Serializable,QuotaDetails,ModelEntity
public class QuotaDetailsEntity extends Object implements QuotaDetails
Quota Details Entity describing quota usage- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QuotaDetailsEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetInUse()The number of items in use for this tenantintgetLimit()The number of items permitted for this tenant.intgetReserved()The number of reserved items for this tenantStringtoString()
-
-
-
Method Detail
-
getInUse
public int getInUse()
Description copied from interface:QuotaDetailsThe number of items in use for this tenant- Specified by:
getInUsein interfaceQuotaDetails- Returns:
- number of items in use
-
getLimit
public int getLimit()
Description copied from interface:QuotaDetailsThe number of items permitted for this tenant.- Specified by:
getLimitin interfaceQuotaDetails- Returns:
- number of items permitted
-
getReserved
public int getReserved()
Description copied from interface:QuotaDetailsThe number of reserved items for this tenant- Specified by:
getReservedin interfaceQuotaDetails- Returns:
- the number of reserved items
-
-