ruạṛ
a N��f�F � @ 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�int�ParentReference�ObjectMetadatazdict(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 � modelType�modelVersionr r �applicationVersion�objectStatusr � parentRef� objectVersionr �displayName�freeformTags�definedTags�lifecycleStateN)� swagger_types� 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= ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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= r>