ruạṛ
a N��f" � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�TargetTypeTablespaceDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sN e Zd ZdZdZdd� Zedd� �Zejdd� �Zdd � Z d d� Z dd � ZdS )�ADBServerlesTablespaceDetailszW Migration tablespace settings valid for ADB-D target type using remap feature �DATAc K s. ddd�| _ ddd�| _d| _d| _d| _dS )a� Initializes a new ADBServerlesTablespaceDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.database_migration.models.ADBServerlesTablespaceDetails.target_type` attribute of this class is ``ADB_S_REMAP`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param target_type: The value to assign to the target_type property of this ADBServerlesTablespaceDetails. Allowed values for this property are: "ADB_S_REMAP", "ADB_D_REMAP", "ADB_D_AUTOCREATE", "NON_ADB_REMAP", "NON_ADB_AUTOCREATE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type target_type: str :param remap_target: The value to assign to the remap_target property of this ADBServerlesTablespaceDetails. Allowed values for this property are: "DATA", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type remap_target: str �str)�target_type�remap_target� targetType�remapTargetN�ADB_S_REMAP)� swagger_types� attribute_map�_target_type� _remap_target)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_migration/models/adb_serverles_tablespace_details.py�__init__ s ��z&ADBServerlesTablespaceDetails.__init__c C s | j S )a� Gets the remap_target of this ADBServerlesTablespaceDetails. Name of tablespace at target to which the source database tablespace need to be remapped. Allowed values for this property are: "DATA", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The remap_target of this ADBServerlesTablespaceDetails. :rtype: str )r �r r r r r 5 s z*ADBServerlesTablespaceDetails.remap_targetc C s dg}t ||�sd}|| _dS )a Sets the remap_target of this ADBServerlesTablespaceDetails. Name of tablespace at target to which the source database tablespace need to be remapped. :param remap_target: The remap_target of this ADBServerlesTablespaceDetails. :type: str r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r D s c C s t | �S �N)r r r r r �__repr__S s z&ADBServerlesTablespaceDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__V s z$ADBServerlesTablespaceDetails.__eq__c C s | |k S r r r r r r �__ne__\ s z$ADBServerlesTablespaceDetails.__ne__N)�__name__� __module__�__qualname__�__doc__�REMAP_TARGET_DATAr �propertyr �setterr r! r"