ruạṛ
a N��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� �Zdd� Zdd� Zdd� ZdS ) �SourceApplicationz} Details about an application running in the source environment that you can migrate to Oracle Cloud Infrastructure. �JCS�SOACS�OIC�OAC�ICS�PCSc K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) a� Initializes a new SourceApplication object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this SourceApplication. :type name: str :param type: The value to assign to the type property of this SourceApplication. Allowed values for this property are: "JCS", "SOACS", "OIC", "OAC", "ICS", "PCS" :type type: str :param source_id: The value to assign to the source_id property of this SourceApplication. :type source_id: str :param version: The value to assign to the version property of this SourceApplication. :type version: str :param state: The value to assign to the state property of this SourceApplication. :type state: str �str)�name�type� source_id�version�stater r �sourceIdr r N)� swagger_types� attribute_map�_name�_type� _source_id�_version�_state)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/application_migration/models/source_application.py�__init__( s"