📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
database_migration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_migration/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: data_pump_parameters.cpython-39.pyc
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 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 )#�DataPumpParametersz> Optional parameters for Data Pump Export and Import. �BLOCKS� STATISTICS�TRUNCATE�REPLACE�APPEND�SKIPc K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new DataPumpParameters 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 DataPumpParameters. :type is_cluster: bool :param estimate: The value to assign to the estimate property of this DataPumpParameters. Allowed values for this property are: "BLOCKS", "STATISTICS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type estimate: str :param table_exists_action: The value to assign to the table_exists_action property of this DataPumpParameters. Allowed values for this property are: "TRUNCATE", "REPLACE", "APPEND", "SKIP", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type table_exists_action: str :param exclude_parameters: The value to assign to the exclude_parameters property of this DataPumpParameters. :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 DataPumpParameters. :type import_parallelism_degree: int :param export_parallelism_degree: The value to assign to the export_parallelism_degree property of this DataPumpParameters. :type export_parallelism_degree: int �bool�strzlist[DataPumpExcludeParameters]�int)� is_cluster�estimate�table_exists_action�exclude_parameters�import_parallelism_degree�export_parallelism_degreeZ isClusterr ZtableExistsActionZexcludeParametersZimportParallelismDegreeZexportParallelismDegreeN)Z swagger_typesZ attribute_map�_is_cluster� _estimate�_table_exists_action�_exclude_parameters�_import_parallelism_degree�_export_parallelism_degree)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/database_migration/models/data_pump_parameters.py�__init__* s( #� � zDataPumpParameters.__init__c C s | j S )z� Gets the is_cluster of this DataPumpParameters. Set to false to force Data Pump worker process to run on one instance. :return: The is_cluster of this DataPumpParameters. :rtype: bool �r �r r r r r e s zDataPumpParameters.is_clusterc C s || _ dS )z� Sets the is_cluster of this DataPumpParameters. Set to false to force Data Pump worker process to run on one instance. :param is_cluster: The is_cluster of this DataPumpParameters. :type: bool Nr! )r r r r r r q s c C s | j S )a� Gets the estimate of this DataPumpParameters. Estimate size of dumps that will be generated. Allowed values for this property are: "BLOCKS", "STATISTICS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The estimate of this DataPumpParameters. :rtype: str )r r"