ruạṛ
a ���fY3 � @ 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 ZdZdZdZdZdZdd� Ze 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 � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�UpdateMigrationDetailsz* Common Update Migration details. �MYSQL�ORACLE�ONLINE�OFFLINEc K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )a Initializes a new UpdateMigrationDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.database_migration.models.UpdateMySqlMigrationDetails` * :class:`~oci.database_migration.models.UpdateOracleMigrationDetails` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param description: The value to assign to the description property of this UpdateMigrationDetails. :type description: str :param database_combination: The value to assign to the database_combination property of this UpdateMigrationDetails. Allowed values for this property are: "MYSQL", "ORACLE" :type database_combination: str :param type: The value to assign to the type property of this UpdateMigrationDetails. Allowed values for this property are: "ONLINE", "OFFLINE" :type type: str :param display_name: The value to assign to the display_name property of this UpdateMigrationDetails. :type display_name: str :param source_database_connection_id: The value to assign to the source_database_connection_id property of this UpdateMigrationDetails. :type source_database_connection_id: str :param target_database_connection_id: The value to assign to the target_database_connection_id property of this UpdateMigrationDetails. :type target_database_connection_id: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateMigrationDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateMigrationDetails. :type defined_tags: dict(str, dict(str, object)) �strzdict(str, str)zdict(str, dict(str, object)))�description�database_combination�type�display_name�source_database_connection_id�target_database_connection_id� freeform_tags�defined_tagsr �databaseCombinationr ZdisplayNameZsourceDatabaseConnectionIdZtargetDatabaseConnectionIdZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map�_description�_database_combination�_type� _display_name�_source_database_connection_id�_target_database_connection_id�_freeform_tags� _defined_tags)�self�kwargs� r �Z/usr/lib/python3.9/site-packages/oci/database_migration/models/update_migration_details.py�__init__"