ruạṛ
a ���f�1 � @ 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 dd � Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zd&d'� Zd(d)� Zd*d+� Zd,S )-�UpdateHistoryEntryz# UpdateHistoryEntry model. � ROLLING_APPLY�NON_ROLLING_APPLY�PRECHECK�ROLLBACK� GI_UPGRADE�GI_PATCH� OS_UPDATE�IN_PROGRESS� SUCCEEDED�FAILEDc K sd ddddddddd�| _ dddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS ) a Initializes a new UpdateHistoryEntry 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 UpdateHistoryEntry. :type id: str :param update_id: The value to assign to the update_id property of this UpdateHistoryEntry. :type update_id: str :param update_action: The value to assign to the update_action property of this UpdateHistoryEntry. Allowed values for this property are: "ROLLING_APPLY", "NON_ROLLING_APPLY", "PRECHECK", "ROLLBACK", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type update_action: str :param update_type: The value to assign to the update_type property of this UpdateHistoryEntry. Allowed values for this property are: "GI_UPGRADE", "GI_PATCH", "OS_UPDATE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type update_type: str :param lifecycle_state: The value to assign to the lifecycle_state property of this UpdateHistoryEntry. Allowed values for this property are: "IN_PROGRESS", "SUCCEEDED", "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 UpdateHistoryEntry. :type lifecycle_details: str :param time_started: The value to assign to the time_started property of this UpdateHistoryEntry. :type time_started: datetime :param time_completed: The value to assign to the time_completed property of this UpdateHistoryEntry. :type time_completed: datetime �strZdatetime)�id� update_id� update_action�update_type�lifecycle_state�lifecycle_details�time_started�time_completedr ZupdateIdZupdateActionZ updateTypeZlifecycleStateZlifecycleDetailsZtimeStartedZ timeCompletedN) Z swagger_typesZ attribute_map�_id� _update_id�_update_action�_update_type�_lifecycle_state�_lifecycle_details� _time_started�_time_completed)�self�kwargs� r$ �L/usr/lib/python3.9/site-packages/oci/database/models/update_history_entry.py�__init__: s4 -��zUpdateHistoryEntry.__init__c C s | j S )a# **[Required]** Gets the id of this UpdateHistoryEntry. The `OCID`__ of the maintenance update history entry. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this UpdateHistoryEntry. :rtype: str �r �r"