ruạṛ
a N��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 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� �Zd2d3� Zd4d5� Zd6d7� Zd8S )9�CreateApplicationDetailsz; Properties used in application create operations. �INTEGRATION_APPLICATION�CREATING�ACTIVE�UPDATING�DELETING�DELETED�FAILEDc 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 CreateApplicationDetails 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 CreateApplicationDetails. :type key: str :param model_version: The value to assign to the model_version property of this CreateApplicationDetails. :type model_version: str :param model_type: The value to assign to the model_type property of this CreateApplicationDetails. Allowed values for this property are: "INTEGRATION_APPLICATION" :type model_type: str :param name: The value to assign to the name property of this CreateApplicationDetails. :type name: str :param description: The value to assign to the description property of this CreateApplicationDetails. :type description: str :param object_status: The value to assign to the object_status property of this CreateApplicationDetails. :type object_status: int :param identifier: The value to assign to the identifier property of this CreateApplicationDetails. :type identifier: str :param display_name: The value to assign to the display_name property of this CreateApplicationDetails. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateApplicationDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateApplicationDetails. :type defined_tags: dict(str, dict(str, object)) :param lifecycle_state: The value to assign to the lifecycle_state property of this CreateApplicationDetails. 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 CreateApplicationDetails. :type source_application_info: oci.data_integration.models.CreateSourceApplicationInfo :param registry_metadata: The value to assign to the registry_metadata property of this CreateApplicationDetails. :type registry_metadata: oci.data_integration.models.RegistryMetadata �str�intzdict(str, str)zdict(str, dict(str, object))�CreateSourceApplicationInfo�RegistryMetadata) �key� model_version� model_type�name�description� object_status� identifier�display_name� freeform_tags�defined_tags�lifecycle_state�source_application_info�registry_metadatar �modelVersion� modelTyper r �objectStatusr �displayName�freeformTags�definedTags�lifecycleState�sourceApplicationInfo�registryMetadataN)� swagger_types� attribute_map�_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� r9 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/create_application_details.py�__init__, sR =��z!CreateApplicationDetails.__init__c C s | j S )z� Gets the key of this CreateApplicationDetails. Currently not used on application creation. Reserved for future. :return: The key of this CreateApplicationDetails. :rtype: str �r* �r7 r9 r9 r: r � s zCreateApplicationDetails.keyc C s || _ dS )z� Sets the key of this CreateApplicationDetails. Currently not used on application creation. Reserved for future. :param key: The key of this CreateApplicationDetails. :type: str Nr<