SQLStorageSettingsArgs

data class SQLStorageSettingsArgs(val defaultFilePath: Output<String>? = null, val luns: Output<List<Int>>? = null, val useStoragePool: Output<Boolean>? = 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, useStoragePool: Output<Boolean>? = 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.

Link copied to clipboard
val useStoragePool: Output<Boolean>? = null

Use storage pool to build a drive if true or not provided

Functions

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