ruạṛ
a N��f3( � @ 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 �str�datetime)�target�target_type� time_start�time_end�statusr � targetType� timeStart�timeEndr N)� swagger_types� attribute_map�_target�_target_type�_time_start� _time_end�_status)�self�kwargs� r( ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_management/models/optimizer_statistics_operation_task.py�__init__H s"