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 @ sj e Zd ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zd,d-� Zd.d/� Zd0d1� Zd2S )3�Registrya> A registry is an organizational construct to keep multiple data connectivity management solutions and their resources (data assets, data flows, tasks, and so on) separate from each other, helping you to stay organized. For example, you could have separate registries for development, testing, and production. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILEDc K s� dddddddddddd�| _ dddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new Registry object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param freeform_tags: The value to assign to the freeform_tags property of this Registry. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Registry. :type defined_tags: dict(str, dict(str, object)) :param description: The value to assign to the description property of this Registry. :type description: str :param display_name: The value to assign to the display_name property of this Registry. :type display_name: str :param updated_by: The value to assign to the updated_by property of this Registry. :type updated_by: str :param compartment_id: The value to assign to the compartment_id property of this Registry. :type compartment_id: str :param time_created: The value to assign to the time_created property of this Registry. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Registry. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this Registry. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param state_message: The value to assign to the state_message property of this Registry. :type state_message: str :param id: The value to assign to the id property of this Registry. :type id: str zdict(str, str)zdict(str, dict(str, object))�str�datetime)� freeform_tags�defined_tags�description�display_name� updated_by�compartment_id�time_created�time_updated�lifecycle_state� state_message�id�freeformTags�definedTagsr �displayName� updatedBy� compartmentId�timeCreated�timeUpdated�lifecycleState�stateMessager N) � swagger_types� attribute_map�_freeform_tags� _defined_tags�_description� _display_name�_updated_by�_compartment_id� _time_created� _time_updated�_lifecycle_state�_state_message�_id)�self�kwargs� r3 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/registry.py�__init__, sF 5��zRegistry.__init__c C s | j S )a8 Gets the freeform_tags of this Registry. Simple key-value pair that is applied without any predefined name, type, or scope. Exists only for cross-compatibility. Example: `{"bar-key": "value"}` :return: The freeform_tags of this Registry. :rtype: dict(str, str) �r&