ruạṛ
a N��f A � @ 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� �Zd3d4� Zd5d6� Zd7d8� Zd9S ):�Catalogz� A data catalog enables you to collect, organize, find, access, understand, enrich, and activate technical, business, and operational metadata. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILED�MOVINGc K s� dddddddddddddd� | _ dd d ddd dddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new Catalog object with values from keyword arguments. 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 Catalog. :type id: str :param display_name: The value to assign to the display_name property of this Catalog. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this Catalog. :type compartment_id: str :param time_created: The value to assign to the time_created property of this Catalog. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Catalog. :type time_updated: datetime :param service_api_url: The value to assign to the service_api_url property of this Catalog. :type service_api_url: str :param service_console_url: The value to assign to the service_console_url property of this Catalog. :type service_console_url: str :param number_of_objects: The value to assign to the number_of_objects property of this Catalog. :type number_of_objects: int :param lifecycle_state: The value to assign to the lifecycle_state property of this Catalog. 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 lifecycle_details: The value to assign to the lifecycle_details property of this Catalog. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this Catalog. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Catalog. :type defined_tags: dict(str, dict(str, object)) :param attached_catalog_private_endpoints: The value to assign to the attached_catalog_private_endpoints property of this Catalog. :type attached_catalog_private_endpoints: list[str] �str�datetime�intzdict(str, str)zdict(str, dict(str, object))z list[str]) �id�display_name�compartment_id�time_created�time_updated�service_api_url�service_console_url�number_of_objects�lifecycle_state�lifecycle_details� freeform_tags�defined_tags�"attached_catalog_private_endpointsr �displayName� compartmentId�timeCreated�timeUpdated� serviceApiUrl�serviceConsoleUrl�numberOfObjects�lifecycleState�lifecycleDetails�freeformTags�definedTags�attachedCatalogPrivateEndpointsN)� swagger_types� attribute_map�_id� _display_name�_compartment_id� _time_created� _time_updated�_service_api_url�_service_console_url�_number_of_objects�_lifecycle_state�_lifecycle_details�_freeform_tags� _defined_tags�#_attached_catalog_private_endpoints)�self�kwargs� r<