ruạṛ
a ���f�K � @ 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 d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Ze d3d4� �Zejd5d4� �Ze d6d7� �Zejd8d7� �Ze d9d:� �Zejd;d:� �Zd<d=� Zd>d?� Z d@dA� Z!dBS )C� Connectionzb Detailed representation of a connection to a data asset, minus any sensitive properties. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILED�MOVINGc K s� ddddddddddddddddd�| _ ddd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a Initializes a new Connection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this Connection. :type key: str :param description: The value to assign to the description property of this Connection. :type description: str :param display_name: The value to assign to the display_name property of this Connection. :type display_name: str :param time_created: The value to assign to the time_created property of this Connection. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Connection. :type time_updated: datetime :param created_by_id: The value to assign to the created_by_id property of this Connection. :type created_by_id: str :param updated_by_id: The value to assign to the updated_by_id property of this Connection. :type updated_by_id: str :param custom_property_members: The value to assign to the custom_property_members property of this Connection. :type custom_property_members: list[oci.data_catalog.models.CustomPropertyGetUsage] :param properties: The value to assign to the properties property of this Connection. :type properties: dict(str, dict(str, str)) :param external_key: The value to assign to the external_key property of this Connection. :type external_key: str :param time_status_updated: The value to assign to the time_status_updated property of this Connection. :type time_status_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this Connection. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", "MOVING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param is_default: The value to assign to the is_default property of this Connection. :type is_default: bool :param data_asset_key: The value to assign to the data_asset_key property of this Connection. :type data_asset_key: str :param type_key: The value to assign to the type_key property of this Connection. :type type_key: str :param uri: The value to assign to the uri property of this Connection. :type uri: str �strZdatetimezlist[CustomPropertyGetUsage]zdict(str, dict(str, str))�bool)�key�description�display_name�time_created�time_updated� created_by_id� updated_by_id�custom_property_members� properties�external_key�time_status_updated�lifecycle_state� is_default�data_asset_key�type_key�urir r ZdisplayNameZtimeCreatedZtimeUpdatedZcreatedByIdZupdatedByIdZcustomPropertyMembersr ZexternalKeyZtimeStatusUpdatedZlifecycleStateZ isDefaultZdataAssetKeyZtypeKeyr N)Z swagger_typesZ attribute_map�_key�_description� _display_name� _time_created� _time_updated�_created_by_id�_updated_by_id�_custom_property_members�_properties� _external_key�_time_status_updated�_lifecycle_state�_is_default�_data_asset_key� _type_key�_uri)�self�kwargs� r3 �F/usr/lib/python3.9/site-packages/oci/data_catalog/models/connection.py�__init__2 sd I��zConnection.__init__c C s | j S )z� **[Required]** Gets the key of this Connection. Unique connection key that is immutable. :return: The key of this Connection. :rtype: str �r! �r1 r3 r3 r4 r � s zConnection.keyc C s || _ dS )z� Sets the key of this Connection. Unique connection key that is immutable. :param key: The key of this Connection. :type: str Nr6 )r1 r r3 r3 r4 r � s c C s | j S )z� Gets the description of this Connection. A description of the connection. :return: The description of this Connection. :rtype: str �r"