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 ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zd d!� Zd"S )#�CreateDataPumpParametersa Optional parameters for Data Pump Export and Import. Refer to `Configuring Optional Initial Load Advanced Settings`__ __ https://docs.us.oracle.com/en/cloud/paas/database-migration/dmsus/working-migration-resources.html#GUID-24BD3054-FDF8-48FF-8492-636C1D4B71ED �BLOCKS� STATISTICS�TRUNCATE�REPLACE�APPEND�SKIPc K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new CreateDataPumpParameters object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param is_cluster: The value to assign to the is_cluster property of this CreateDataPumpParameters. :type is_cluster: bool :param estimate: The value to assign to the estimate property of this CreateDataPumpParameters. Allowed values for this property are: "BLOCKS", "STATISTICS" :type estimate: str :param table_exists_action: The value to assign to the table_exists_action property of this CreateDataPumpParameters. Allowed values for this property are: "TRUNCATE", "REPLACE", "APPEND", "SKIP" :type table_exists_action: str :param exclude_parameters: The value to assign to the exclude_parameters property of this CreateDataPumpParameters. :type exclude_parameters: list[oci.database_migration.models.DataPumpExcludeParameters] :param import_parallelism_degree: The value to assign to the import_parallelism_degree property of this CreateDataPumpParameters. :type import_parallelism_degree: int :param export_parallelism_degree: The value to assign to the export_parallelism_degree property of this CreateDataPumpParameters. :type export_parallelism_degree: int �bool�strzlist[DataPumpExcludeParameters]�int)� is_cluster�estimate�table_exists_action�exclude_parameters�import_parallelism_degree�export_parallelism_degree� isClusterr �tableExistsAction�excludeParameters�importParallelismDegree�exportParallelismDegreeN)� swagger_types� attribute_map�_is_cluster� _estimate�_table_exists_action�_exclude_parameters�_import_parallelism_degree�_export_parallelism_degree)�self�kwargs� r% ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_migration/models/create_data_pump_parameters.py�__init__* s( !� � z!CreateDataPumpParameters.__init__c C s | j S )z� Gets the is_cluster of this CreateDataPumpParameters. Set to false to force Data Pump worker process to run on one instance. :return: The is_cluster of this CreateDataPumpParameters. :rtype: bool �r �r# r% r% r&