Class: Google::Cloud::OracleDatabase::V1::AutonomousDatabaseConnectionStrings
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::AutonomousDatabaseConnectionStrings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb
Overview
The connection string used to connect to the Autonomous Database. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionStrings
Instance Attribute Summary collapse
-
#all_connection_strings ⇒ ::Google::Cloud::OracleDatabase::V1::AllConnectionStrings
readonly
Output only.
-
#dedicated ⇒ ::String
readonly
Output only.
-
#high ⇒ ::String
readonly
Output only.
-
#low ⇒ ::String
readonly
Output only.
-
#medium ⇒ ::String
readonly
Output only.
-
#profiles ⇒ ::Array<::Google::Cloud::OracleDatabase::V1::DatabaseConnectionStringProfile>
readonly
Output only.
Instance Attribute Details
#all_connection_strings ⇒ ::Google::Cloud::OracleDatabase::V1::AllConnectionStrings (readonly)
Returns Output only. Returns all connection strings that can be used to connect to the Autonomous Database.
493 494 495 496 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb', line 493 class AutonomousDatabaseConnectionStrings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dedicated ⇒ ::String (readonly)
Returns Output only. The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
493 494 495 496 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb', line 493 class AutonomousDatabaseConnectionStrings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#high ⇒ ::String (readonly)
Returns Output only. The database service provides the highest level of resources to each SQL statement.
493 494 495 496 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb', line 493 class AutonomousDatabaseConnectionStrings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#low ⇒ ::String (readonly)
Returns Output only. The database service provides the least level of resources to each SQL statement.
493 494 495 496 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb', line 493 class AutonomousDatabaseConnectionStrings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#medium ⇒ ::String (readonly)
Returns Output only. The database service provides a lower level of resources to each SQL statement.
493 494 495 496 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb', line 493 class AutonomousDatabaseConnectionStrings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#profiles ⇒ ::Array<::Google::Cloud::OracleDatabase::V1::DatabaseConnectionStringProfile> (readonly)
Returns Output only. A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.
493 494 495 496 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb', line 493 class AutonomousDatabaseConnectionStrings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |