ruạṛ
a ���f�6 � @ 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 @ sP e Zd ZdZdZdZdZdZdd� Ze dd � �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/� Repositoryz3 The metadata for the artifact repository. �GENERIC� AVAILABLE�DELETING�DELETEDc K sx ddddddddddd� | _ ddd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new Repository object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.artifacts.models.GenericRepository` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this Repository. :type id: str :param display_name: The value to assign to the display_name property of this Repository. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this Repository. :type compartment_id: str :param repository_type: The value to assign to the repository_type property of this Repository. Allowed values for this property are: "GENERIC", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type repository_type: str :param description: The value to assign to the description property of this Repository. :type description: str :param is_immutable: The value to assign to the is_immutable property of this Repository. :type is_immutable: bool :param lifecycle_state: The value to assign to the lifecycle_state property of this Repository. Allowed values for this property are: "AVAILABLE", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this Repository. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Repository. :type defined_tags: dict(str, dict(str, object)) :param time_created: The value to assign to the time_created property of this Repository. :type time_created: datetime �str�boolzdict(str, str)zdict(str, dict(str, object))Zdatetime) �id�display_name�compartment_id�repository_type�description�is_immutable�lifecycle_state� freeform_tags�defined_tags�time_createdr ZdisplayNameZ compartmentId�repositoryTyper ZisImmutableZlifecycleStateZfreeformTagsZdefinedTagsZtimeCreatedN)Z swagger_typesZ attribute_map�_id� _display_name�_compartment_id�_repository_type�_description� _is_immutable�_lifecycle_state�_freeform_tags� _defined_tags� _time_created)�self�kwargs� r$ �C/usr/lib/python3.9/site-packages/oci/artifacts/models/repository.py�__init__"