📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
log_analytics
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/log_analytics/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: log_analytics_config_work_request_summary.pyc
a O��f40 � @ 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 d� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+�$LogAnalyticsConfigWorkRequestSummaryz. LogAnalyticsConfigWorkRequestSummary �CREATE_ASSOCIATIONS�DELETE_ASSOCIATIONS�APPEND_LOOKUP_DATA�UPDATE_LOOKUP_DATA� DELETE_LOOKUP�ENABLE_INGEST_TIME_RULE�DISABLE_INGEST_TIME_RULE�ACCEPTED�IN_PROGRESS� SUCCEEDED�FAILEDc K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new LogAnalyticsConfigWorkRequestSummary 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 LogAnalyticsConfigWorkRequestSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this LogAnalyticsConfigWorkRequestSummary. :type compartment_id: str :param operation_type: The value to assign to the operation_type property of this LogAnalyticsConfigWorkRequestSummary. Allowed values for this property are: "CREATE_ASSOCIATIONS", "DELETE_ASSOCIATIONS", "APPEND_LOOKUP_DATA", "UPDATE_LOOKUP_DATA", "DELETE_LOOKUP", "ENABLE_INGEST_TIME_RULE", "DISABLE_INGEST_TIME_RULE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type operation_type: str :param percent_complete: The value to assign to the percent_complete property of this LogAnalyticsConfigWorkRequestSummary. :type percent_complete: int :param time_finished: The value to assign to the time_finished property of this LogAnalyticsConfigWorkRequestSummary. :type time_finished: datetime :param time_accepted: The value to assign to the time_accepted property of this LogAnalyticsConfigWorkRequestSummary. :type time_accepted: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this LogAnalyticsConfigWorkRequestSummary. Allowed values for this property are: "ACCEPTED", "IN_PROGRESS", "SUCCEEDED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str �str�int�datetime)�id�compartment_id�operation_type�percent_complete� time_finished� time_accepted�lifecycle_stater � compartmentId� operationType�percentComplete�timeFinished�timeAccepted�lifecycleStateN) � swagger_types� attribute_map�_id�_compartment_id�_operation_type�_percent_complete�_time_finished�_time_accepted�_lifecycle_state)�self�kwargs� r- ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/log_analytics/models/log_analytics_config_work_request_summary.py�__init__<