SqlServerDatabaseDetailsArgs

data class SqlServerDatabaseDetailsArgs(val compatibilityLevel: Output<Int>? = null, val recoveryModel: Output<String>? = null) : ConvertibleToJava<SqlServerDatabaseDetailsArgs>

Represents a Sql Server database on the Cloud SQL instance.

Constructors

Link copied to clipboard
fun SqlServerDatabaseDetailsArgs(compatibilityLevel: Output<Int>? = null, recoveryModel: Output<String>? = null)

Functions

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

Properties

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

The version of SQL Server with which the database is to be made compatible

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

The recovery model of a SQL Server database