ExcelPerformanceDataResponse

data class ExcelPerformanceDataResponse(val dataSource: String, val maxCpuLoad: Int, val totalSourceDbSizeGB: Int)

The SAP instance specific performance data for Excel import.

Constructors

Link copied to clipboard
constructor(dataSource: String, maxCpuLoad: Int, totalSourceDbSizeGB: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The data source for this resource. Expected value is 'Excel'.

Link copied to clipboard

Provide the max CPU percentage load on the server. Omit the percentage symbol while filling this value.

Link copied to clipboard

Provide the source Database size in GB. Applicable only if SAP instance type for this server instance is 'DB'.