Configuration Data Response
data class ConfigurationDataResponse(val cpu: Int, val cpuInMhz: Int, val cpuType: String, val databaseType: String, val hardwareManufacturer: String, val model: String, val ram: Int, val saps: Int, val targetHanaRamSizeGB: Int, val totalDiskIops: Int, val totalDiskSizeGB: Int)
The SAP instance specific configuration data.
Constructors
Properties
Link copied to clipboard
The database of this is a server instance. Applicable only if SAP instance type for this server instance is 'DB'.
Link copied to clipboard
Provide the HW manufacturer company of the server. For example, Microsoft Corporation.
Link copied to clipboard
Provide the target HANA database size you need. Applicable only if SAP instance type for this server instance is 'DB' and you are migrating an AnyDb database to SAP S/4HANA.
Link copied to clipboard
Provide the total disk IOPS capacity. Add the disk volume for each individual disk and provide the sum total in this field.
Link copied to clipboard
Provide the total disk volume capacity in GB. Add the disk volume for each individual disks and provide the total sum in this field.