PluggableDatabaseConnectionStrings

class oci.database.models.PluggableDatabaseConnectionStrings(**kwargs)

Bases: object

Connection strings to connect to an Oracle Pluggable Database.

Methods

__init__(**kwargs) Initializes a new PluggableDatabaseConnectionStrings object with values from keyword arguments.

Attributes

all_connection_strings Gets the all_connection_strings of this PluggableDatabaseConnectionStrings.
pdb_default Gets the pdb_default of this PluggableDatabaseConnectionStrings.
pdb_ip_default Gets the pdb_ip_default of this PluggableDatabaseConnectionStrings.
__init__(**kwargs)

Initializes a new PluggableDatabaseConnectionStrings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • pdb_default (str) – The value to assign to the pdb_default property of this PluggableDatabaseConnectionStrings.
  • pdb_ip_default (str) – The value to assign to the pdb_ip_default property of this PluggableDatabaseConnectionStrings.
  • all_connection_strings (dict(str, str)) – The value to assign to the all_connection_strings property of this PluggableDatabaseConnectionStrings.
all_connection_strings

Gets the all_connection_strings of this PluggableDatabaseConnectionStrings. All connection strings to use to connect to the pluggable database.

Returns:The all_connection_strings of this PluggableDatabaseConnectionStrings.
Return type:dict(str, str)
pdb_default

Gets the pdb_default of this PluggableDatabaseConnectionStrings. A host name-based PDB connection string.

Returns:The pdb_default of this PluggableDatabaseConnectionStrings.
Return type:str
pdb_ip_default

Gets the pdb_ip_default of this PluggableDatabaseConnectionStrings. An IP-based PDB connection string.

Returns:The pdb_ip_default of this PluggableDatabaseConnectionStrings.
Return type:str