ElasticPoolPerDatabaseSettingsArgs

data class ElasticPoolPerDatabaseSettingsArgs(val autoPauseDelay: Output<Int>? = null, val maxCapacity: Output<Double>? = null, val minCapacity: Output<Double>? = null) : ConvertibleToJava<ElasticPoolPerDatabaseSettingsArgs>

Per database settings of an elastic pool.

Constructors

Link copied to clipboard
constructor(autoPauseDelay: Output<Int>? = null, maxCapacity: Output<Double>? = null, minCapacity: Output<Double>? = null)

Properties

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

Auto Pause Delay for per database within pool

Link copied to clipboard
val maxCapacity: Output<Double>? = null

The maximum capacity any one database can consume.

Link copied to clipboard
val minCapacity: Output<Double>? = null

The minimum capacity all databases are guaranteed.

Functions

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