Deployment Configuration Response
data class DeploymentConfigurationResponse(val appLocation: String? = null, val configurationType: String, val infrastructureConfiguration: Either<SingleServerConfigurationResponse, ThreeTierConfigurationResponse>? = null, val softwareConfiguration: Any? = null)
Deployment Configuration.
Constructors
Link copied to clipboard
constructor(appLocation: String? = null, configurationType: String, infrastructureConfiguration: Either<SingleServerConfigurationResponse, ThreeTierConfigurationResponse>? = null, softwareConfiguration: Any? = null)
Properties
Link copied to clipboard
The geo-location where the SAP system is to be created.
Link copied to clipboard
The configuration Type. Expected value is 'Deployment'.
Link copied to clipboard
val infrastructureConfiguration: Either<SingleServerConfigurationResponse, ThreeTierConfigurationResponse>? = null
The infrastructure configuration.
Link copied to clipboard
The software configuration.