DistributedDbConnectionString¶
-
class
oci.distributed_database.models.
DistributedDbConnectionString
(**kwargs)¶ Bases:
object
Details of Globally distributed database connection String.
Methods
__init__
(**kwargs)Initializes a new DistributedDbConnectionString object with values from keyword arguments. Attributes
all_connection_strings
[Required] Gets the all_connection_strings of this DistributedDbConnectionString. -
__init__
(**kwargs)¶ Initializes a new DistributedDbConnectionString object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: all_connection_strings (dict(str, str)) – The value to assign to the all_connection_strings property of this DistributedDbConnectionString.
-
all_connection_strings
¶ [Required] Gets the all_connection_strings of this DistributedDbConnectionString. Collection of connection strings.
Returns: The all_connection_strings of this DistributedDbConnectionString. Return type: dict(str, str)
-