ruạṛ
a ���f�M � @ 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� �Zd9d:� Zd;d<� Zd=d>� Z d?S )@�Patternz� A pattern is a data selector or filter which can provide a singular, logical entity view aggregating multiple physical data artifacts for ease of use. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILED�MOVINGc K s� dddddddddddddddd�| _ dd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )al Initializes a new Pattern 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 Pattern. :type key: str :param display_name: The value to assign to the display_name property of this Pattern. :type display_name: str :param description: The value to assign to the description property of this Pattern. :type description: str :param catalog_id: The value to assign to the catalog_id property of this Pattern. :type catalog_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this Pattern. 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 time_created: The value to assign to the time_created property of this Pattern. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Pattern. :type time_updated: datetime :param created_by_id: The value to assign to the created_by_id property of this Pattern. :type created_by_id: str :param updated_by_id: The value to assign to the updated_by_id property of this Pattern. :type updated_by_id: str :param expression: The value to assign to the expression property of this Pattern. :type expression: str :param file_path_prefix: The value to assign to the file_path_prefix property of this Pattern. :type file_path_prefix: str :param check_file_path_list: The value to assign to the check_file_path_list property of this Pattern. :type check_file_path_list: list[str] :param is_enable_check_failure_limit: The value to assign to the is_enable_check_failure_limit property of this Pattern. :type is_enable_check_failure_limit: bool :param check_failure_limit: The value to assign to the check_failure_limit property of this Pattern. :type check_failure_limit: int :param properties: The value to assign to the properties property of this Pattern. :type properties: dict(str, dict(str, str)) �strZdatetimez list[str]�bool�intzdict(str, dict(str, str)))�key�display_name�description� catalog_id�lifecycle_state�time_created�time_updated� created_by_id� updated_by_id� expression�file_path_prefix�check_file_path_list�is_enable_check_failure_limit�check_failure_limit� propertiesr ZdisplayNamer Z catalogIdZlifecycleStateZtimeCreatedZtimeUpdatedZcreatedByIdZupdatedByIdr ZfilePathPrefixZcheckFilePathListZisEnableCheckFailureLimitZcheckFailureLimitr N)Z swagger_typesZ attribute_map�_key� _display_name�_description�_catalog_id�_lifecycle_state� _time_created� _time_updated�_created_by_id�_updated_by_id�_expression�_file_path_prefix�_check_file_path_list�_is_enable_check_failure_limit�_check_failure_limit�_properties)�self�kwargs� r2 �C/usr/lib/python3.9/site-packages/oci/data_catalog/models/pattern.py�__init__3 s^ E��zPattern.__init__c C s | j S )z� **[Required]** Gets the key of this Pattern. Unique pattern key that is immutable. :return: The key of this Pattern. :rtype: str �r! �r0 r2 r2 r3 r � s zPattern.keyc C s || _ dS )z� Sets the key of this Pattern. Unique pattern key that is immutable. :param key: The key of this Pattern. :type: str Nr5 )r0 r r2 r2 r3 r � s c C s | j S )a Gets the display_name of this Pattern. A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this Pattern. :rtype: str �r"