📂 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.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: db_system_upgrade_history_entry_summary.cpython-39.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 @ 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�"DbSystemUpgradeHistoryEntrySummaryzL The summary for the record of an OS upgrade action on a DB system. �PRECHECK�ROLLBACK�UPDATE_SNAPSHOT_RETENTION_DAYS�UPGRADE�IN_PROGRESS� SUCCEEDED�FAILED�NEEDS_ATTENTIONc K s� dddddddddddd�| _ ddddd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a Initializes a new DbSystemUpgradeHistoryEntrySummary 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 DbSystemUpgradeHistoryEntrySummary. :type id: str :param action: The value to assign to the action property of this DbSystemUpgradeHistoryEntrySummary. Allowed values for this property are: "PRECHECK", "ROLLBACK", "UPDATE_SNAPSHOT_RETENTION_DAYS", "UPGRADE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type action: str :param new_gi_version: The value to assign to the new_gi_version property of this DbSystemUpgradeHistoryEntrySummary. :type new_gi_version: str :param old_gi_version: The value to assign to the old_gi_version property of this DbSystemUpgradeHistoryEntrySummary. :type old_gi_version: str :param old_os_version: The value to assign to the old_os_version property of this DbSystemUpgradeHistoryEntrySummary. :type old_os_version: str :param new_os_version: The value to assign to the new_os_version property of this DbSystemUpgradeHistoryEntrySummary. :type new_os_version: str :param snapshot_retention_period_in_days: The value to assign to the snapshot_retention_period_in_days property of this DbSystemUpgradeHistoryEntrySummary. :type snapshot_retention_period_in_days: int :param lifecycle_state: The value to assign to the lifecycle_state property of this DbSystemUpgradeHistoryEntrySummary. Allowed values for this property are: "IN_PROGRESS", "SUCCEEDED", "FAILED", "NEEDS_ATTENTION", '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 DbSystemUpgradeHistoryEntrySummary. :type lifecycle_details: str :param time_started: The value to assign to the time_started property of this DbSystemUpgradeHistoryEntrySummary. :type time_started: datetime :param time_ended: The value to assign to the time_ended property of this DbSystemUpgradeHistoryEntrySummary. :type time_ended: datetime �str�intZdatetime)�id�action�new_gi_version�old_gi_version�old_os_version�new_os_version�!snapshot_retention_period_in_days�lifecycle_state�lifecycle_details�time_started� time_endedr r ZnewGiVersionZoldGiVersionZoldOsVersionZnewOsVersionZsnapshotRetentionPeriodInDaysZlifecycleStateZlifecycleDetailsZtimeStartedZ timeEndedN) Z swagger_typesZ attribute_map�_id�_action�_new_gi_version�_old_gi_version�_old_os_version�_new_os_version�"_snapshot_retention_period_in_days�_lifecycle_state�_lifecycle_details� _time_started�_time_ended)�self�kwargs� r) �_/usr/lib/python3.9/site-packages/oci/database/models/db_system_upgrade_history_entry_summary.py�__init__2 sF 7��z+DbSystemUpgradeHistoryEntrySummary.__init__c C s | j S )a8 **[Required]** Gets the id of this DbSystemUpgradeHistoryEntrySummary. The `OCID`__ of the upgrade history entry. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this DbSystemUpgradeHistoryEntrySummary. :rtype: str �r �r'