ruạṛ
a N��f!e � @ 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 ZdZdZdZdZdZdZdZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Z e jd$d#� �Z ed%d&� �Z!e!jd'd&� �Z!ed(d)� �Z"e"jd*d)� �Z"ed+d,� �Z#e#jd-d,� �Z#ed.d/� �Z$e$jd0d/� �Z$ed1d2� �Z%e%jd3d2� �Z%ed4d5� �Z&e&jd6d5� �Z&ed7d8� �Z'e'jd9d8� �Z'ed:d;� �Z(e(jd<d;� �Z(ed=d>� �Z)e)jd?d>� �Z)ed@dA� �Z*e*jdBdA� �Z*edCdD� �Z+e+jdEdD� �Z+edFdG� �Z,e,jdHdG� �Z,edIdJ� �Z-e-jdKdJ� �Z-edLdM� �Z.e.jdNdM� �Z.dOdP� Z/dQdR� Z0dSdT� Z1dUS )V�MigrationSummaryz Migration resource �ONLINE�OFFLINE�CREATING�UPDATING�ACTIVE�IN_PROGRESS�ACCEPTED� SUCCEEDED�CANCELED�WAITING�NEEDS_ATTENTION�INACTIVE�DELETING�DELETED�FAILED�READY�ABORTING� VALIDATING� VALIDATED� MIGRATING�DONEc K s� ddddddddddddddddddd�| _ ddd d ddd dddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _dS )at Initializes a new MigrationSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this MigrationSummary. :type id: str :param display_name: The value to assign to the display_name property of this MigrationSummary. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this MigrationSummary. :type compartment_id: str :param type: The value to assign to the type property of this MigrationSummary. Allowed values for this property are: "ONLINE", "OFFLINE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param source_database_connection_id: The value to assign to the source_database_connection_id property of this MigrationSummary. :type source_database_connection_id: str :param source_container_database_connection_id: The value to assign to the source_container_database_connection_id property of this MigrationSummary. :type source_container_database_connection_id: str :param target_database_connection_id: The value to assign to the target_database_connection_id property of this MigrationSummary. :type target_database_connection_id: str :param executing_job_id: The value to assign to the executing_job_id property of this MigrationSummary. :type executing_job_id: str :param agent_id: The value to assign to the agent_id property of this MigrationSummary. :type agent_id: str :param vault_details: The value to assign to the vault_details property of this MigrationSummary. :type vault_details: oci.database_migration.models.VaultDetails :param time_created: The value to assign to the time_created property of this MigrationSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this MigrationSummary. :type time_updated: datetime :param time_last_migration: The value to assign to the time_last_migration property of this MigrationSummary. :type time_last_migration: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this MigrationSummary. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "IN_PROGRESS", "ACCEPTED", "SUCCEEDED", "CANCELED", "WAITING", "NEEDS_ATTENTION", "INACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this MigrationSummary. Allowed values for this property are: "READY", "ABORTING", "VALIDATING", "VALIDATED", "WAITING", "MIGRATING", "DONE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this MigrationSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this MigrationSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this MigrationSummary. :type system_tags: dict(str, dict(str, object)) �str�VaultDetails�datetimezdict(str, str)zdict(str, dict(str, object)))�id�display_name�compartment_id�type�source_database_connection_id�'source_container_database_connection_id�target_database_connection_id�executing_job_id�agent_id� vault_details�time_created�time_updated�time_last_migration�lifecycle_state�lifecycle_details� freeform_tags�defined_tags�system_tagsr �displayName� compartmentIdr"