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