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 )�"PluggableDatabaseConnectionStringszH Connection strings to connect to an Oracle Pluggable Database. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new PluggableDatabaseConnectionStrings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param pdb_default: The value to assign to the pdb_default property of this PluggableDatabaseConnectionStrings. :type pdb_default: str :param pdb_ip_default: The value to assign to the pdb_ip_default property of this PluggableDatabaseConnectionStrings. :type pdb_ip_default: str :param all_connection_strings: The value to assign to the all_connection_strings property of this PluggableDatabaseConnectionStrings. :type all_connection_strings: dict(str, str) �strzdict(str, str))�pdb_default�pdb_ip_default�all_connection_strings� pdbDefault�pdbIpDefault�allConnectionStringsN)� swagger_types� attribute_map�_pdb_default�_pdb_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/pluggable_database_connection_strings.py�__init__ s ��z+PluggableDatabaseConnectionStrings.__init__c C s | j S )z� Gets the pdb_default of this PluggableDatabaseConnectionStrings. A host name-based PDB connection string. :return: The pdb_default of this PluggableDatabaseConnectionStrings. :rtype: str �r �r r r r r 2 s z.PluggableDatabaseConnectionStrings.pdb_defaultc C s || _ dS )z� Sets the pdb_default of this PluggableDatabaseConnectionStrings. A host name-based PDB connection string. :param pdb_default: The pdb_default of this PluggableDatabaseConnectionStrings. :type: str Nr )r r r r r r >