ruạṛ
a N��fv � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� Connection� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s0 e Zd ZdZdd� Zdd� Zdd� Zdd � Zd S )�ConnectionFromRestNoAuthz? The connection details for a no auth rest connection. c K s� ddddddddddddddd �| _ d ddd ddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a� Initializes a new ConnectionFromRestNoAuth object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.ConnectionFromRestNoAuth.model_type` attribute of this class is ``REST_NO_AUTH_CONNECTION`` and it should not be changed. 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 ConnectionFromRestNoAuth. 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_HOUSE_CONNECTION", "REST_NO_AUTH_CONNECTION", "REST_BASIC_AUTH_CONNECTION" :type model_type: str :param key: The value to assign to the key property of this ConnectionFromRestNoAuth. :type key: str :param model_version: The value to assign to the model_version property of this ConnectionFromRestNoAuth. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this ConnectionFromRestNoAuth. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this ConnectionFromRestNoAuth. :type name: str :param description: The value to assign to the description property of this ConnectionFromRestNoAuth. :type description: str :param object_version: The value to assign to the object_version property of this ConnectionFromRestNoAuth. :type object_version: int :param object_status: The value to assign to the object_status property of this ConnectionFromRestNoAuth. :type object_status: int :param identifier: The value to assign to the identifier property of this ConnectionFromRestNoAuth. :type identifier: str :param primary_schema: The value to assign to the primary_schema property of this ConnectionFromRestNoAuth. :type primary_schema: oci.data_integration.models.Schema :param connection_properties: The value to assign to the connection_properties property of this ConnectionFromRestNoAuth. :type connection_properties: list[oci.data_integration.models.ConnectionProperty] :param is_default: The value to assign to the is_default property of this ConnectionFromRestNoAuth. :type is_default: bool :param metadata: The value to assign to the metadata property of this ConnectionFromRestNoAuth. :type metadata: oci.data_integration.models.ObjectMetadata :param key_map: The value to assign to the key_map property of this ConnectionFromRestNoAuth. :type key_map: dict(str, str) �str�ParentReference�int�Schemazlist[ConnectionProperty]�bool�ObjectMetadatazdict(str, str))� model_type�key� model_version� parent_ref�name�description�object_version� object_status� identifier�primary_schema�connection_properties� is_default�metadata�key_map� modelTyper �modelVersion� parentRefr r � objectVersion�objectStatusr � primarySchema�connectionProperties� isDefaultr �keyMapN�REST_NO_AUTH_CONNECTION)� swagger_types� attribute_map�_model_type�_key�_model_version�_parent_ref�_name�_description�_object_version�_object_status�_identifier�_primary_schema�_connection_properties�_is_default� _metadata�_key_map)�self�kwargs� r9 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/connection_from_rest_no_auth.py�__init__ sZ A��z!ConnectionFromRestNoAuth.__init__c C s t | �S �N)r )r7 r9 r9 r: �__repr__� s z!ConnectionFromRestNoAuth.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r7 �otherr9 r9 r: �__eq__� s zConnectionFromRestNoAuth.__eq__c C s | |k S r<