📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: maintenance_run_history.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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�MaintenanceRunHistoryz/ Details of a maintenance run history. c K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )a� Initializes a new MaintenanceRunHistory 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 MaintenanceRunHistory. :type id: str :param maintenance_run_details: The value to assign to the maintenance_run_details property of this MaintenanceRunHistory. :type maintenance_run_details: oci.database.models.MaintenanceRunSummary :param db_servers_history_details: The value to assign to the db_servers_history_details property of this MaintenanceRunHistory. :type db_servers_history_details: list[oci.database.models.DbServerHistorySummary] :param current_execution_window: The value to assign to the current_execution_window property of this MaintenanceRunHistory. :type current_execution_window: str :param granular_maintenance_history: The value to assign to the granular_maintenance_history property of this MaintenanceRunHistory. :type granular_maintenance_history: list[oci.database.models.GranularMaintenanceHistoryDetails] �strZMaintenanceRunSummaryzlist[DbServerHistorySummary]z'list[GranularMaintenanceHistoryDetails])�id�maintenance_run_details�db_servers_history_details�current_execution_window�granular_maintenance_historyr ZmaintenanceRunDetailsZdbServersHistoryDetailsZcurrentExecutionWindowZgranularMaintenanceHistoryN)Z swagger_typesZ attribute_map�_id�_maintenance_run_details�_db_servers_history_details�_current_execution_window�_granular_maintenance_history)�self�kwargs� r �O/usr/lib/python3.9/site-packages/oci/database/models/maintenance_run_history.py�__init__ s"