ruạṛ
a ���f.E � @ 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))ZCreateSourceApplicationInfoZRegistryMetadata) �key� model_version� model_type�name�description� object_status� identifier�display_name� freeform_tags�defined_tags�lifecycle_state�source_application_info�registry_metadatar ZmodelVersionZ modelTyper r ZobjectStatusr ZdisplayNameZfreeformTagsZdefinedTagsZlifecycleStateZsourceApplicationInfoZregistryMetadataN)Z swagger_typesZ 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� r, �Z/usr/lib/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 �r* r, r, 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/ )r* r r, r, r- r � s c C s | j S )z� Gets the model_version of this CreateApplicationDetails. The object's model version. :return: The model_version of this CreateApplicationDetails. :rtype: str �r r0 r, r, r- r � s z&CreateApplicationDetails.model_versionc C s || _ dS )z� Sets the model_version of this CreateApplicationDetails. The object's model version. :param model_version: The model_version of this CreateApplicationDetails. :type: str Nr1 )r* r r, r, r- r � s c C s | j S )a Gets the model_type of this CreateApplicationDetails. The type of the application. Allowed values for this property are: "INTEGRATION_APPLICATION" :return: The model_type of this CreateApplicationDetails. :rtype: str )r r0 r, r, r- r � s z#CreateApplicationDetails.model_typec C s( dg}t ||�std|� ���|| _dS )z� Sets the model_type of this CreateApplicationDetails. The type of the application. :param model_type: The model_type of this CreateApplicationDetails. :type: str r z7Invalid value for `model_type`, must be None or one of N)r � ValueErrorr )r* r �allowed_valuesr, r, r- r � s �c C s | j S )a^ **[Required]** Gets the name of this CreateApplicationDetails. 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 CreateApplicationDetails. :rtype: str �r r0 r, r, r- r � s zCreateApplicationDetails.namec C s || _ dS )aR Sets the name of this CreateApplicationDetails. 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 CreateApplicationDetails. :type: str Nr4 )r* r r, r, r- r � s c C s | j S )z� Gets the description of this CreateApplicationDetails. Detailed description for the object. :return: The description of this CreateApplicationDetails. :rtype: str �r! r0 r, r, r- r � s z$CreateApplicationDetails.descriptionc C s || _ dS )z� Sets the description of this CreateApplicationDetails. Detailed description for the object. :param description: The description of this CreateApplicationDetails. :type: str Nr5 )r* r r, r, r- r s c C s | j S )a Gets the object_status of this CreateApplicationDetails. The status of an object that can be set to value 1 for shallow references across objects, other values reserved. :return: The object_status of this CreateApplicationDetails. :rtype: int �r"