ElasticPoolPerDatabaseSettingsArgs

data class ElasticPoolPerDatabaseSettingsArgs(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(maxCapacity: Output<Double>? = null, minCapacity: Output<Double>? = null)

Properties

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