Reference documentation and code samples for the Oracle Database@Google Cloud V1 API class Google::Cloud::OracleDatabase::V1::PluggableDatabaseConnectionStrings.
The connection strings used to connect to the Oracle Database.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#all_connection_strings
def all_connection_strings() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. All connection strings to use to connect to the pluggable database.
#all_connection_strings=
def all_connection_strings=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Optional. All connection strings to use to connect to the pluggable database.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. All connection strings to use to connect to the pluggable database.
#pdb_default
def pdb_default() -> ::String
Returns
- (::String) — Optional. The default connection string to use to connect to the pluggable database.
#pdb_default=
def pdb_default=(value) -> ::String
Parameter
- value (::String) — Optional. The default connection string to use to connect to the pluggable database.
Returns
- (::String) — Optional. The default connection string to use to connect to the pluggable database.
#pdb_ip_default
def pdb_ip_default() -> ::String
Returns
- (::String) — Optional. The default connection string to use to connect to the pluggable database using IP.
#pdb_ip_default=
def pdb_ip_default=(value) -> ::String
Parameter
- value (::String) — Optional. The default connection string to use to connect to the pluggable database using IP.
Returns
- (::String) — Optional. The default connection string to use to connect to the pluggable database using IP.