📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/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: update_data_pump_parameters.cpython-39.pyc
a ���ft( � @ 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 )#�UpdateDataPumpParametersz� Optional parameters for Data Pump Export and Import. If an empty object is specified, the stored Data Pump Parameter details will be removed. �BLOCKS� STATISTICS�TRUNCATE�REPLACE�APPEND�SKIPc K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new UpdateDataPumpParameters 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 UpdateDataPumpParameters. :type is_cluster: bool :param estimate: The value to assign to the estimate property of this UpdateDataPumpParameters. 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 UpdateDataPumpParameters. 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 UpdateDataPumpParameters. :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 UpdateDataPumpParameters. :type import_parallelism_degree: int :param export_parallelism_degree: The value to assign to the export_parallelism_degree property of this UpdateDataPumpParameters. :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 �]/usr/lib/python3.9/site-packages/oci/database_migration/models/update_data_pump_parameters.py�__init__+ s( !� � z!UpdateDataPumpParameters.__init__c C s | j S )z� Gets the is_cluster of this UpdateDataPumpParameters. Set to false to force Data Pump worker process to run on one instance. :return: The is_cluster of this UpdateDataPumpParameters. :rtype: bool �r �r r r r r d s z#UpdateDataPumpParameters.is_clusterc C s || _ dS )z� Sets the is_cluster of this UpdateDataPumpParameters. Set to false to force Data Pump worker process to run on one instance. :param is_cluster: The is_cluster of this UpdateDataPumpParameters. :type: bool Nr! )r r r r r r p s c C s | j S )a Gets the estimate of this UpdateDataPumpParameters. Estimate size of dumps that will be generated. Allowed values for this property are: "BLOCKS", "STATISTICS" :return: The estimate of this UpdateDataPumpParameters. :rtype: str )r r"