SingleServerConfigurationResponse

data class SingleServerConfigurationResponse(val appResourceGroup: String, val customResourceNames: SingleServerFullResourceNamesResponse? = null, val databaseType: String? = null, val dbDiskConfiguration: DiskConfigurationResponse? = null, val deploymentType: String, val networkConfiguration: NetworkConfigurationResponse? = null, val subnetId: String, val virtualMachineConfiguration: VirtualMachineConfigurationResponse)

Gets or sets the single server configuration. For prerequisites for creating the infrastructure, please see here

Constructors

Link copied to clipboard
constructor(appResourceGroup: String, customResourceNames: SingleServerFullResourceNamesResponse? = null, databaseType: String? = null, dbDiskConfiguration: DiskConfigurationResponse? = null, deploymentType: String, networkConfiguration: NetworkConfigurationResponse? = null, subnetId: String, virtualMachineConfiguration: VirtualMachineConfigurationResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The set of custom names to be used for underlying azure resources that are part of the SAP system.

Link copied to clipboard
val databaseType: String? = null

The database type.

Link copied to clipboard

Gets or sets the disk configuration.

Link copied to clipboard

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

Link copied to clipboard

Network configuration for the server

Link copied to clipboard

The subnet id.

Link copied to clipboard

Gets or sets the virtual machine configuration.