Reference documentation and code samples for the Oracle Database@Google Cloud V1 API class Google::Cloud::OracleDatabase::V1::AutonomousDatabaseConnectionStrings.
The connection string used to connect to the Autonomous Database. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionStrings
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#all_connection_strings
def all_connection_strings() -> ::Google::Cloud::OracleDatabase::V1::AllConnectionStrings
Returns
- (::Google::Cloud::OracleDatabase::V1::AllConnectionStrings) — Output only. Returns all connection strings that can be used to connect to the Autonomous Database.
#dedicated
def dedicated() -> ::String
Returns
- (::String) — Output only. The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
#high
def high() -> ::String
Returns
- (::String) — Output only. The database service provides the highest level of resources to each SQL statement.
#low
def low() -> ::String
Returns
- (::String) — Output only. The database service provides the least level of resources to each SQL statement.
#medium
def medium() -> ::String
Returns
- (::String) — Output only. The database service provides a lower level of resources to each SQL statement.
#profiles
def profiles() -> ::Array<::Google::Cloud::OracleDatabase::V1::DatabaseConnectionStringProfile>
Returns
- (::Array<::Google::Cloud::OracleDatabase::V1::DatabaseConnectionStringProfile>) — Output only. A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.