VirtualMachineStorageConfigurationTempDbSettings

data class VirtualMachineStorageConfigurationTempDbSettings(val dataFileCount: Int? = null, val dataFileGrowthInMb: Int? = null, val dataFileSizeMb: Int? = null, val defaultFilePath: String, val logFileGrowthMb: Int? = null, val logFileSizeMb: Int? = null, val luns: List<Int>)

Constructors

constructor(dataFileCount: Int? = null, dataFileGrowthInMb: Int? = null, dataFileSizeMb: Int? = null, defaultFilePath: String, logFileGrowthMb: Int? = null, logFileSizeMb: Int? = null, luns: List<Int>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataFileCount: Int? = null

The SQL Server default file count. This value defaults to 8

Link copied to clipboard
val dataFileGrowthInMb: Int? = null

The SQL Server default file size - This value defaults to 512

Link copied to clipboard
val dataFileSizeMb: Int? = null

The SQL Server default file size - This value defaults to 256

Link copied to clipboard

The SQL Server default path

Link copied to clipboard
val logFileGrowthMb: Int? = null

The SQL Server default file size - This value defaults to 512

Link copied to clipboard
val logFileSizeMb: Int? = null

The SQL Server default file size - This value defaults to 256

Link copied to clipboard
val luns: List<Int>

A list of Logical Unit Numbers for the disks.