SQLStorageSettingsArgs

data class SQLStorageSettingsArgs(val defaultFilePath: Output<String>? = null, val luns: Output<List<Int>>? = null) : ConvertibleToJava<SQLStorageSettingsArgs>

Set disk storage settings for SQL Server.

Constructors

Link copied to clipboard
constructor(defaultFilePath: Output<String>? = null, luns: Output<List<Int>>? = null)

Properties

Link copied to clipboard
val defaultFilePath: Output<String>? = null

SQL Server default file path

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

Logical Unit Numbers for the disks.

Functions

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