📂 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
›
compute_instance_agent
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/compute_instance_agent/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: instance_agent_command_execution_summary.pyc
a N��fbA � @ 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 @ sF 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%� �Zed'd(� �Zejd)d(� �Zd*d+� Zd,d-� Zd.d/� Zd0S )1�$InstanceAgentCommandExecutionSummaryz* Execution details for a command. �VISIBLE�PENDING�ACKED�ACKED_CANCELED�EXPIRED�ACCEPTED�IN_PROGRESS� SUCCEEDED�FAILED� TIMED_OUT�CANCELEDc K sn dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a, Initializes a new InstanceAgentCommandExecutionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param instance_agent_command_id: The value to assign to the instance_agent_command_id property of this InstanceAgentCommandExecutionSummary. :type instance_agent_command_id: str :param instance_id: The value to assign to the instance_id property of this InstanceAgentCommandExecutionSummary. :type instance_id: str :param delivery_state: The value to assign to the delivery_state property of this InstanceAgentCommandExecutionSummary. Allowed values for this property are: "VISIBLE", "PENDING", "ACKED", "ACKED_CANCELED", "EXPIRED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type delivery_state: str :param lifecycle_state: The value to assign to the lifecycle_state property of this InstanceAgentCommandExecutionSummary. Allowed values for this property are: "ACCEPTED", "IN_PROGRESS", "SUCCEEDED", "FAILED", "TIMED_OUT", "CANCELED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this InstanceAgentCommandExecutionSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this InstanceAgentCommandExecutionSummary. :type time_updated: datetime :param sequence_number: The value to assign to the sequence_number property of this InstanceAgentCommandExecutionSummary. :type sequence_number: int :param display_name: The value to assign to the display_name property of this InstanceAgentCommandExecutionSummary. :type display_name: str :param content: The value to assign to the content property of this InstanceAgentCommandExecutionSummary. :type content: oci.compute_instance_agent.models.InstanceAgentCommandExecutionOutputContent �str�datetime�int�*InstanceAgentCommandExecutionOutputContent) �instance_agent_command_id�instance_id�delivery_state�lifecycle_state�time_created�time_updated�sequence_number�display_name�content�instanceAgentCommandId� instanceId� deliveryState�lifecycleState�timeCreated�timeUpdated�sequenceNumber�displayNamer N)� swagger_types� attribute_map�_instance_agent_command_id�_instance_id�_delivery_state�_lifecycle_state� _time_created� _time_updated�_sequence_number� _display_name�_content)�self�kwargs� r4 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/compute_instance_agent/models/instance_agent_command_execution_summary.py�__init__<