📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
database
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: patch_history_entry_summary.cpython-39.opt-1.pyc
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 )+�PatchHistoryEntrySummaryz= The record of a patch action on a specified target. �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 PatchHistoryEntrySummary 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 PatchHistoryEntrySummary. :type id: str :param patch_id: The value to assign to the patch_id property of this PatchHistoryEntrySummary. :type patch_id: str :param action: The value to assign to the action property of this PatchHistoryEntrySummary. 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 PatchHistoryEntrySummary. 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 PatchHistoryEntrySummary. :type lifecycle_details: str :param time_started: The value to assign to the time_started property of this PatchHistoryEntrySummary. :type time_started: datetime :param time_ended: The value to assign to the time_ended property of this PatchHistoryEntrySummary. :type time_ended: datetime :param patch_type: The value to assign to the patch_type property of this PatchHistoryEntrySummary. 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"