Show / Hide Table of Contents

Class AutonomousDatabaseConnectionUrls

The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionUrls

Inheritance
object
AutonomousDatabaseConnectionUrls
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class AutonomousDatabaseConnectionUrls : IDirectResponseSchema

Properties

ApexUri

Output only. Oracle Application Express (APEX) URL.

Declaration
[JsonProperty("apexUri")]
public virtual string ApexUri { get; set; }
Property Value
Type Description
string

DatabaseTransformsUri

Output only. The URL of the Database Transforms for the Autonomous Database.

Declaration
[JsonProperty("databaseTransformsUri")]
public virtual string DatabaseTransformsUri { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GraphStudioUri

Output only. The URL of the Graph Studio for the Autonomous Database.

Declaration
[JsonProperty("graphStudioUri")]
public virtual string GraphStudioUri { get; set; }
Property Value
Type Description
string

MachineLearningNotebookUri

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

Declaration
[JsonProperty("machineLearningNotebookUri")]
public virtual string MachineLearningNotebookUri { get; set; }
Property Value
Type Description
string

MachineLearningUserManagementUri

Output only. The URL of Machine Learning user management the Autonomous Database.

Declaration
[JsonProperty("machineLearningUserManagementUri")]
public virtual string MachineLearningUserManagementUri { get; set; }
Property Value
Type Description
string

MongoDbUri

Output only. The URL of the MongoDB API for the Autonomous Database.

Declaration
[JsonProperty("mongoDbUri")]
public virtual string MongoDbUri { get; set; }
Property Value
Type Description
string

OrdsUri

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

Declaration
[JsonProperty("ordsUri")]
public virtual string OrdsUri { get; set; }
Property Value
Type Description
string

SqlDevWebUri

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

Declaration
[JsonProperty("sqlDevWebUri")]
public virtual string SqlDevWebUri { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX