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 )�"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_stringsZ pdbDefaultZpdbIpDefaultZallConnectionStringsN)Z swagger_typesZ attribute_map�_pdb_default�_pdb_ip_default�_all_connection_strings)�self�kwargs� r �]/usr/lib/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 4 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 @ s c C s | j S )z� Gets the pdb_ip_default of this PluggableDatabaseConnectionStrings. An IP-based PDB connection string. :return: The pdb_ip_default of this PluggableDatabaseConnectionStrings. :rtype: str �r r r r r r L s z1PluggableDatabaseConnectionStrings.pdb_ip_defaultc C s || _ dS )z� Sets the pdb_ip_default of this PluggableDatabaseConnectionStrings. An IP-based PDB connection string. :param pdb_ip_default: The pdb_ip_default of this PluggableDatabaseConnectionStrings. :type: str Nr )r r r r r r X s c C s | j S )a" Gets the all_connection_strings of this PluggableDatabaseConnectionStrings. All connection strings to use to connect to the pluggable database. :return: The all_connection_strings of this PluggableDatabaseConnectionStrings. :rtype: dict(str, str) �r r r r r r d s z9PluggableDatabaseConnectionStrings.all_connection_stringsc C s || _ dS )a7 Sets the all_connection_strings of this PluggableDatabaseConnectionStrings. All connection strings to use to connect to the pluggable database. :param all_connection_strings: The all_connection_strings of this PluggableDatabaseConnectionStrings. :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+PluggableDatabaseConnectionStrings.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z)PluggableDatabaseConnectionStrings.__eq__c C s | |k S r r r r r r �__ne__� s z)PluggableDatabaseConnectionStrings.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"