📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
database_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_management/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: optimizer_statistics_collection_operation_summary.cpython-39.pyc
a ���f�A � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e 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+� �Ze d-d.� �Zejd/d.� �Zd0d1� Zd2d3� Zd4d5� Zd6S )7�-OptimizerStatisticsCollectionOperationSummaryzG The summary of the Optimizer Statistics Collection operation. �IN_PROGRESS� COMPLETED�FAILED� TIMED_OUT�UNKNOWNc K s� dddddddddddddd� | _ ddddd d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new OptimizerStatisticsCollectionOperationSummary 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 OptimizerStatisticsCollectionOperationSummary. :type id: int :param operation_name: The value to assign to the operation_name property of this OptimizerStatisticsCollectionOperationSummary. :type operation_name: str :param target: The value to assign to the target property of this OptimizerStatisticsCollectionOperationSummary. :type target: str :param job_name: The value to assign to the job_name property of this OptimizerStatisticsCollectionOperationSummary. :type job_name: str :param status: The value to assign to the status property of this OptimizerStatisticsCollectionOperationSummary. Allowed values for this property are: "IN_PROGRESS", "COMPLETED", "FAILED", "TIMED_OUT", "UNKNOWN", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param start_time: The value to assign to the start_time property of this OptimizerStatisticsCollectionOperationSummary. :type start_time: str :param end_time: The value to assign to the end_time property of this OptimizerStatisticsCollectionOperationSummary. :type end_time: str :param duration_in_seconds: The value to assign to the duration_in_seconds property of this OptimizerStatisticsCollectionOperationSummary. :type duration_in_seconds: float :param completed_count: The value to assign to the completed_count property of this OptimizerStatisticsCollectionOperationSummary. :type completed_count: int :param in_progress_count: The value to assign to the in_progress_count property of this OptimizerStatisticsCollectionOperationSummary. :type in_progress_count: int :param failed_count: The value to assign to the failed_count property of this OptimizerStatisticsCollectionOperationSummary. :type failed_count: int :param timed_out_count: The value to assign to the timed_out_count property of this OptimizerStatisticsCollectionOperationSummary. :type timed_out_count: int :param total_objects_count: The value to assign to the total_objects_count property of this OptimizerStatisticsCollectionOperationSummary. :type total_objects_count: int �int�str�float) �id�operation_name�target�job_name�status� start_time�end_time�duration_in_seconds�completed_count�in_progress_count�failed_count�timed_out_count�total_objects_countr Z operationNamer ZjobNamer Z startTimeZendTimeZdurationInSecondsZcompletedCountZinProgressCountZfailedCountZ timedOutCountZtotalObjectsCountN)Z swagger_typesZ attribute_map�_id�_operation_name�_target� _job_name�_status�_start_time� _end_time�_duration_in_seconds�_completed_count�_in_progress_count� _failed_count�_timed_out_count�_total_objects_count)�self�kwargs� r+ �t/usr/lib/python3.9/site-packages/oci/database_management/models/optimizer_statistics_collection_operation_summary.py�__init__&