ruạṛ
a N��fu: � @ 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 Zd ZdZ dZd d� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zed'd(� �Zejd)d(� �Zed*d+� �Zejd,d+� �Zd-d.� Zd/d0� Zd1d2� Zd3S )4� SourceSummaryz� Details of the source. In Application Migration, a source refers to the environment from which the application is migrated to Oracle Cloud Infrastructure. �OCIC�INTERNAL_COMPUTE�OCC� OCIC_IDCS�IMPORT�CREATING�DELETING�UPDATING�ACTIVE�INACTIVE�DELETEDc K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )aa Initializes a new SourceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this SourceSummary. :type id: str :param type: The value to assign to the type property of this SourceSummary. Allowed values for this property are: "OCIC", "INTERNAL_COMPUTE", "OCC", "OCIC_IDCS", "IMPORT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param compartment_id: The value to assign to the compartment_id property of this SourceSummary. :type compartment_id: str :param display_name: The value to assign to the display_name property of this SourceSummary. :type display_name: str :param description: The value to assign to the description property of this SourceSummary. :type description: str :param time_created: The value to assign to the time_created property of this SourceSummary. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this SourceSummary. Allowed values for this property are: "CREATING", "DELETING", "UPDATING", "ACTIVE", "INACTIVE", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this SourceSummary. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this SourceSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this SourceSummary. :type defined_tags: dict(str, dict(str, object)) �str�datetimezdict(str, str)zdict(str, dict(str, object))) �id�type�compartment_id�display_name�description�time_created�lifecycle_state�lifecycle_details� freeform_tags�defined_tagsr r � compartmentId�displayNamer �timeCreated�lifecycleState�lifecycleDetails�freeformTags�definedTagsN)� swagger_types� attribute_map�_id�_type�_compartment_id� _display_name�_description� _time_created�_lifecycle_state�_lifecycle_details�_freeform_tags� _defined_tags)�self�kwargs� r3 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/application_migration/models/source_summary.py�__init__<