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