Interface ExtResourceProviderInventories.DiskGb
-
- All Superinterfaces:
ModelEntity,Serializable
- Enclosing class:
- ExtResourceProviderInventories
public static interface ExtResourceProviderInventories.DiskGb 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 disk
-
getMaxUnit
int getMaxUnit()
- Returns:
- the max unit of disk
-
getMinUnit
int getMinUnit()
- Returns:
- the min unit of disk
-
getReserved
int getReserved()
- Returns:
- the reserved disk
-
getStepSize
int getStepSize()
- Returns:
- the step size of disk
-
getTotal
int getTotal()
- Returns:
- the total disk
-
-