ruạṛ
a N��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 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"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+�PatternSummaryz� Summary of a pattern. 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 sd ddddddddd�| _ dddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS ) aU Initializes a new PatternSummary 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 PatternSummary. :type key: str :param display_name: The value to assign to the display_name property of this PatternSummary. :type display_name: str :param description: The value to assign to the description property of this PatternSummary. :type description: str :param catalog_id: The value to assign to the catalog_id property of this PatternSummary. :type catalog_id: str :param time_created: The value to assign to the time_created property of this PatternSummary. :type time_created: datetime :param expression: The value to assign to the expression property of this PatternSummary. :type expression: str :param file_path_prefix: The value to assign to the file_path_prefix property of this PatternSummary. :type file_path_prefix: str :param lifecycle_state: The value to assign to the lifecycle_state property of this PatternSummary. 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 �str�datetime)�key�display_name�description� catalog_id�time_created� expression�file_path_prefix�lifecycle_stater �displayNamer � catalogId�timeCreatedr �filePathPrefix�lifecycleStateN) � swagger_types� attribute_map�_key� _display_name�_description�_catalog_id� _time_created�_expression�_file_path_prefix�_lifecycle_state)�self�kwargs� r* ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_catalog/models/pattern_summary.py�__init__1 s4 )��zPatternSummary.__init__c C s | j S )z� **[Required]** Gets the key of this PatternSummary. Unique pattern key that is immutable. :return: The key of this PatternSummary. :rtype: str �r �r( r* r* r+ r x s zPatternSummary.keyc C s || _ dS )z� Sets the key of this PatternSummary. Unique pattern key that is immutable. :param key: The key of this PatternSummary. :type: str Nr- )r( r r* r* r+ r � s c C s | j S )a Gets the display_name of this PatternSummary. 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 PatternSummary. :rtype: str �r! r. r* r* r+ r � s zPatternSummary.display_namec C s || _ dS )a" Sets the display_name of this PatternSummary. A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :param display_name: The display_name of this PatternSummary. :type: str Nr/ )r( r r* r* r+ r � s c C s | j S )z� Gets the description of this PatternSummary. Detailed description of the pattern. :return: The description of this PatternSummary. :rtype: str �r"