ruạṛ
a ���fG � @ 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 )>�UpdateApplicationDetailsz; Properties used in application create operations. �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 )a� Initializes a new UpdateApplicationDetails 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 UpdateApplicationDetails. :type key: str :param model_type: The value to assign to the model_type property of this UpdateApplicationDetails. :type model_type: str :param model_version: The value to assign to the model_version property of this UpdateApplicationDetails. :type model_version: str :param name: The value to assign to the name property of this UpdateApplicationDetails. :type name: str :param description: The value to assign to the description property of this UpdateApplicationDetails. :type description: str :param application_version: The value to assign to the application_version property of this UpdateApplicationDetails. :type application_version: int :param object_status: The value to assign to the object_status property of this UpdateApplicationDetails. :type object_status: int :param identifier: The value to assign to the identifier property of this UpdateApplicationDetails. :type identifier: str :param parent_ref: The value to assign to the parent_ref property of this UpdateApplicationDetails. :type parent_ref: oci.data_integration.models.ParentReference :param object_version: The value to assign to the object_version property of this UpdateApplicationDetails. :type object_version: int :param metadata: The value to assign to the metadata property of this UpdateApplicationDetails. :type metadata: oci.data_integration.models.ObjectMetadata :param display_name: The value to assign to the display_name property of this UpdateApplicationDetails. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateApplicationDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateApplicationDetails. :type defined_tags: dict(str, dict(str, object)) :param lifecycle_state: The value to assign to the lifecycle_state property of this UpdateApplicationDetails. 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/ �Z/usr/lib/python3.9/site-packages/oci/data_integration/models/update_application_details.py�__init__* s^ D��z!UpdateApplicationDetails.__init__c C s | j S )z� **[Required]** Gets the key of this UpdateApplicationDetails. Generated key that can be used in API calls to identify application. :return: The key of this UpdateApplicationDetails. :rtype: str �r �r- r/ r/ r0 r � s zUpdateApplicationDetails.keyc C s || _ dS )z� Sets the key of this UpdateApplicationDetails. Generated key that can be used in API calls to identify application. :param key: The key of this UpdateApplicationDetails. :type: str Nr2 )r- r r/ r/ r0 r � s c C s | j S )z� **[Required]** Gets the model_type of this UpdateApplicationDetails. The object type. :return: The model_type of this UpdateApplicationDetails. :rtype: str �r r3 r/ r/ r0 r � s z#UpdateApplicationDetails.model_typec C s || _ dS )z� Sets the model_type of this UpdateApplicationDetails. The object type. :param model_type: The model_type of this UpdateApplicationDetails. :type: str Nr4 )r- r r/ r/ r0 r � s c C s | j S )z� Gets the model_version of this UpdateApplicationDetails. The object's model version. :return: The model_version of this UpdateApplicationDetails. :rtype: str �r r3 r/ r/ r0 r � s z&UpdateApplicationDetails.model_versionc C s || _ dS )z� Sets the model_version of this UpdateApplicationDetails. The object's model version. :param model_version: The model_version of this UpdateApplicationDetails. :type: str Nr5 )r- r r/ r/ r0 r � s c C s | j S )aO Gets the name of this UpdateApplicationDetails. 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 UpdateApplicationDetails. :rtype: str �r! r3 r/ r/ r0 r � s zUpdateApplicationDetails.namec C s || _ dS )aR Sets the name of this UpdateApplicationDetails. 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 UpdateApplicationDetails. :type: str Nr6 )r- r r/ r/ r0 r � s c C s | j S )z� Gets the description of this UpdateApplicationDetails. Detailed description for the object. :return: The description of this UpdateApplicationDetails. :rtype: str �r"