ServiceInitiatedSoftwareConfigurationArgs

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

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

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

The software version to install.

Link copied to clipboard
val sshPrivateKey: Output<String>

The SSH private key.

Functions

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