VirtualMachineStorageConfigurationTempDbSettingsArgs

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

Constructors

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

Properties

Link copied to clipboard
val dataFileCount: Output<Int>? = null

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

Link copied to clipboard
val dataFileGrowthInMb: Output<Int>? = null

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

Link copied to clipboard
val dataFileSizeMb: Output<Int>? = null

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

Link copied to clipboard
val defaultFilePath: Output<String>

The SQL Server default path

Link copied to clipboard
val logFileGrowthMb: Output<Int>? = null

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

Link copied to clipboard
val logFileSizeMb: Output<Int>? = null

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

Link copied to clipboard
val luns: Output<List<Int>>

A list of Logical Unit Numbers for the disks.

Functions

Link copied to clipboard
open override fun toJava(): VirtualMachineStorageConfigurationTempDbSettingsArgs