ServiceInitiatedSoftwareConfiguration interface
The SAP Software configuration Input when the software is to be installed by service.
- Extends
Properties
bom |
The URL to the SAP Build of Materials(BOM) file. |
high |
Gets or sets the HA software configuration. |
sap |
The SAP bits storage account id. |
sap |
The FQDN to set for the SAP system during install. |
software |
Polymorphic discriminator, which specifies the different types this object can be |
software |
The software version to install. |
ssh |
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
Polymorphic discriminator, which specifies the different types this object can be
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