SAPSupportedSkuResponse

data class SAPSupportedSkuResponse(val isAppServerCertified: Boolean? = null, val isDatabaseCertified: Boolean? = null, val vmSku: String? = null)

The SAP supported SKU.

Constructors

Link copied to clipboard
constructor(isAppServerCertified: Boolean? = null, isDatabaseCertified: Boolean? = null, vmSku: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

True if the Sku is certified for App server in the SAP system.

Link copied to clipboard

True if the Sku is certified for Database server in the SAP system.

Link copied to clipboard
val vmSku: String? = null

The VM Sku.