All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.gcp.oracledatabase.kotlin.outputs.GetAutonomousDatabasePropertyConnectionUrl.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.gcp.oracledatabase.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property apexUri Oracle Application Express (APEX) URL.
 * @property databaseTransformsUri The URL of the Database Transforms for the Autonomous Database.
 * @property graphStudioUri The URL of the Graph Studio for the Autonomous Database.
 * @property machineLearningNotebookUri The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous
 * Database.
 * @property machineLearningUserManagementUri The URL of Machine Learning user management the Autonomous Database.
 * @property mongoDbUri The URL of the MongoDB API for the Autonomous Database.
 * @property ordsUri The Oracle REST Data Services (ORDS) URL of the Web Access for the
 * Autonomous Database.
 * @property sqlDevWebUri The URL of the Oracle SQL Developer Web for the Autonomous Database.
 */
public data class GetAutonomousDatabasePropertyConnectionUrl(
    public val apexUri: String,
    public val databaseTransformsUri: String,
    public val graphStudioUri: String,
    public val machineLearningNotebookUri: String,
    public val machineLearningUserManagementUri: String,
    public val mongoDbUri: String,
    public val ordsUri: String,
    public val sqlDevWebUri: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.gcp.oracledatabase.outputs.GetAutonomousDatabasePropertyConnectionUrl): GetAutonomousDatabasePropertyConnectionUrl = GetAutonomousDatabasePropertyConnectionUrl(
            apexUri = javaType.apexUri(),
            databaseTransformsUri = javaType.databaseTransformsUri(),
            graphStudioUri = javaType.graphStudioUri(),
            machineLearningNotebookUri = javaType.machineLearningNotebookUri(),
            machineLearningUserManagementUri = javaType.machineLearningUserManagementUri(),
            mongoDbUri = javaType.mongoDbUri(),
            ordsUri = javaType.ordsUri(),
            sqlDevWebUri = javaType.sqlDevWebUri(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy