Three Tier Configuration Response
data class ThreeTierConfigurationResponse(val appResourceGroup: String, val applicationServer: ApplicationServerConfigurationResponse, val centralServer: CentralServerConfigurationResponse, val customResourceNames: ThreeTierFullResourceNamesResponse? = null, val databaseServer: DatabaseConfigurationResponse, val deploymentType: String, val highAvailabilityConfig: HighAvailabilityConfigurationResponse? = null, val networkConfiguration: NetworkConfigurationResponse? = null, val storageConfiguration: StorageConfigurationResponse? = null)
Gets or sets the three tier SAP configuration. For prerequisites for creating the infrastructure, please see here
Constructors
Link copied to clipboard
fun ThreeTierConfigurationResponse(appResourceGroup: String, applicationServer: ApplicationServerConfigurationResponse, centralServer: CentralServerConfigurationResponse, customResourceNames: ThreeTierFullResourceNamesResponse? = null, databaseServer: DatabaseConfigurationResponse, deploymentType: String, highAvailabilityConfig: HighAvailabilityConfigurationResponse? = null, networkConfiguration: NetworkConfigurationResponse? = null, storageConfiguration: StorageConfigurationResponse? = null)