ruạṛ
a ���f�G � @ 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 @ sn 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� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Zd-d.� Zd/d0� Zd1d2� Zd3S )4�PdbConversionHistoryEntryzd Details of operations performed to convert a non-container database to pluggable database. �PRECHECK�CONVERT�SYNC� SYNC_ROLLBACK�NEW_DATABASE� SUCCEEDED�FAILED�IN_PROGRESSc K s� dddddddddddd�| _ dddddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a Initializes a new PdbConversionHistoryEntry 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 PdbConversionHistoryEntry. :type id: str :param action: The value to assign to the action property of this PdbConversionHistoryEntry. Allowed values for this property are: "PRECHECK", "CONVERT", "SYNC", "SYNC_ROLLBACK", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type action: str :param target: The value to assign to the target property of this PdbConversionHistoryEntry. Allowed values for this property are: "NEW_DATABASE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type target: str :param source_database_id: The value to assign to the source_database_id property of this PdbConversionHistoryEntry. :type source_database_id: str :param target_database_id: The value to assign to the target_database_id property of this PdbConversionHistoryEntry. :type target_database_id: str :param cdb_name: The value to assign to the cdb_name property of this PdbConversionHistoryEntry. :type cdb_name: str :param lifecycle_state: The value to assign to the lifecycle_state property of this PdbConversionHistoryEntry. Allowed values for this property are: "SUCCEEDED", "FAILED", "IN_PROGRESS", '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 PdbConversionHistoryEntry. :type lifecycle_details: str :param time_started: The value to assign to the time_started property of this PdbConversionHistoryEntry. :type time_started: datetime :param time_ended: The value to assign to the time_ended property of this PdbConversionHistoryEntry. :type time_ended: datetime :param additional_cdb_params: The value to assign to the additional_cdb_params property of this PdbConversionHistoryEntry. :type additional_cdb_params: str �strZdatetime)�id�action�target�source_database_id�target_database_id�cdb_name�lifecycle_state�lifecycle_details�time_started� time_ended�additional_cdb_paramsr r r ZsourceDatabaseIdZtargetDatabaseIdZcdbNameZlifecycleStateZlifecycleDetailsZtimeStartedZ timeEndedZadditionalCdbParamsN) Z swagger_typesZ attribute_map�_id�_action�_target�_source_database_id�_target_database_id� _cdb_name�_lifecycle_state�_lifecycle_details� _time_started�_time_ended�_additional_cdb_params)�self�kwargs� r( �T/usr/lib/python3.9/site-packages/oci/database/models/pdb_conversion_history_entry.py�__init__2 sF 9��z"PdbConversionHistoryEntry.__init__c C s | j S )a, **[Required]** Gets the id of this PdbConversionHistoryEntry. The `OCID`__ of the database conversion history. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this PdbConversionHistoryEntry. :rtype: str �r �r&