Interface ExtResourceProviderInventories.MemoryMb
-
- All Superinterfaces:
ModelEntity,Serializable
- Enclosing class:
- ExtResourceProviderInventories
public static interface ExtResourceProviderInventories.MemoryMb extends ModelEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description floatgetAllocationRatio()intgetMaxUnit()intgetMinUnit()intgetReserved()intgetStepSize()intgetTotal()
-
-
-
Method Detail
-
getAllocationRatio
float getAllocationRatio()
- Returns:
- the allocation ratio of memory
-
getMaxUnit
int getMaxUnit()
- Returns:
- the max unit of memory
-
getMinUnit
int getMinUnit()
- Returns:
- the min unit of memory
-
getReserved
int getReserved()
- Returns:
- the reserved memory
-
getStepSize
int getStepSize()
- Returns:
- the step size of memory
-
getTotal
int getTotal()
- Returns:
- the total memory
-
-