AutonomousDatabasePropertiesConnectionString

data class AutonomousDatabasePropertiesConnectionString(val allConnectionStrings: List<AutonomousDatabasePropertiesConnectionStringAllConnectionString>? = null, val dedicated: String? = null, val high: String? = null, val low: String? = null, val medium: String? = null, val profiles: List<AutonomousDatabasePropertiesConnectionStringProfile>? = null)

Constructors

constructor(allConnectionStrings: List<AutonomousDatabasePropertiesConnectionStringAllConnectionString>? = null, dedicated: String? = null, high: String? = null, low: String? = null, medium: String? = null, profiles: List<AutonomousDatabasePropertiesConnectionStringProfile>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of all connection strings that can be used to connect to the Autonomous Database.

Link copied to clipboard
val dedicated: String? = null

The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.

Link copied to clipboard
val high: String? = null

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

Link copied to clipboard
val low: String? = null

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

Link copied to clipboard
val medium: String? = null

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

Link copied to clipboard

A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.