📂 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: my_sql_initial_load_settings.cpython-39.pyc
a ���f�0 � @ 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 dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Zd!d"� Zd#d$� Zd%d&� Zd'S )(�MySqlInitialLoadSettingsz Optional dump settings �NONE�IGNORE_MISSING_PKS�CREATE_INVISIBLE_PKS�ABORT�DROP_ACCOUNT�IGNORE�FULL�SCHEMAc K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a Initializes a new MySqlInitialLoadSettings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param is_consistent: The value to assign to the is_consistent property of this MySqlInitialLoadSettings. :type is_consistent: bool :param is_tz_utc: The value to assign to the is_tz_utc property of this MySqlInitialLoadSettings. :type is_tz_utc: bool :param compatibility: The value to assign to the compatibility property of this MySqlInitialLoadSettings. :type compatibility: list[oci.database_migration.models.CompatibilityOption] :param primary_key_compatibility: The value to assign to the primary_key_compatibility property of this MySqlInitialLoadSettings. Allowed values for this property are: "NONE", "IGNORE_MISSING_PKS", "CREATE_INVISIBLE_PKS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type primary_key_compatibility: str :param is_ignore_existing_objects: The value to assign to the is_ignore_existing_objects property of this MySqlInitialLoadSettings. :type is_ignore_existing_objects: bool :param handle_grant_errors: The value to assign to the handle_grant_errors property of this MySqlInitialLoadSettings. Allowed values for this property are: "ABORT", "DROP_ACCOUNT", "IGNORE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type handle_grant_errors: str :param job_mode: The value to assign to the job_mode property of this MySqlInitialLoadSettings. Allowed values for this property are: "FULL", "SCHEMA", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type job_mode: str �boolzlist[CompatibilityOption]�str)� is_consistent� is_tz_utc� compatibility�primary_key_compatibility�is_ignore_existing_objects�handle_grant_errors�job_modeZisConsistentZisTzUtcr ZprimaryKeyCompatibilityZisIgnoreExistingObjectsZhandleGrantErrorsZjobModeN) Z swagger_typesZ attribute_map�_is_consistent� _is_tz_utc�_compatibility�_primary_key_compatibility�_is_ignore_existing_objects�_handle_grant_errors� _job_mode)�self�kwargs� r! �^/usr/lib/python3.9/site-packages/oci/database_migration/models/my_sql_initial_load_settings.py�__init__2 s. )�� z!MySqlInitialLoadSettings.__init__c C s | j S )a Gets the is_consistent of this MySqlInitialLoadSettings. Enable (true) or disable (false) consistent data dumps by locking the instance for backup during the dump. :return: The is_consistent of this MySqlInitialLoadSettings. :rtype: bool �r �r r! r! r"