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 ZdZdZdZdd� Zedd� �Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�%ValidateDatabaseToolsConnectionResultz' Connection validation result. �ORACLE_DATABASE�MYSQLc K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) a� Initializes a new ValidateDatabaseToolsConnectionResult object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.database_tools.models.ValidateDatabaseToolsConnectionOracleDatabaseResult` * :class:`~oci.database_tools.models.ValidateDatabaseToolsConnectionMySqlResult` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this ValidateDatabaseToolsConnectionResult. Allowed values for this property are: "ORACLE_DATABASE", "MYSQL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param code: The value to assign to the code property of this ValidateDatabaseToolsConnectionResult. :type code: str :param message: The value to assign to the message property of this ValidateDatabaseToolsConnectionResult. :type message: str :param cause: The value to assign to the cause property of this ValidateDatabaseToolsConnectionResult. :type cause: str :param action: The value to assign to the action property of this ValidateDatabaseToolsConnectionResult. :type action: str �str)�type�code�message�cause�actionr r r r r N)� swagger_types� attribute_map�_type�_code�_message�_cause�_action)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_tools/models/validate_database_tools_connection_result.py�__init__ s"