Oracle Database@Google Cloud V1 API - Class Google::Cloud::OracleDatabase::V1::AutonomousDatabaseConnectionStrings (v0.1.0)

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

#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