Share via


ServiceInitiatedSoftwareConfiguration interface

The SAP Software configuration Input when the software is to be installed by service.

Extends

Properties

bomUrl

The URL to the SAP Build of Materials(BOM) file.

highAvailabilitySoftwareConfiguration

Gets or sets the HA software configuration.

sapBitsStorageAccountId

The SAP bits storage account id.

sapFqdn

The FQDN to set for the SAP system during install.

softwareInstallationType

The SAP software installation Type, service initiated in this case.

softwareVersion

The software version to install.

sshPrivateKey

The SSH private key.

Property Details

bomUrl

The URL to the SAP Build of Materials(BOM) file.

bomUrl: string

Property Value

string

highAvailabilitySoftwareConfiguration

Gets or sets the HA software configuration.

highAvailabilitySoftwareConfiguration?: HighAvailabilitySoftwareConfiguration

Property Value

sapBitsStorageAccountId

The SAP bits storage account id.

sapBitsStorageAccountId: string

Property Value

string

sapFqdn

The FQDN to set for the SAP system during install.

sapFqdn: string

Property Value

string

softwareInstallationType

The SAP software installation Type, service initiated in this case.

softwareInstallationType: "ServiceInitiated"

Property Value

"ServiceInitiated"

softwareVersion

The software version to install.

softwareVersion: string

Property Value

string

sshPrivateKey

The SSH private key.

sshPrivateKey: string

Property Value

string