📂 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_summary.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� �Zdd� Z dd� Zdd� ZdS )�InstanceAgentCommandSummaryz, Summary information for a command. c K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new InstanceAgentCommandSummary 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 InstanceAgentCommandSummary. :type instance_agent_command_id: str :param display_name: The value to assign to the display_name property of this InstanceAgentCommandSummary. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this InstanceAgentCommandSummary. :type compartment_id: str :param time_created: The value to assign to the time_created property of this InstanceAgentCommandSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this InstanceAgentCommandSummary. :type time_updated: datetime :param is_canceled: The value to assign to the is_canceled property of this InstanceAgentCommandSummary. :type is_canceled: bool �str�datetime�bool)�instance_agent_command_id�display_name�compartment_id�time_created�time_updated�is_canceled�instanceAgentCommandId�displayName� compartmentId�timeCreated�timeUpdated� isCanceledN)� swagger_types� attribute_map�_instance_agent_command_id� _display_name�_compartment_id� _time_created� _time_updated�_is_canceled)�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_summary.py�__init__ s( � � z$InstanceAgentCommandSummary.__init__c C s | j S )aJ **[Required]** Gets the instance_agent_command_id of this InstanceAgentCommandSummary. The `OCID`__ of the command. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The instance_agent_command_id of this InstanceAgentCommandSummary. :rtype: str �r �r r r r! r G s z5InstanceAgentCommandSummary.instance_agent_command_idc C s || _ dS )aS Sets the instance_agent_command_id of this InstanceAgentCommandSummary. The `OCID`__ of the command. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param instance_agent_command_id: The instance_agent_command_id of this InstanceAgentCommandSummary. :type: str Nr# )r r r r r! r U s c C s | j S )z� Gets the display_name of this InstanceAgentCommandSummary. A user-friendly name. Does not have to be unique. :return: The display_name of this InstanceAgentCommandSummary. :rtype: str �r r$ r r r! r c s z(InstanceAgentCommandSummary.display_namec C s || _ dS )z� Sets the display_name of this InstanceAgentCommandSummary. A user-friendly name. Does not have to be unique. :param display_name: The display_name of this InstanceAgentCommandSummary. :type: str Nr% )r r r r r! r o s c C s | j S )aO **[Required]** Gets the compartment_id of this InstanceAgentCommandSummary. The `OCID`__ of the compartment containing the command. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this InstanceAgentCommandSummary. :rtype: str �r r$ r r r! r { s z*InstanceAgentCommandSummary.compartment_idc C s || _ dS )aM Sets the compartment_id of this InstanceAgentCommandSummary. The `OCID`__ of the compartment containing the command. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this InstanceAgentCommandSummary. :type: str Nr&