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.
Properties
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 'ServiceInitiated'.
Link copied to clipboard
The software version to install.
Link copied to clipboard
The SSH private key.