ruạṛ
a ���fG7 � @ 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 @ s6 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 � �Zed"d#� �Zej d$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�CreateMigrationDetailsz# Common Migration details. �MYSQL�ORACLE�ONLINE�OFFLINEc K sn dddddddddd� | _ ddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new CreateMigrationDetails 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.CreateMySqlMigrationDetails` * :class:`~oci.database_migration.models.CreateOracleMigrationDetails` 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 CreateMigrationDetails. :type description: str :param compartment_id: The value to assign to the compartment_id property of this CreateMigrationDetails. :type compartment_id: str :param database_combination: The value to assign to the database_combination property of this CreateMigrationDetails. Allowed values for this property are: "MYSQL", "ORACLE" :type database_combination: str :param type: The value to assign to the type property of this CreateMigrationDetails. 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 CreateMigrationDetails. :type display_name: str :param source_database_connection_id: The value to assign to the source_database_connection_id property of this CreateMigrationDetails. :type source_database_connection_id: str :param target_database_connection_id: The value to assign to the target_database_connection_id property of this CreateMigrationDetails. :type target_database_connection_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateMigrationDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateMigrationDetails. :type defined_tags: dict(str, dict(str, object)) �strzdict(str, str)zdict(str, dict(str, object))) �description�compartment_id�database_combination�type�display_name�source_database_connection_id�target_database_connection_id� freeform_tags�defined_tagsr Z compartmentId�databaseCombinationr ZdisplayNameZsourceDatabaseConnectionIdZtargetDatabaseConnectionIdZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_description�_compartment_id�_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/create_migration_details.py�__init__"