public class APIPhysicalServerCostModel
extends java.lang.Object
Constructor and Description |
---|
APIPhysicalServerCostModel() |
Modifier and Type | Method and Description |
---|---|
APIGetBladeCostModel |
getBladeCostModel()
This method returns APIGetBladeCostModel Object, it contains Physical Server Blade cost details
|
APICPUCostModel |
getCpuCostModel()
This method returns APICPUCostModel Object, it contains Physical Server CPU cost details.
|
APIDiskCostModel |
getDiskCostModel()
This method returns APIDiskCostModel Object, it contains Physical Server Disk cost details
|
APIMemoryCostModel |
getMemoryCostModel()
This method returns APIMemoryCostModel Object, it contains Physical Server memory cost details
|
double |
getMonthlyCost()
This method returns monthly cost of Physical Server provided resources.
|
double |
getOneTimeItemCost()
This method returns one time cost of Physical Server provided resources.
|
void |
setBladeCostModel(APIGetBladeCostModel bladeCostModel)
This method sets APIGetBladeCostModel object,it contains Physical Server Blade cost details.
|
void |
setCpuCostModel(APICPUCostModel cpuCostModel)
This method sets APICPUCostModel object,it contains Physical Server CPU cost details.
|
void |
setDiskCostModel(APIDiskCostModel diskCostModel)
This method sets APIDiskCostModel object,it contains Physical Server Disk cost details.
|
void |
setMemoryCostModel(APIMemoryCostModel memoryCostModel)
This method sets APIMemoryCostModel object,it contains Physical Server Memory cost details.
|
void |
setMonthlyCost(double monthlyCost)
This method sets monthlyCost of a physical Server.
|
void |
setOneTimeItemCost(double oneTimeItemCost)
This method sets one time cost of a physical Server.
|
public APICPUCostModel getCpuCostModel()
public void setCpuCostModel(APICPUCostModel cpuCostModel)
cpuCostModel
- public APIDiskCostModel getDiskCostModel()
public void setDiskCostModel(APIDiskCostModel diskCostModel)
diskCostModel
- public APIMemoryCostModel getMemoryCostModel()
public void setMemoryCostModel(APIMemoryCostModel memoryCostModel)
memoryCostModel
- public APIGetBladeCostModel getBladeCostModel()
public void setBladeCostModel(APIGetBladeCostModel bladeCostModel)
bladeCostModel
- public double getMonthlyCost()
public void setMonthlyCost(double monthlyCost)
monthlyCost
- public double getOneTimeItemCost()
public void setOneTimeItemCost(double oneTimeItemCost)
oneTimeItemCost
-