public class APICPUResourceUsageCost
extends java.lang.Object
Constructor and Description |
---|
APICPUResourceUsageCost() |
Modifier and Type | Method and Description |
---|---|
double |
getCpu_GHz_Hours() |
double |
getCpuCoreCost() |
int |
getCpuCores() |
double |
getCpuCost() |
double |
getReservedCpuGhz() |
double |
getReservedCpuGhzCost() |
double |
getUsedCpuGhz() |
double |
getUsedCpuGhzCost() |
void |
setCpu_GHz_Hours(double cpu_GHz_Hours) |
void |
setCpuCoreCost(double cpuCoreCost) |
void |
setCpuCores(int cpuCores) |
void |
setCpuCost(double cpuCost) |
void |
setReservedCpuGhz(double reservedCpuGhz) |
void |
setReservedCpuGhzCost(double reservedCpuGhzCost) |
void |
setUsedCpuGhz(double usedCpuGhz) |
void |
setUsedCpuGhzCost(double usedCpuGhzCost) |
public double getCpu_GHz_Hours()
public void setCpu_GHz_Hours(double cpu_GHz_Hours)
cpu_GHz_Hours
- the cpu_GHz_Hours to setpublic double getCpuCost()
public void setCpuCost(double cpuCost)
cpuCost
- the cpuCost to setpublic double getReservedCpuGhzCost()
public void setReservedCpuGhzCost(double reservedCpuGhzCost)
reservedCpuGhzCost
- the reservedCpuGhzCost to setpublic double getUsedCpuGhzCost()
public void setUsedCpuGhzCost(double usedCpuGhzCost)
usedCpuGhzCost
- the usedCpuGhzCost to setpublic double getReservedCpuGhz()
public void setReservedCpuGhz(double reservedCpuGhz)
reservedCpuGhz
- the reservedCpuGhz to setpublic double getUsedCpuGhz()
public void setUsedCpuGhz(double usedCpuGhz)
usedCpuGhz
- the usedCpuGhz to setpublic int getCpuCores()
public void setCpuCores(int cpuCores)
cpuCores
- the cpuCores to setpublic double getCpuCoreCost()
public void setCpuCoreCost(double cpuCoreCost)
cpuCoreCost
- the cpuCoreCost to set