ConfigurationDataResponse

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

Link copied to clipboard
constructor(cpu: Int, cpuInMhz: Int, cpuType: String, databaseType: String, hardwareManufacturer: String, model: String, ram: Int, saps: Int, targetHanaRamSizeGB: Int, totalDiskIops: Int, totalDiskSizeGB: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpu: Int

Provide the CPU value of the server. For example, 16, 32 etc.

Link copied to clipboard

Provide the CPU clock speed of the server in MHz. This should be a non-zero value. For example, 2100.

Link copied to clipboard

Provide the CPU architecture type of the server. For example, Xeon Platinum 8171M, Xeon E5-2673 v3.

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

Specify if the Hardware is a physical server or virtual machine.

Link copied to clipboard
val ram: Int

Provide the RAM of the server. This should be a non-zero value. For example, 256.

Link copied to clipboard
val saps: Int

Provide the SAPS for each server of the SAP system. This should be a non-zero value. For example, 1000.

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.