📂 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.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: instance_agent_command.pyc
a N��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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�InstanceAgentCommandz The command payload. c K sn dddddddddd� | _ dd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new InstanceAgentCommand 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 InstanceAgentCommand. :type id: str :param compartment_id: The value to assign to the compartment_id property of this InstanceAgentCommand. :type compartment_id: str :param display_name: The value to assign to the display_name property of this InstanceAgentCommand. :type display_name: str :param time_created: The value to assign to the time_created property of this InstanceAgentCommand. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this InstanceAgentCommand. :type time_updated: datetime :param is_canceled: The value to assign to the is_canceled property of this InstanceAgentCommand. :type is_canceled: bool :param execution_time_out_in_seconds: The value to assign to the execution_time_out_in_seconds property of this InstanceAgentCommand. :type execution_time_out_in_seconds: int :param target: The value to assign to the target property of this InstanceAgentCommand. :type target: oci.compute_instance_agent.models.InstanceAgentCommandTarget :param content: The value to assign to the content property of this InstanceAgentCommand. :type content: oci.compute_instance_agent.models.InstanceAgentCommandContent �str�datetime�bool�int�InstanceAgentCommandTarget�InstanceAgentCommandContent) �id�compartment_id�display_name�time_created�time_updated�is_canceled�execution_time_out_in_seconds�target�contentr � compartmentId�displayName�timeCreated�timeUpdated� isCanceled�executionTimeOutInSecondsr r N)� swagger_types� attribute_map�_id�_compartment_id� _display_name� _time_created� _time_updated�_is_canceled�_execution_time_out_in_seconds�_target�_content)�self�kwargs� r) ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/compute_instance_agent/models/instance_agent_command.py�__init__ s: +� �zInstanceAgentCommand.__init__c C s | j S )a **[Required]** Gets the id of this InstanceAgentCommand. The `OCID`__ of the command. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this InstanceAgentCommand. :rtype: str �r �r'