📂 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
›
fleet_apps_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: entity_execution_details.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 d� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zd'd(� Zd)d*� Zd+d,� Zd-S ).�EntityExecutionDetailszD Activity Resource and execution details including outcome. �ACCEPTED�WAITING�IN_PROGRESS�FAILED� SUCCEEDED�CANCELED�SKIPPED�IGNORED�NOT_APPLICABLE�ABORTED� TIMED_OUTc K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )a Initializes a new EntityExecutionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param resource_id: The value to assign to the resource_id property of this EntityExecutionDetails. :type resource_id: str :param resource_display_name: The value to assign to the resource_display_name property of this EntityExecutionDetails. :type resource_display_name: str :param description: The value to assign to the description property of this EntityExecutionDetails. :type description: str :param sequence: The value to assign to the sequence property of this EntityExecutionDetails. :type sequence: str :param targets: The value to assign to the targets property of this EntityExecutionDetails. :type targets: list[oci.fleet_apps_management.models.ActivityResourceTarget] :param status: The value to assign to the status property of this EntityExecutionDetails. Allowed values for this property are: "ACCEPTED", "WAITING", "IN_PROGRESS", "FAILED", "SUCCEEDED", "CANCELED", "SKIPPED", "IGNORED", "NOT_APPLICABLE", "ABORTED", "TIMED_OUT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param time_started: The value to assign to the time_started property of this EntityExecutionDetails. :type time_started: datetime :param time_ended: The value to assign to the time_ended property of this EntityExecutionDetails. :type time_ended: datetime �strzlist[ActivityResourceTarget]Zdatetime)�resource_id�resource_display_name�description�sequence�targets�status�time_started� time_endedZ resourceIdZresourceDisplayNamer r r r ZtimeStartedZ timeEndedN) Z swagger_typesZ attribute_map�_resource_id�_resource_display_name�_description� _sequence�_targets�_status� _time_started�_time_ended)�self�kwargs� r% �]/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/entity_execution_details.py�__init__>