SQLTemp Db Settings Args
data class SQLTempDbSettingsArgs(val dataFileCount: Output<Int>? = null, val dataFileSize: Output<Int>? = null, val dataGrowth: Output<Int>? = null, val defaultFilePath: Output<String>? = null, val logFileSize: Output<Int>? = null, val logGrowth: Output<Int>? = null, val luns: Output<List<Int>>? = null, val persistFolder: Output<Boolean>? = null, val persistFolderPath: Output<String>? = null, val useStoragePool: Output<Boolean>? = null) : ConvertibleToJava<SQLTempDbSettingsArgs>
Set tempDb storage settings for SQL Server.
Constructors
Link copied to clipboard
constructor(dataFileCount: Output<Int>? = null, dataFileSize: Output<Int>? = null, dataGrowth: Output<Int>? = null, defaultFilePath: Output<String>? = null, logFileSize: Output<Int>? = null, logGrowth: Output<Int>? = null, luns: Output<List<Int>>? = null, persistFolder: Output<Boolean>? = null, persistFolderPath: Output<String>? = null, useStoragePool: Output<Boolean>? = null)
Properties
Link copied to clipboard
SQL Server tempdb data file count
Link copied to clipboard
SQL Server tempdb data file size
Link copied to clipboard
SQL Server tempdb data file autoGrowth size
Link copied to clipboard
SQL Server default file path
Link copied to clipboard
SQL Server tempdb log file size
Link copied to clipboard
SQL Server tempdb persist folder choice
Link copied to clipboard
SQL Server tempdb persist folder location
Link copied to clipboard
Use storage pool to build a drive if true or not provided