ruạṛ
a N��fJ � @ 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 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*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zd5d6� Zd7d8� Zd9d:� Zd;S )<�CreateDisApplicationDetailsz; Properties used in application create operations. �INTEGRATION_APPLICATION�CREATING�ACTIVE�UPDATING�DELETING�DELETED�FAILEDc K s� ddddddddddddddd�| _ dd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a� Initializes a new CreateDisApplicationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this CreateDisApplicationDetails. :type compartment_id: str :param key: The value to assign to the key property of this CreateDisApplicationDetails. :type key: str :param model_version: The value to assign to the model_version property of this CreateDisApplicationDetails. :type model_version: str :param model_type: The value to assign to the model_type property of this CreateDisApplicationDetails. Allowed values for this property are: "INTEGRATION_APPLICATION" :type model_type: str :param name: The value to assign to the name property of this CreateDisApplicationDetails. :type name: str :param description: The value to assign to the description property of this CreateDisApplicationDetails. :type description: str :param object_status: The value to assign to the object_status property of this CreateDisApplicationDetails. :type object_status: int :param identifier: The value to assign to the identifier property of this CreateDisApplicationDetails. :type identifier: str :param display_name: The value to assign to the display_name property of this CreateDisApplicationDetails. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateDisApplicationDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateDisApplicationDetails. :type defined_tags: dict(str, dict(str, object)) :param lifecycle_state: The value to assign to the lifecycle_state property of this CreateDisApplicationDetails. Allowed values for this property are: "CREATING", "ACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED" :type lifecycle_state: str :param source_application_info: The value to assign to the source_application_info property of this CreateDisApplicationDetails. :type source_application_info: oci.data_integration.models.CreateSourceApplicationInfo :param registry_metadata: The value to assign to the registry_metadata property of this CreateDisApplicationDetails. :type registry_metadata: oci.data_integration.models.RegistryMetadata �str�intzdict(str, str)zdict(str, dict(str, object))�CreateSourceApplicationInfo�RegistryMetadata)�compartment_id�key� model_version� model_type�name�description� object_status� identifier�display_name� freeform_tags�defined_tags�lifecycle_state�source_application_info�registry_metadata� compartmentIdr �modelVersion� modelTyper r �objectStatusr �displayName�freeformTags�definedTags�lifecycleState�sourceApplicationInfo�registryMetadataN)� swagger_types� attribute_map�_compartment_id�_key�_model_version�_model_type�_name�_description�_object_status�_identifier� _display_name�_freeform_tags� _defined_tags�_lifecycle_state�_source_application_info�_registry_metadata)�self�kwargs� r<