AutonomousDatabaseConnectionUrls class
The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance.
Constructors
- AutonomousDatabaseConnectionUrls.new({String? apexUri, String? databaseTransformsUri, String? graphStudioUri, String? machineLearningNotebookUri, String? machineLearningUserManagementUri, String? mongoDbUri, String? ordsUri, String? sqlDevWebUri})
- AutonomousDatabaseConnectionUrls.fromJson(Map json_)
Properties
- apexUri ↔ String?
-
Oracle Application Express (APEX) URL.
getter/setter pair
- databaseTransformsUri ↔ String?
-
The URL of the Database Transforms for the Autonomous Database.
getter/setter pair
- graphStudioUri ↔ String?
-
The URL of the Graph Studio for the Autonomous Database.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- machineLearningNotebookUri ↔ String?
-
The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous
Database.
getter/setter pair
- machineLearningUserManagementUri ↔ String?
-
The URL of Machine Learning user management the Autonomous Database.
getter/setter pair
- mongoDbUri ↔ String?
-
The URL of the MongoDB API for the Autonomous Database.
getter/setter pair
- ordsUri ↔ String?
-
The Oracle REST Data Services (ORDS) URL of the Web Access for the
Autonomous Database.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sqlDevWebUri ↔ String?
-
The URL of the Oracle SQL Developer Web for the Autonomous Database.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited