DeploymentWithOSConfigurationResponse

data class DeploymentWithOSConfigurationResponse(val appLocation: String? = null, val configurationType: String, val infrastructureConfiguration: Either<SingleServerConfigurationResponse, ThreeTierConfigurationResponse>? = null, val osSapConfiguration: OsSapConfigurationResponse? = null, val softwareConfiguration: Any? = null)

Deployment along with OS Configuration.

Constructors

Link copied to clipboard
constructor(appLocation: String? = null, configurationType: String, infrastructureConfiguration: Either<SingleServerConfigurationResponse, ThreeTierConfigurationResponse>? = null, osSapConfiguration: OsSapConfigurationResponse? = null, softwareConfiguration: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val appLocation: 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
Link copied to clipboard

The OS and SAP configuration.

Link copied to clipboard

The software configuration.