📂 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
›
stack_monitoring
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/stack_monitoring/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: monitored_resource_task_summary.cpython-39.pyc
a ���f9: � @ 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 @ sT e Zd ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze 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(� �Zd*d+� Zd,d-� Zd.d/� Zd0S )1�MonitoredResourceTaskSummaryz+ The summary details for the task. �ACCEPTED�IN_PROGRESS�WAITING�FAILED� SUCCEEDED� CANCELING�CANCELED�NEEDS_ATTENTIONc K sx ddddddddddd� | _ dd d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new MonitoredResourceTaskSummary 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 MonitoredResourceTaskSummary. :type id: str :param name: The value to assign to the name property of this MonitoredResourceTaskSummary. :type name: str :param task_details: The value to assign to the task_details property of this MonitoredResourceTaskSummary. :type task_details: oci.stack_monitoring.models.MonitoredResourceTaskDetails :param work_request_ids: The value to assign to the work_request_ids property of this MonitoredResourceTaskSummary. :type work_request_ids: list[str] :param time_created: The value to assign to the time_created property of this MonitoredResourceTaskSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this MonitoredResourceTaskSummary. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this MonitoredResourceTaskSummary. Allowed values for this property are: "ACCEPTED", "IN_PROGRESS", "WAITING", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED", "NEEDS_ATTENTION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this MonitoredResourceTaskSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this MonitoredResourceTaskSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this MonitoredResourceTaskSummary. :type system_tags: dict(str, dict(str, object)) �strZMonitoredResourceTaskDetailsz list[str]Zdatetimezdict(str, str)zdict(str, dict(str, object))) �id�name�task_details�work_request_ids�time_created�time_updated�lifecycle_state� freeform_tags�defined_tags�system_tagsr r ZtaskDetailsZworkRequestIdsZtimeCreatedZtimeUpdatedZlifecycleStateZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_name� _task_details�_work_request_ids� _time_created� _time_updated�_lifecycle_state�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r&