ruạṛ
a ���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 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"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+�PatchHistoryEntryz" PatchHistoryEntry model. �APPLY�PRECHECK�IN_PROGRESS� SUCCEEDED�FAILED�OS�DB�GIc K sd ddddddddd�| _ dddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS ) a� Initializes a new PatchHistoryEntry 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 PatchHistoryEntry. :type id: str :param patch_id: The value to assign to the patch_id property of this PatchHistoryEntry. :type patch_id: str :param action: The value to assign to the action property of this PatchHistoryEntry. Allowed values for this property are: "APPLY", "PRECHECK", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type action: str :param lifecycle_state: The value to assign to the lifecycle_state property of this PatchHistoryEntry. 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 PatchHistoryEntry. :type lifecycle_details: str :param time_started: The value to assign to the time_started property of this PatchHistoryEntry. :type time_started: datetime :param time_ended: The value to assign to the time_ended property of this PatchHistoryEntry. :type time_ended: datetime :param patch_type: The value to assign to the patch_type property of this PatchHistoryEntry. Allowed values for this property are: "OS", "DB", "GI", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type patch_type: str �strZdatetime)�id�patch_id�action�lifecycle_state�lifecycle_details�time_started� time_ended� patch_typer ZpatchIdr ZlifecycleStateZlifecycleDetailsZtimeStartedZ timeEndedZ patchTypeN) Z swagger_typesZ attribute_map�_id� _patch_id�_action�_lifecycle_state�_lifecycle_details� _time_started�_time_ended�_patch_type)�self�kwargs� r"