public class APICPUResourceUsage
extends java.lang.Object
Constructor and Description |
---|
APICPUResourceUsage() |
Modifier and Type | Method and Description |
---|---|
double |
getAllocCpuGhzInhours() |
int |
getCpuCoresInhours() |
double |
getReservedCpuGhzInhours() |
double |
getUsedCpuGhzInhours() |
void |
setAllocCpuGhzInhours(double allocCpuGhzInhours) |
void |
setCpuCoresInhours(int cpuCoresInhours) |
void |
setReservedCpuGhzInhours(double reservedCpuGhzInhours) |
void |
setUsedCpuGhzInhours(double usedCpuGhzInhours) |
public double getAllocCpuGhzInhours()
public void setAllocCpuGhzInhours(double allocCpuGhzInhours)
allocCpuGhzInhours
- the allocCpuGhzInhours to setpublic double getReservedCpuGhzInhours()
public void setReservedCpuGhzInhours(double reservedCpuGhzInhours)
reservedCpuGhzInhours
- the reservedCpuGhzInhours to setpublic double getUsedCpuGhzInhours()
public void setUsedCpuGhzInhours(double usedCpuGhzInhours)
usedCpuGhzInhours
- the usedCpuGhzInhours to setpublic int getCpuCoresInhours()
public void setCpuCoresInhours(int cpuCoresInhours)
cpuCoresInhours
- the cpuCoresInhours to set