ruạṛ
a N��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_strings� cdbDefault�cdbIpDefault�allConnectionStringsN)� swagger_types� attribute_map�_cdb_default�_cdb_ip_default�_all_connection_strings)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 2 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 >