/
lib
/
python3.9
/
site-packages
/
oci
/
database_tools
/
models
/
__pycache__
/
Upload File
HOME
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 ZdZdZdZdZdZdd� Ze dd � �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zdd� ZdS ) �%ValidateDatabaseToolsConnectionResultz' Connection validation result. �ORACLE_DATABASE�MYSQL� POSTGRESQL�GENERIC_JDBCc K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) ay 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` * :class:`~oci.database_tools.models.ValidateDatabaseToolsConnectionPostgresqlResult` 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", "POSTGRESQL", "GENERIC_JDBC", '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)Z swagger_typesZ attribute_map�_type�_code�_message�_cause�_action)�self�kwargs� r �g/usr/lib/python3.9/site-packages/oci/database_tools/models/validate_database_tools_connection_result.py�__init__"