AutonomousDatabaseConnectionUrls¶
-
class
oci.database.models.
AutonomousDatabaseConnectionUrls
(**kwargs)¶ Bases:
object
The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN. Note that these URLs are provided by the console only for databases on dedicated Exadata infrastructure.
Example: {“sqlDevWebUrl”: “https://<hostname>/ords…”, “apexUrl”, “https://<hostname>/ords…”}
Methods
__init__
(**kwargs)Initializes a new AutonomousDatabaseConnectionUrls object with values from keyword arguments. Attributes
apex_url
Gets the apex_url of this AutonomousDatabaseConnectionUrls. database_transforms_url
Gets the database_transforms_url of this AutonomousDatabaseConnectionUrls. graph_studio_url
Gets the graph_studio_url of this AutonomousDatabaseConnectionUrls. machine_learning_notebook_url
Gets the machine_learning_notebook_url of this AutonomousDatabaseConnectionUrls. machine_learning_user_management_url
Gets the machine_learning_user_management_url of this AutonomousDatabaseConnectionUrls. mongo_db_url
Gets the mongo_db_url of this AutonomousDatabaseConnectionUrls. ords_url
Gets the ords_url of this AutonomousDatabaseConnectionUrls. sql_dev_web_url
Gets the sql_dev_web_url of this AutonomousDatabaseConnectionUrls. -
__init__
(**kwargs)¶ Initializes a new AutonomousDatabaseConnectionUrls object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - sql_dev_web_url (str) – The value to assign to the sql_dev_web_url property of this AutonomousDatabaseConnectionUrls.
- apex_url (str) – The value to assign to the apex_url property of this AutonomousDatabaseConnectionUrls.
- machine_learning_user_management_url (str) – The value to assign to the machine_learning_user_management_url property of this AutonomousDatabaseConnectionUrls.
- graph_studio_url (str) – The value to assign to the graph_studio_url property of this AutonomousDatabaseConnectionUrls.
- mongo_db_url (str) – The value to assign to the mongo_db_url property of this AutonomousDatabaseConnectionUrls.
- machine_learning_notebook_url (str) – The value to assign to the machine_learning_notebook_url property of this AutonomousDatabaseConnectionUrls.
- ords_url (str) – The value to assign to the ords_url property of this AutonomousDatabaseConnectionUrls.
- database_transforms_url (str) – The value to assign to the database_transforms_url property of this AutonomousDatabaseConnectionUrls.
-
apex_url
¶ Gets the apex_url of this AutonomousDatabaseConnectionUrls. Oracle Application Express (APEX) URL.
Returns: The apex_url of this AutonomousDatabaseConnectionUrls. Return type: str
-
database_transforms_url
¶ Gets the database_transforms_url of this AutonomousDatabaseConnectionUrls. The URL of the Database Transforms for the Autonomous Database.
Returns: The database_transforms_url of this AutonomousDatabaseConnectionUrls. Return type: str
-
graph_studio_url
¶ Gets the graph_studio_url of this AutonomousDatabaseConnectionUrls. The URL of the Graph Studio for the Autonomous Database.
Returns: The graph_studio_url of this AutonomousDatabaseConnectionUrls. Return type: str
-
machine_learning_notebook_url
¶ Gets the machine_learning_notebook_url of this AutonomousDatabaseConnectionUrls. The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
Returns: The machine_learning_notebook_url of this AutonomousDatabaseConnectionUrls. Return type: str
-
machine_learning_user_management_url
¶ Gets the machine_learning_user_management_url of this AutonomousDatabaseConnectionUrls. Oracle Machine Learning user management URL.
Returns: The machine_learning_user_management_url of this AutonomousDatabaseConnectionUrls. Return type: str
-
mongo_db_url
¶ Gets the mongo_db_url of this AutonomousDatabaseConnectionUrls. The URL of the MongoDB API for the Autonomous Database.
Returns: The mongo_db_url of this AutonomousDatabaseConnectionUrls. Return type: str
-
ords_url
¶ Gets the ords_url of this AutonomousDatabaseConnectionUrls. The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
Returns: The ords_url of this AutonomousDatabaseConnectionUrls. Return type: str
-
sql_dev_web_url
¶ Gets the sql_dev_web_url of this AutonomousDatabaseConnectionUrls. Oracle SQL Developer Web URL.
Returns: The sql_dev_web_url of this AutonomousDatabaseConnectionUrls. Return type: str
-