SAPInstallWithoutOSConfigSoftwareConfigurationArgs

data class SAPInstallWithoutOSConfigSoftwareConfigurationArgs(val bomUrl: Output<String>, val highAvailabilitySoftwareConfiguration: Output<HighAvailabilitySoftwareConfigurationArgs>? = null, val sapBitsStorageAccountId: Output<String>, val softwareInstallationType: Output<String>, val softwareVersion: Output<String>) : ConvertibleToJava<SAPInstallWithoutOSConfigSoftwareConfigurationArgs>

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

Constructors

constructor(bomUrl: Output<String>, highAvailabilitySoftwareConfiguration: Output<HighAvailabilitySoftwareConfigurationArgs>? = null, sapBitsStorageAccountId: Output<String>, softwareInstallationType: Output<String>, softwareVersion: Output<String>)

Properties

Link copied to clipboard
val bomUrl: Output<String>

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
val softwareVersion: Output<String>

The software version to install.

Functions

Link copied to clipboard
open override fun toJava(): SAPInstallWithoutOSConfigSoftwareConfigurationArgs