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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS )� MetadataRemapz� Defines remapping to be applied to objects as they are processed. Refer to `METADATA_REMAP Procedure `__ __ https://docs.oracle.com/en/database/oracle/oracle-database/19/arpls/DBMS_DATAPUMP.html#GUID-0FC32790-91E6-4781-87A3-229DE024CB3D �SCHEMA� TABLESPACE�DATAFILE�TABLEc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a, Initializes a new MetadataRemap object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this MetadataRemap. Allowed values for this property are: "SCHEMA", "TABLESPACE", "DATAFILE", "TABLE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param old_value: The value to assign to the old_value property of this MetadataRemap. :type old_value: str :param new_value: The value to assign to the new_value property of this MetadataRemap. :type new_value: str �str)�type� old_value� new_valuer �oldValue�newValueN)� swagger_types� attribute_map�_type� _old_value� _new_value)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_migration/models/metadata_remap.py�__init__# s ��zMetadataRemap.__init__c C s | j S )a' **[Required]** Gets the type of this MetadataRemap. Type of remap. Refer to `METADATA_REMAP Procedure `__ __ https://docs.oracle.com/en/database/oracle/oracle-database/19/arpls/DBMS_DATAPUMP.html#GUID-0FC32790-91E6-4781-87A3-229DE024CB3D Allowed values for this property are: "SCHEMA", "TABLESPACE", "DATAFILE", "TABLE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The type of this MetadataRemap. :rtype: str )r �r r r r r G s zMetadataRemap.typec C s g d�}t ||�sd}|| _dS )aK Sets the type of this MetadataRemap. Type of remap. Refer to `METADATA_REMAP Procedure `__ __ https://docs.oracle.com/en/database/oracle/oracle-database/19/arpls/DBMS_DATAPUMP.html#GUID-0FC32790-91E6-4781-87A3-229DE024CB3D :param type: The type of this MetadataRemap. :type: str )r r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r X s c C s | j S )z� **[Required]** Gets the old_value of this MetadataRemap. Specifies the value which needs to be reset. :return: The old_value of this MetadataRemap. :rtype: str �r r r r r r i s zMetadataRemap.old_valuec C s || _ dS )z� Sets the old_value of this MetadataRemap. Specifies the value which needs to be reset. :param old_value: The old_value of this MetadataRemap. :type: str Nr )r r r r r r u s c C s | j S )z� **[Required]** Gets the new_value of this MetadataRemap. Specifies the new value that oldValue should be translated into. :return: The new_value of this MetadataRemap. :rtype: str �r r r r r r � s zMetadataRemap.new_valuec C s || _ dS )z� Sets the new_value of this MetadataRemap. Specifies the new value that oldValue should be translated into. :param new_value: The new_value of this MetadataRemap. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zMetadataRemap.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zMetadataRemap.__eq__c C s | |k S r r r# r r r �__ne__� s zMetadataRemap.__ne__N)�__name__� __module__�__qualname__�__doc__�TYPE_SCHEMA�TYPE_TABLESPACE� TYPE_DATAFILE� TYPE_TABLEr �propertyr �setterr r r! r% r&