📂 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: create_instance_agent_command_details.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� �Zdd� Zdd� Z dd� ZdS )�!CreateInstanceAgentCommandDetailsz= Creation details for an Oracle Cloud Agent command. c K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )a� Initializes a new CreateInstanceAgentCommandDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this CreateInstanceAgentCommandDetails. :type compartment_id: str :param execution_time_out_in_seconds: The value to assign to the execution_time_out_in_seconds property of this CreateInstanceAgentCommandDetails. :type execution_time_out_in_seconds: int :param display_name: The value to assign to the display_name property of this CreateInstanceAgentCommandDetails. :type display_name: str :param target: The value to assign to the target property of this CreateInstanceAgentCommandDetails. :type target: oci.compute_instance_agent.models.InstanceAgentCommandTarget :param content: The value to assign to the content property of this CreateInstanceAgentCommandDetails. :type content: oci.compute_instance_agent.models.InstanceAgentCommandContent �str�int�InstanceAgentCommandTarget�InstanceAgentCommandContent)�compartment_id�execution_time_out_in_seconds�display_name�target�content� compartmentId�executionTimeOutInSeconds�displayNamer r N)� swagger_types� attribute_map�_compartment_id�_execution_time_out_in_seconds� _display_name�_target�_content)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/compute_instance_agent/models/create_instance_agent_command_details.py�__init__ s"