ServiceInitiatedSoftwareConfigurationResponse

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

The SAP Software configuration Input when the software is to be installed by service.

Constructors

constructor(bomUrl: String, highAvailabilitySoftwareConfiguration: HighAvailabilitySoftwareConfigurationResponse? = null, sapBitsStorageAccountId: String, sapFqdn: String, softwareInstallationType: String, softwareVersion: String, sshPrivateKey: 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 FQDN to set for the SAP system during install.

Link copied to clipboard

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

Link copied to clipboard

The software version to install.

Link copied to clipboard

The SSH private key.