Package | Description |
---|---|
com.cisco.cuic.api.models.chargeback |
Modifier and Type | Method and Description |
---|---|
APICPUCostModel |
APIPhysicalServerCostModel.getCpuCostModel()
This method returns APICPUCostModel Object, it contains Physical Server CPU cost details.
|
APICPUCostModel |
APIVMCostModel.getCpuCostModel()
This method returns APICPUCostModel object,which contains CPU cost details of a Virtual Machine.
|
Modifier and Type | Method and Description |
---|---|
void |
APIPhysicalServerCostModel.setCpuCostModel(APICPUCostModel cpuCostModel)
This method sets APICPUCostModel object,it contains Physical Server CPU cost details.
|
void |
APIVMCostModel.setCpuCostModel(APICPUCostModel cpuCostModel)
This method sets APICPUCostModel object,which contains CPU details of a Virtual Machine.
|