ruạṛ
a ���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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z dd� Zdd� Zdd� ZdS )�MigrationObjectSummaryz? Database objects to include or exclude from migration �EXCLUDE�INCLUDEc K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new MigrationObjectSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param owner: The value to assign to the owner property of this MigrationObjectSummary. :type owner: str :param object_name: The value to assign to the object_name property of this MigrationObjectSummary. :type object_name: str :param type: The value to assign to the type property of this MigrationObjectSummary. :type type: str :param object_status: The value to assign to the object_status property of this MigrationObjectSummary. Allowed values for this property are: "EXCLUDE", "INCLUDE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type object_status: str :param is_omit_excluded_table_from_replication: The value to assign to the is_omit_excluded_table_from_replication property of this MigrationObjectSummary. :type is_omit_excluded_table_from_replication: bool �str�bool)�owner�object_name�type� object_status�'is_omit_excluded_table_from_replicationr Z objectNamer ZobjectStatusZ"isOmitExcludedTableFromReplicationN)Z swagger_typesZ attribute_map�_owner�_object_name�_type�_object_status�(_is_omit_excluded_table_from_replication)�self�kwargs� r �Z/usr/lib/python3.9/site-packages/oci/database_migration/models/migration_object_summary.py�__init__ s"