DeploymentWithOSConfigurationArgs

data class DeploymentWithOSConfigurationArgs(val appLocation: Output<String>? = null, val configurationType: Output<String>, val infrastructureConfiguration: Output<Either<SingleServerConfigurationArgs, ThreeTierConfigurationArgs>>? = null, val osSapConfiguration: Output<OsSapConfigurationArgs>? = null, val softwareConfiguration: Output<Any>? = null) : ConvertibleToJava<DeploymentWithOSConfigurationArgs>

Deployment along with OS Configuration.

Constructors

Link copied to clipboard
constructor(appLocation: Output<String>? = null, configurationType: Output<String>, infrastructureConfiguration: Output<Either<SingleServerConfigurationArgs, ThreeTierConfigurationArgs>>? = null, osSapConfiguration: Output<OsSapConfigurationArgs>? = null, softwareConfiguration: Output<Any>? = null)

Properties

Link copied to clipboard
val appLocation: Output<String>? = null

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

Link copied to clipboard

The configuration Type. Expected value is 'DeploymentWithOSConfig'.

Link copied to clipboard

The infrastructure configuration.

Link copied to clipboard

The OS and SAP configuration.

Link copied to clipboard
val softwareConfiguration: Output<Any>? = null

The software configuration.

Functions

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