Package version:

Deployment along with OS Configuration.

interface DeploymentWithOSConfiguration {
    appLocation?: string;
    configurationType: "DeploymentWithOSConfig";
    infrastructureConfiguration?: InfrastructureConfigurationUnion;
    osSapConfiguration?: OsSapConfiguration;
    softwareConfiguration?: SoftwareConfigurationUnion;
}

Hierarchy (view full)

Properties

appLocation?: string

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

configurationType

The configuration Type.

infrastructureConfiguration?: InfrastructureConfigurationUnion

The infrastructure configuration.

osSapConfiguration?: OsSapConfiguration

The OS and SAP configuration.

softwareConfiguration?: SoftwareConfigurationUnion

The software configuration.