📂 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_operation_task.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 @ s� e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zd!d"� Zd#d$� Zd%d&� Zd'S )(� OptimizerStatisticsOperationTaskzB The details of the Optimizer Statistics Collection task. �TABLE�GLOBAL_TABLE�COORDINATOR_TABLE�TABLE_PARTITION�TABLE_SUBPARTITION�INDEX�INDEX_PARTITION�INDEX_SUBPARTITION�PENDING�IN_PROGRESS�SKIPPED� TIMED_OUT� COMPLETED�FAILEDc K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a Initializes a new OptimizerStatisticsOperationTask object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param target: The value to assign to the target property of this OptimizerStatisticsOperationTask. :type target: str :param target_type: The value to assign to the target_type property of this OptimizerStatisticsOperationTask. Allowed values for this property are: "TABLE", "GLOBAL_TABLE", "COORDINATOR_TABLE", "TABLE_PARTITION", "TABLE_SUBPARTITION", "INDEX", "INDEX_PARTITION", "INDEX_SUBPARTITION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type target_type: str :param time_start: The value to assign to the time_start property of this OptimizerStatisticsOperationTask. :type time_start: datetime :param time_end: The value to assign to the time_end property of this OptimizerStatisticsOperationTask. :type time_end: datetime :param status: The value to assign to the status property of this OptimizerStatisticsOperationTask. Allowed values for this property are: "PENDING", "IN_PROGRESS", "SKIPPED", "TIMED_OUT", "COMPLETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str �strZdatetime)�target�target_type� time_start�time_end�statusr Z targetTypeZ timeStartZtimeEndr N)Z swagger_typesZ attribute_map�_target�_target_type�_time_start� _time_end�_status)�self�kwargs� r"