Package | Description |
---|---|
com.cisco.cuic.api.models.chargeback |
Modifier and Type | Method and Description |
---|---|
APIMemoryCostModel |
APIPhysicalServerCostModel.getMemoryCostModel()
This method returns APIMemoryCostModel Object, it contains Physical Server memory cost details
|
APIMemoryCostModel |
APIVMCostModel.getMemoryCostModel()
This method returns APIMemoryCostModel object,which contains Memory cost details of a Virtual Machine.
|
Modifier and Type | Method and Description |
---|---|
void |
APIPhysicalServerCostModel.setMemoryCostModel(APIMemoryCostModel memoryCostModel)
This method sets APIMemoryCostModel object,it contains Physical Server Memory cost details.
|
void |
APIVMCostModel.setMemoryCostModel(APIMemoryCostModel memoryCostModel)
This method sets APIMemoryCostModel object,which contains Memory details of a Virtual Machine.
|