StorageConfigurationSettingsResponse

data class StorageConfigurationSettingsResponse(val diskConfigurationType: String? = null, val sqlDataSettings: SQLStorageSettingsResponse? = null, val sqlLogSettings: SQLStorageSettingsResponse? = null, val sqlSystemDbOnDataDisk: Boolean? = null, val sqlTempDbSettings: SQLTempDbSettingsResponse? = null, val storageWorkloadType: String? = null)

Storage Configurations for SQL Data, Log and TempDb.

Constructors

Link copied to clipboard
constructor(diskConfigurationType: String? = null, sqlDataSettings: SQLStorageSettingsResponse? = null, sqlLogSettings: SQLStorageSettingsResponse? = null, sqlSystemDbOnDataDisk: Boolean? = null, sqlTempDbSettings: SQLTempDbSettingsResponse? = null, storageWorkloadType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Disk configuration to apply to SQL Server.

Link copied to clipboard

SQL Server Data Storage Settings.

Link copied to clipboard

SQL Server Log Storage Settings.

Link copied to clipboard

SQL Server SystemDb Storage on DataPool if true.

Link copied to clipboard

SQL Server TempDb Storage Settings.

Link copied to clipboard

Storage workload type.