ruạṛ
a ���f�P � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdZdZdZdZdZdd� Zedd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zed'd(� �Z e jd)d(� �Z ed*d+� �Z!e!jd,d+� �Z!ed-d.� �Z"e"jd/d.� �Z"ed0d1� �Z#e#jd2d1� �Z#ed3d4� �Z$e$jd5d4� �Z$d6d7� Z%d8d9� Z&d:d;� Z'd<S )=�CreateConnectionDetailsz: Properties used in connection create operations. �ORACLE_ADWC_CONNECTION�ORACLE_ATP_CONNECTION� ORACLE_OBJECT_STORAGE_CONNECTION�ORACLEDB_CONNECTION�MYSQL_CONNECTION�GENERIC_JDBC_CONNECTION�BICC_CONNECTION�AMAZON_S3_CONNECTION�BIP_CONNECTION�LAKE_CONNECTION�ORACLE_PEOPLESOFT_CONNECTION�ORACLE_EBS_CONNECTION�ORACLE_SIEBEL_CONNECTION�HDFS_CONNECTION�MYSQL_HEATWAVE_CONNECTION�REST_NO_AUTH_CONNECTION�REST_BASIC_AUTH_CONNECTION�OAUTH2_CONNECTIONc K sx ddddddddddd� | _ ddd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )aX Initializes a new CreateConnectionDetails 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.data_integration.models.CreateConnectionFromOracleSiebel` * :class:`~oci.data_integration.models.CreateConnectionFromAmazonS3` * :class:`~oci.data_integration.models.CreateConnectionFromBICC` * :class:`~oci.data_integration.models.CreateConnectionFromAtp` * :class:`~oci.data_integration.models.CreateConnectionFromHdfs` * :class:`~oci.data_integration.models.CreateConnectionFromMySqlHeatWave` * :class:`~oci.data_integration.models.CreateConnectionFromRestBasicAuth` * :class:`~oci.data_integration.models.CreateConnectionFromOracle` * :class:`~oci.data_integration.models.CreateConnectionFromOraclePeopleSoft` * :class:`~oci.data_integration.models.CreateConnectionFromOracleEbs` * :class:`~oci.data_integration.models.CreateConnectionFromMySQL` * :class:`~oci.data_integration.models.CreateConnectionFromJdbc` * :class:`~oci.data_integration.models.CreateConnectionFromBIP` * :class:`~oci.data_integration.models.CreateConnectionFromOAuth2` * :class:`~oci.data_integration.models.CreateConnectionFromAdwc` * :class:`~oci.data_integration.models.CreateConnectionFromRestNoAuth` * :class:`~oci.data_integration.models.CreateConnectionFromObjectStorage` * :class:`~oci.data_integration.models.CreateConnectionFromLake` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_type: The value to assign to the model_type property of this CreateConnectionDetails. Allowed values for this property are: "ORACLE_ADWC_CONNECTION", "ORACLE_ATP_CONNECTION", "ORACLE_OBJECT_STORAGE_CONNECTION", "ORACLEDB_CONNECTION", "MYSQL_CONNECTION", "GENERIC_JDBC_CONNECTION", "BICC_CONNECTION", "AMAZON_S3_CONNECTION", "BIP_CONNECTION", "LAKE_CONNECTION", "ORACLE_PEOPLESOFT_CONNECTION", "ORACLE_EBS_CONNECTION", "ORACLE_SIEBEL_CONNECTION", "HDFS_CONNECTION", "MYSQL_HEATWAVE_CONNECTION", "REST_NO_AUTH_CONNECTION", "REST_BASIC_AUTH_CONNECTION", "OAUTH2_CONNECTION" :type model_type: str :param key: The value to assign to the key property of this CreateConnectionDetails. :type key: str :param model_version: The value to assign to the model_version property of this CreateConnectionDetails. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this CreateConnectionDetails. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this CreateConnectionDetails. :type name: str :param description: The value to assign to the description property of this CreateConnectionDetails. :type description: str :param object_status: The value to assign to the object_status property of this CreateConnectionDetails. :type object_status: int :param identifier: The value to assign to the identifier property of this CreateConnectionDetails. :type identifier: str :param connection_properties: The value to assign to the connection_properties property of this CreateConnectionDetails. :type connection_properties: list[oci.data_integration.models.ConnectionProperty] :param registry_metadata: The value to assign to the registry_metadata property of this CreateConnectionDetails. :type registry_metadata: oci.data_integration.models.RegistryMetadata �strZParentReference�intzlist[ConnectionProperty]ZRegistryMetadata) � model_type�key� model_version� parent_ref�name�description� object_status� identifier�connection_properties�registry_metadata� modelTyper ZmodelVersionZ parentRefr r ZobjectStatusr"