ThreeTierConfigurationResponse

data class ThreeTierConfigurationResponse(val appResourceGroup: String, val applicationServer: ApplicationServerConfigurationResponse, val centralServer: CentralServerConfigurationResponse, 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.

Constructors

Link copied to clipboard
constructor(appResourceGroup: String, applicationServer: ApplicationServerConfigurationResponse, centralServer: CentralServerConfigurationResponse, databaseServer: DatabaseConfigurationResponse, deploymentType: String, highAvailabilityConfig: HighAvailabilityConfigurationResponse? = null, networkConfiguration: NetworkConfigurationResponse? = null, storageConfiguration: StorageConfigurationResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The application server configuration.

Link copied to clipboard

The application resource group where SAP system resources will be deployed.

Link copied to clipboard

The central server configuration.

Link copied to clipboard

The database configuration.

Link copied to clipboard

The type of SAP deployment, single server or Three tier. Expected value is 'ThreeTier'.

Link copied to clipboard

The high availability configuration.

Link copied to clipboard

Network configuration common to all servers

Link copied to clipboard

The storage configuration.