ruạṛ
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 @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�DatabaseConnectionStringsz> Connection strings to connect to an Oracle Database. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new DatabaseConnectionStrings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param cdb_default: The value to assign to the cdb_default property of this DatabaseConnectionStrings. :type cdb_default: str :param cdb_ip_default: The value to assign to the cdb_ip_default property of this DatabaseConnectionStrings. :type cdb_ip_default: str :param all_connection_strings: The value to assign to the all_connection_strings property of this DatabaseConnectionStrings. :type all_connection_strings: dict(str, str) �strzdict(str, str))�cdb_default�cdb_ip_default�all_connection_stringsZ cdbDefaultZcdbIpDefaultZallConnectionStringsN)Z swagger_typesZ attribute_map�_cdb_default�_cdb_ip_default�_all_connection_strings)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/database/models/database_connection_strings.py�__init__ s ��z"DatabaseConnectionStrings.__init__c C s | j S )z� Gets the cdb_default of this DatabaseConnectionStrings. Host name based CDB Connection String. :return: The cdb_default of this DatabaseConnectionStrings. :rtype: str �r �r r r r r 4 s z%DatabaseConnectionStrings.cdb_defaultc C s || _ dS )z� Sets the cdb_default of this DatabaseConnectionStrings. Host name based CDB Connection String. :param cdb_default: The cdb_default of this DatabaseConnectionStrings. :type: str Nr )r r r r r r @ s c C s | j S )z� Gets the cdb_ip_default of this DatabaseConnectionStrings. IP based CDB Connection String. :return: The cdb_ip_default of this DatabaseConnectionStrings. :rtype: str �r r r r r r L s z(DatabaseConnectionStrings.cdb_ip_defaultc C s || _ dS )z� Sets the cdb_ip_default of this DatabaseConnectionStrings. IP based CDB Connection String. :param cdb_ip_default: The cdb_ip_default of this DatabaseConnectionStrings. :type: str Nr )r r r r r r X s c C s | j S )a Gets the all_connection_strings of this DatabaseConnectionStrings. All connection strings to use to connect to the Database. :return: The all_connection_strings of this DatabaseConnectionStrings. :rtype: dict(str, str) �r r r r r r d s z0DatabaseConnectionStrings.all_connection_stringsc C s || _ dS )a Sets the all_connection_strings of this DatabaseConnectionStrings. All connection strings to use to connect to the Database. :param all_connection_strings: The all_connection_strings of this DatabaseConnectionStrings. :type: dict(str, str) Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z"DatabaseConnectionStrings.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z DatabaseConnectionStrings.__eq__c C s | |k S r r r r r r �__ne__� s z DatabaseConnectionStrings.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"