Service Initiated Software Configuration Response
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
Link copied to clipboard
fun ServiceInitiatedSoftwareConfigurationResponse(bomUrl: String, highAvailabilitySoftwareConfiguration: HighAvailabilitySoftwareConfigurationResponse? = null, sapBitsStorageAccountId: String, sapFqdn: String, softwareInstallationType: String, softwareVersion: String, sshPrivateKey: String)