Show / Hide Table of Contents

Class AutonomousDatabaseConnectionUrls

Inheritance
object
AutonomousDatabaseConnectionUrls
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class AutonomousDatabaseConnectionUrls

Properties

ApexUrl

Declaration
[JsonProperty(PropertyName = "apexUrl")]
public string ApexUrl { get; set; }
Property Value
Type Description
string

Oracle Application Express (APEX) URL.

DatabaseTransformsUrl

Declaration
[JsonProperty(PropertyName = "databaseTransformsUrl")]
public string DatabaseTransformsUrl { get; set; }
Property Value
Type Description
string

The URL of the Database Transforms for the Autonomous Database.

GraphStudioUrl

Declaration
[JsonProperty(PropertyName = "graphStudioUrl")]
public string GraphStudioUrl { get; set; }
Property Value
Type Description
string

The URL of the Graph Studio for the Autonomous Database.

MachineLearningNotebookUrl

Declaration
[JsonProperty(PropertyName = "machineLearningNotebookUrl")]
public string MachineLearningNotebookUrl { get; set; }
Property Value
Type Description
string

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

MachineLearningUserManagementUrl

Declaration
[JsonProperty(PropertyName = "machineLearningUserManagementUrl")]
public string MachineLearningUserManagementUrl { get; set; }
Property Value
Type Description
string

Oracle Machine Learning user management URL.

MongoDbUrl

Declaration
[JsonProperty(PropertyName = "mongoDbUrl")]
public string MongoDbUrl { get; set; }
Property Value
Type Description
string

The URL of the MongoDB API for the Autonomous Database.

OrdsUrl

Declaration
[JsonProperty(PropertyName = "ordsUrl")]
public string OrdsUrl { get; set; }
Property Value
Type Description
string

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

SqlDevWebUrl

Declaration
[JsonProperty(PropertyName = "sqlDevWebUrl")]
public string SqlDevWebUrl { get; set; }
Property Value
Type Description
string

Oracle SQL Developer Web URL.

In this article
Back to top