Deployment With OSConfiguration Response
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
fun DeploymentWithOSConfigurationResponse(appLocation: String? = null, configurationType: String, infrastructureConfiguration: Either<SingleServerConfigurationResponse, ThreeTierConfigurationResponse>? = null, osSapConfiguration: OsSapConfigurationResponse? = null, softwareConfiguration: Any? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val infrastructureConfiguration: Either<SingleServerConfigurationResponse, ThreeTierConfigurationResponse>? = null
Link copied to clipboard
Link copied to clipboard