📂 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.5 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: migration_job_progress_summary.cpython-39.pyc
a ���f5 � @ 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 ZdZ dZd ZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdd� Ze dd � �Z!e!j"d!d � �Z!e d"d#� �Z#e#j"d$d#� �Z#e d%d&� �Z$e$j"d'd&� �Z$d(d)� Z%d*d+� Z&d,d-� Z'd.S )/�MigrationJobProgressSummaryz5 Summary of the progress of a Migration Job. �ODMS_VALIDATE_TGT�ODMS_VALIDATE_SRC�"ODMS_VALIDATE_PREMIGRATION_ADVISOR�ODMS_VALIDATE_GG_HUB�ODMS_VALIDATE_DATAPUMP_SETTINGS�#ODMS_VALIDATE_DATAPUMP_SETTINGS_SRC�#ODMS_VALIDATE_DATAPUMP_SETTINGS_TGT�ODMS_VALIDATE_DATAPUMP_SRC�#ODMS_VALIDATE_DATAPUMP_ESTIMATE_SRC�ODMS_FETCH_METADATA_SRC�ODMS_FETCH_METADATA_TGT� ODMS_VALIDATE�ODMS_PREPARE�*ODMS_INITIALIZE_REPLICATION_INFRASTRUCTURE�ODMS_INITIAL_LOAD_EXPORT�ODMS_DATA_UPLOAD�$ODMS_INITIAL_LOAD_EXPORT_DATA_UPLOAD�ODMS_INITIAL_LOAD_IMPORT�ODMS_POST_INITIAL_LOAD�ODMS_PREPARE_REPLICATION_TARGET�ODMS_MONITOR_REPLICATION_LAG�ODMS_SWITCHOVER�ODMS_CLEANUP�PENDING�STARTED� COMPLETED�FAILEDc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new MigrationJobProgressSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param current_phase: The value to assign to the current_phase property of this MigrationJobProgressSummary. Allowed values for this property are: "ODMS_VALIDATE_TGT", "ODMS_VALIDATE_SRC", "ODMS_VALIDATE_PREMIGRATION_ADVISOR", "ODMS_VALIDATE_GG_HUB", "ODMS_VALIDATE_DATAPUMP_SETTINGS", "ODMS_VALIDATE_DATAPUMP_SETTINGS_SRC", "ODMS_VALIDATE_DATAPUMP_SETTINGS_TGT", "ODMS_VALIDATE_DATAPUMP_SRC", "ODMS_VALIDATE_DATAPUMP_ESTIMATE_SRC", "ODMS_FETCH_METADATA_SRC", "ODMS_FETCH_METADATA_TGT", "ODMS_VALIDATE", "ODMS_PREPARE", "ODMS_INITIALIZE_REPLICATION_INFRASTRUCTURE", "ODMS_INITIAL_LOAD_EXPORT", "ODMS_DATA_UPLOAD", "ODMS_INITIAL_LOAD_EXPORT_DATA_UPLOAD", "ODMS_INITIAL_LOAD_IMPORT", "ODMS_POST_INITIAL_LOAD", "ODMS_PREPARE_REPLICATION_TARGET", "ODMS_MONITOR_REPLICATION_LAG", "ODMS_SWITCHOVER", "ODMS_CLEANUP", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type current_phase: str :param current_status: The value to assign to the current_status property of this MigrationJobProgressSummary. Allowed values for this property are: "PENDING", "STARTED", "COMPLETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type current_status: str :param job_progress: The value to assign to the job_progress property of this MigrationJobProgressSummary. :type job_progress: int �str�int)� current_phase�current_status�job_progressZcurrentPhaseZ currentStatusZjobProgressN)Z swagger_typesZ attribute_map�_current_phase�_current_status� _job_progress)�self�kwargs� r, �`/usr/lib/python3.9/site-packages/oci/database_migration/models/migration_job_progress_summary.py�__init__~ s ��z$MigrationJobProgressSummary.__init__c C s | j S )a **[Required]** Gets the current_phase of this MigrationJobProgressSummary. Current phase of the job. Allowed values for this property are: "ODMS_VALIDATE_TGT", "ODMS_VALIDATE_SRC", "ODMS_VALIDATE_PREMIGRATION_ADVISOR", "ODMS_VALIDATE_GG_HUB", "ODMS_VALIDATE_DATAPUMP_SETTINGS", "ODMS_VALIDATE_DATAPUMP_SETTINGS_SRC", "ODMS_VALIDATE_DATAPUMP_SETTINGS_TGT", "ODMS_VALIDATE_DATAPUMP_SRC", "ODMS_VALIDATE_DATAPUMP_ESTIMATE_SRC", "ODMS_FETCH_METADATA_SRC", "ODMS_FETCH_METADATA_TGT", "ODMS_VALIDATE", "ODMS_PREPARE", "ODMS_INITIALIZE_REPLICATION_INFRASTRUCTURE", "ODMS_INITIAL_LOAD_EXPORT", "ODMS_DATA_UPLOAD", "ODMS_INITIAL_LOAD_EXPORT_DATA_UPLOAD", "ODMS_INITIAL_LOAD_IMPORT", "ODMS_POST_INITIAL_LOAD", "ODMS_PREPARE_REPLICATION_TARGET", "ODMS_MONITOR_REPLICATION_LAG", "ODMS_SWITCHOVER", "ODMS_CLEANUP", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The current_phase of this MigrationJobProgressSummary. :rtype: str )r'