AutonomousDatabasePropertiesConnectionUrl

data class AutonomousDatabasePropertiesConnectionUrl(val apexUri: String? = null, val databaseTransformsUri: String? = null, val graphStudioUri: String? = null, val machineLearningNotebookUri: String? = null, val machineLearningUserManagementUri: String? = null, val mongoDbUri: String? = null, val ordsUri: String? = null, val sqlDevWebUri: String? = null)

Constructors

constructor(apexUri: String? = null, databaseTransformsUri: String? = null, graphStudioUri: String? = null, machineLearningNotebookUri: String? = null, machineLearningUserManagementUri: String? = null, mongoDbUri: String? = null, ordsUri: String? = null, sqlDevWebUri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val apexUri: String? = null

Oracle Application Express (APEX) URL.

Link copied to clipboard

The URL of the Database Transforms for the Autonomous Database.

Link copied to clipboard
val graphStudioUri: String? = null

The URL of the Graph Studio for the Autonomous Database.

Link copied to clipboard

The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.

Link copied to clipboard

The URL of Machine Learning user management the Autonomous Database.

Link copied to clipboard
val mongoDbUri: String? = null

The URL of the MongoDB API for the Autonomous Database.

Link copied to clipboard
val ordsUri: String? = null

The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.

Link copied to clipboard
val sqlDevWebUri: String? = null

The URL of the Oracle SQL Developer Web for the Autonomous Database.