DeploymentConfiguration interface

Deployment Configuration.

Extends

Properties

appLocation

The geo-location where the SAP system is to be created.

configurationType

Polymorphic discriminator, which specifies the different types this object can be

infrastructureConfiguration

The infrastructure configuration.

softwareConfiguration

The software configuration.

Property Details

appLocation

The geo-location where the SAP system is to be created.

appLocation?: string

Property Value

string

configurationType

Polymorphic discriminator, which specifies the different types this object can be

configurationType: "Deployment"

Property Value

"Deployment"

infrastructureConfiguration

The infrastructure configuration.

infrastructureConfiguration?: InfrastructureConfigurationUnion

Property Value

softwareConfiguration

The software configuration.

softwareConfiguration?: SoftwareConfigurationUnion

Property Value