ConnectionString¶
- 
class oci.globally_distributed_database.models.ConnectionString(**kwargs)¶
- Bases: - object- Details of sharded database connection String. - Methods - __init__(**kwargs)- Initializes a new ConnectionString object with values from keyword arguments. - Attributes - all_connection_strings- [Required] Gets the all_connection_strings of this ConnectionString. - 
__init__(**kwargs)¶
- Initializes a new ConnectionString 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 ConnectionString. 
 - 
all_connection_strings¶
- [Required] Gets the all_connection_strings of this ConnectionString. Collection of connection strings. - Returns: - The all_connection_strings of this ConnectionString. - Return type: - dict(str, str) 
 
-