Service Initiated Software Configuration Args
data class ServiceInitiatedSoftwareConfigurationArgs(val bomUrl: Output<String>, val highAvailabilitySoftwareConfiguration: Output<HighAvailabilitySoftwareConfigurationArgs>? = null, val sapBitsStorageAccountId: Output<String>, val sapFqdn: Output<String>, val softwareInstallationType: Output<String>, val softwareVersion: Output<String>, val sshPrivateKey: Output<String>) : ConvertibleToJava<ServiceInitiatedSoftwareConfigurationArgs>
The SAP Software configuration Input when the software is to be installed by service.
Constructors
Link copied to clipboard
constructor(bomUrl: Output<String>, highAvailabilitySoftwareConfiguration: Output<HighAvailabilitySoftwareConfigurationArgs>? = null, sapBitsStorageAccountId: Output<String>, sapFqdn: Output<String>, softwareInstallationType: Output<String>, softwareVersion: Output<String>, sshPrivateKey: Output<String>)
Properties
Link copied to clipboard
val highAvailabilitySoftwareConfiguration: Output<HighAvailabilitySoftwareConfigurationArgs>? = null
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.