SAPInstallWithoutOSConfigSoftwareConfigurationResponse

data class SAPInstallWithoutOSConfigSoftwareConfigurationResponse(val bomUrl: String, val highAvailabilitySoftwareConfiguration: HighAvailabilitySoftwareConfigurationResponse? = null, val sapBitsStorageAccountId: String, val softwareInstallationType: String, val softwareVersion: String)

The SAP Software configuration Input when the software is to be installed by service without OS Configurations

Constructors

constructor(bomUrl: String, highAvailabilitySoftwareConfiguration: HighAvailabilitySoftwareConfigurationResponse? = null, sapBitsStorageAccountId: String, softwareInstallationType: String, softwareVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The URL to the SAP Build of Materials(BOM) file.

Link copied to clipboard

Gets or sets the HA software configuration.

Link copied to clipboard

The SAP bits storage account id.

Link copied to clipboard

The SAP software installation Type. Expected value is 'SAPInstallWithoutOSConfig'.

Link copied to clipboard

The software version to install.