Class: Google::Cloud::OracleDatabase::V1::AutonomousDatabaseConnectionUrls
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::AutonomousDatabaseConnectionUrls
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb
Overview
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
Instance Attribute Summary collapse
-
#apex_uri ⇒ ::String
readonly
Output only.
-
#database_transforms_uri ⇒ ::String
readonly
Output only.
-
#graph_studio_uri ⇒ ::String
readonly
Output only.
-
#machine_learning_notebook_uri ⇒ ::String
readonly
Output only.
-
#machine_learning_user_management_uri ⇒ ::String
readonly
Output only.
-
#mongo_db_uri ⇒ ::String
readonly
Output only.
-
#ords_uri ⇒ ::String
readonly
Output only.
-
#sql_dev_web_uri ⇒ ::String
readonly
Output only.
Instance Attribute Details
#apex_uri ⇒ ::String (readonly)
Returns Output only. Oracle Application Express (APEX) URL.
670 671 672 673 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb', line 670 class AutonomousDatabaseConnectionUrls include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#database_transforms_uri ⇒ ::String (readonly)
Returns Output only. The URL of the Database Transforms for the Autonomous Database.
670 671 672 673 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb', line 670 class AutonomousDatabaseConnectionUrls include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#graph_studio_uri ⇒ ::String (readonly)
Returns Output only. The URL of the Graph Studio for the Autonomous Database.
670 671 672 673 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb', line 670 class AutonomousDatabaseConnectionUrls include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#machine_learning_notebook_uri ⇒ ::String (readonly)
Returns Output only. The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
670 671 672 673 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb', line 670 class AutonomousDatabaseConnectionUrls include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#machine_learning_user_management_uri ⇒ ::String (readonly)
Returns Output only. The URL of Machine Learning user management the Autonomous Database.
670 671 672 673 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb', line 670 class AutonomousDatabaseConnectionUrls include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mongo_db_uri ⇒ ::String (readonly)
Returns Output only. The URL of the MongoDB API for the Autonomous Database.
670 671 672 673 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb', line 670 class AutonomousDatabaseConnectionUrls include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ords_uri ⇒ ::String (readonly)
Returns Output only. The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
670 671 672 673 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb', line 670 class AutonomousDatabaseConnectionUrls include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sql_dev_web_uri ⇒ ::String (readonly)
Returns Output only. The URL of the Oracle SQL Developer Web for the Autonomous Database.
670 671 672 673 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb', line 670 class AutonomousDatabaseConnectionUrls include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |