SQLStorageSettingsResponse

data class SQLStorageSettingsResponse(val defaultFilePath: String? = null, val luns: List<Int>? = null, val useStoragePool: Boolean? = null)

Set disk storage settings for SQL Server.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val defaultFilePath: String? = null

SQL Server default file path

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

Logical Unit Numbers for the disks.

Link copied to clipboard
val useStoragePool: Boolean? = null

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