/
lib
/
python3.9
/
site-packages
/
oci
/
globally_distributed_database
/
models
/
__pycache__
/
Upload File
HOME
a ���f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�ConnectionStringz8 Details of sharded database connection String. c K s ddi| _ ddi| _d| _dS )a� Initializes a new ConnectionString object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param all_connection_strings: The value to assign to the all_connection_strings property of this ConnectionString. :type all_connection_strings: dict(str, str) �all_connection_stringszdict(str, str)ZallConnectionStringsN)Z swagger_typesZ attribute_map�_all_connection_strings)�self�kwargs� r �^/usr/lib/python3.9/site-packages/oci/globally_distributed_database/models/connection_string.py�__init__ s ��zConnectionString.__init__c C s | j S )z� **[Required]** Gets the all_connection_strings of this ConnectionString. Collection of connection strings. :return: The all_connection_strings of this ConnectionString. :rtype: dict(str, str) �r �r r r r r &