ruạṛ
a ���fE � @ 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 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&� �Zed(d)� �Zej d*d)� �Zed+d,� �Zej d-d,� �Zed.d/� �Zej d0d/� �Zed1d2� �Zej d3d2� �Zed4d5� �Zej d6d5� �Zd7d8� Zd9d:� Zd;d<� Zd=S )>�ApplicationDetailsz0 The information about the application. �CREATING�ACTIVE�UPDATING�DELETING�DELETED�FAILEDc K s� dddddddddddddddd�| _ dd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )ag Initializes a new ApplicationDetails 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 ApplicationDetails. :type key: str :param model_type: The value to assign to the model_type property of this ApplicationDetails. :type model_type: str :param model_version: The value to assign to the model_version property of this ApplicationDetails. :type model_version: str :param name: The value to assign to the name property of this ApplicationDetails. :type name: str :param description: The value to assign to the description property of this ApplicationDetails. :type description: str :param application_version: The value to assign to the application_version property of this ApplicationDetails. :type application_version: int :param object_status: The value to assign to the object_status property of this ApplicationDetails. :type object_status: int :param identifier: The value to assign to the identifier property of this ApplicationDetails. :type identifier: str :param parent_ref: The value to assign to the parent_ref property of this ApplicationDetails. :type parent_ref: oci.data_integration.models.ParentReference :param object_version: The value to assign to the object_version property of this ApplicationDetails. :type object_version: int :param metadata: The value to assign to the metadata property of this ApplicationDetails. :type metadata: oci.data_integration.models.ObjectMetadata :param display_name: The value to assign to the display_name property of this ApplicationDetails. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this ApplicationDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ApplicationDetails. :type defined_tags: dict(str, dict(str, object)) :param lifecycle_state: The value to assign to the lifecycle_state property of this ApplicationDetails. Allowed values for this property are: "CREATING", "ACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED" :type lifecycle_state: str �str�intZParentReferenceZObjectMetadatazdict(str, str)zdict(str, dict(str, object)))�key� model_type� model_version�name�description�application_version� object_status� identifier� parent_ref�object_version�metadata�display_name� freeform_tags�defined_tags�lifecycle_stater Z modelTypeZmodelVersionr r ZapplicationVersionZobjectStatusr Z parentRefZ objectVersionr ZdisplayNameZfreeformTagsZdefinedTagsZlifecycleStateN)Z swagger_typesZ attribute_map�_key�_model_type�_model_version�_name�_description�_application_version�_object_status�_identifier�_parent_ref�_object_version� _metadata� _display_name�_freeform_tags� _defined_tags�_lifecycle_state)�self�kwargs� r/ �S/usr/lib/python3.9/site-packages/oci/data_integration/models/application_details.py�__init__* s^ D��zApplicationDetails.__init__c C s | j S )z� **[Required]** Gets the key of this ApplicationDetails. Generated key that can be used in API calls to identify application. :return: The key of this ApplicationDetails. :rtype: str �r �r- r/ r/ r0 r � s zApplicationDetails.keyc C s || _ dS )z� Sets the key of this ApplicationDetails. Generated key that can be used in API calls to identify application. :param key: The key of this ApplicationDetails. :type: str Nr2 )r- r r/ r/ r0 r � s c C s | j S )z� **[Required]** Gets the model_type of this ApplicationDetails. The object type. :return: The model_type of this ApplicationDetails. :rtype: str �r r3 r/ r/ r0 r � s zApplicationDetails.model_typec C s || _ dS )z� Sets the model_type of this ApplicationDetails. The object type. :param model_type: The model_type of this ApplicationDetails. :type: str Nr4 )r- r r/ r/ r0 r � s c C s | j S )z� Gets the model_version of this ApplicationDetails. The object's model version. :return: The model_version of this ApplicationDetails. :rtype: str �r r3 r/ r/ r0 r � s z ApplicationDetails.model_versionc C s || _ dS )z� Sets the model_version of this ApplicationDetails. The object's model version. :param model_version: The model_version of this ApplicationDetails. :type: str Nr5 )r- r r/ r/ r0 r � s c C s | j S )aC Gets the name of this ApplicationDetails. Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters. :return: The name of this ApplicationDetails. :rtype: str �r! r3 r/ r/ r0 r � s zApplicationDetails.namec C s || _ dS )aF Sets the name of this ApplicationDetails. Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters. :param name: The name of this ApplicationDetails. :type: str Nr6 )r- r r/ r/ r0 r � s c C s | j S )z� Gets the description of this ApplicationDetails. Detailed description for the object. :return: The description of this ApplicationDetails. :rtype: str �r"