SqlServerDatabaseResourcePropertiesDatabaseOptionsArgs

data class SqlServerDatabaseResourcePropertiesDatabaseOptionsArgs(val isAutoCloseOn: Output<Boolean>? = null, val isAutoCreateStatsOn: Output<Boolean>? = null, val isAutoShrinkOn: Output<Boolean>? = null, val isAutoUpdateStatsOn: Output<Boolean>? = null, val isEncrypted: Output<Boolean>? = null, val isMemoryOptimizationEnabled: Output<Boolean>? = null, val isRemoteDataArchiveEnabled: Output<Boolean>? = null, val isTrustworthyOn: Output<Boolean>? = null) : ConvertibleToJava<SqlServerDatabaseResourcePropertiesDatabaseOptionsArgs>

List of features that are enabled for the database

Constructors

constructor(isAutoCloseOn: Output<Boolean>? = null, isAutoCreateStatsOn: Output<Boolean>? = null, isAutoShrinkOn: Output<Boolean>? = null, isAutoUpdateStatsOn: Output<Boolean>? = null, isEncrypted: Output<Boolean>? = null, isMemoryOptimizationEnabled: Output<Boolean>? = null, isRemoteDataArchiveEnabled: Output<Boolean>? = null, isTrustworthyOn: Output<Boolean>? = null)

Properties

Link copied to clipboard
val isAutoCloseOn: Output<Boolean>? = null
Link copied to clipboard
val isAutoCreateStatsOn: Output<Boolean>? = null
Link copied to clipboard
val isAutoShrinkOn: Output<Boolean>? = null
Link copied to clipboard
val isAutoUpdateStatsOn: Output<Boolean>? = null
Link copied to clipboard
val isEncrypted: Output<Boolean>? = null
Link copied to clipboard
Link copied to clipboard
val isRemoteDataArchiveEnabled: Output<Boolean>? = null
Link copied to clipboard
val isTrustworthyOn: Output<Boolean>? = null

Functions

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