📂 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
›
compute_instance_agent
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/compute_instance_agent/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: instance_agent_command.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 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 �strZdatetime�bool�intZInstanceAgentCommandTargetZInstanceAgentCommandContent) �id�compartment_id�display_name�time_created�time_updated�is_canceled�execution_time_out_in_seconds�target�contentr Z compartmentIdZdisplayNameZtimeCreatedZtimeUpdatedZ isCanceledZexecutionTimeOutInSecondsr r N)Z swagger_typesZ attribute_map�_id�_compartment_id� _display_name� _time_created� _time_updated�_is_canceled�_execution_time_out_in_seconds�_target�_content)�self�kwargs� r �\/usr/lib/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 r r r r ^ s zInstanceAgentCommand.idc C s || _ dS )a Sets the id of this InstanceAgentCommand. The `OCID`__ of the command. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this InstanceAgentCommand. :type: str Nr! )r r r r r r l s c C s | j S )aA **[Required]** Gets the compartment_id of this InstanceAgentCommand. The `OCID`__ of the compartment containing the command. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this InstanceAgentCommand. :rtype: str �r r"