AutonomousDatabasePropertiesConnectionStringAllConnectionStringArgs

data class AutonomousDatabasePropertiesConnectionStringAllConnectionStringArgs(val high: Output<String>? = null, val low: Output<String>? = null, val medium: Output<String>? = null) : ConvertibleToJava<AutonomousDatabasePropertiesConnectionStringAllConnectionStringArgs>

Constructors

constructor(high: Output<String>? = null, low: Output<String>? = null, medium: Output<String>? = null)

Properties

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

The database service provides the highest level of resources to each SQL statement.

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

The database service provides the least level of resources to each SQL statement.

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

The database service provides a lower level of resources to each SQL statement.

Functions

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