Class: Google::Cloud::OracleDatabase::V1::AllConnectionStrings
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::AllConnectionStrings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb
Overview
A list of all connection strings that can be used to connect to the Autonomous Database.
Instance Attribute Summary collapse
-
#high ⇒ ::String
readonly
Output only.
-
#low ⇒ ::String
readonly
Output only.
-
#medium ⇒ ::String
readonly
Output only.
Instance Attribute Details
#high ⇒ ::String (readonly)
Returns Output only. The database service provides the highest level of resources to each SQL statement.
633 634 635 636 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb', line 633 class AllConnectionStrings 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.
633 634 635 636 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb', line 633 class AllConnectionStrings 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.
633 634 635 636 |
# File 'proto_docs/google/cloud/oracledatabase/v1/autonomous_database.rb', line 633 class AllConnectionStrings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |