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 dZ d Zd ZdZ dZd ZdZdZdZdZdZdZdZdZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Z e jd#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_VALIDATE�ODMS_PREPARE�ODMS_INITIAL_LOAD_EXPORT�ODMS_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 )aL 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_VALIDATE", "ODMS_PREPARE", "ODMS_INITIAL_LOAD_EXPORT", "ODMS_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_progress�currentPhase� currentStatus�jobProgressN)� swagger_types� attribute_map�_current_phase�_current_status� _job_progress)�self�kwargs� r- ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_migration/models/migration_job_progress_summary.py�__init__l 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_VALIDATE", "ODMS_PREPARE", "ODMS_INITIAL_LOAD_EXPORT", "ODMS_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( �r+ r- r- r. r � s z)MigrationJobProgressSummary.current_phasec C s g d�}t ||�sd}|| _dS )z� Sets the current_phase of this MigrationJobProgressSummary. Current phase of the job. :param current_phase: The current_phase of this MigrationJobProgressSummary. :type: str )r r r r r r r r r r r r r r r r r r r �UNKNOWN_ENUM_VALUEN)r r( )r+ r �allowed_valuesr- r- r. r � s c C s | j S )a� **[Required]** Gets the current_status of this MigrationJobProgressSummary. Current status of the job. 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'. :return: The current_status of this MigrationJobProgressSummary. :rtype: str )r) r0 r- r- r. r! � s z*MigrationJobProgressSummary.current_statusc C s g d�}t ||�sd}|| _dS )z� Sets the current_status of this MigrationJobProgressSummary. Current status of the job. :param current_status: The current_status of this MigrationJobProgressSummary. :type: str )r r r r r1 N)r r) )r+ r! r2 r- r- r. r! � s c C s | j S )z� **[Required]** Gets the job_progress of this MigrationJobProgressSummary. Job progress percentage (0 - 100) :return: The job_progress of this MigrationJobProgressSummary. :rtype: int �r* r0 r- r- r. r"