📂 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_summary.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� �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 �strZdatetime�bool)�instance_agent_command_id�display_name�compartment_id�time_created�time_updated�is_canceledZinstanceAgentCommandIdZdisplayNameZ compartmentIdZtimeCreatedZtimeUpdatedZ isCanceledN)Z swagger_typesZ attribute_map�_instance_agent_command_id� _display_name�_compartment_id� _time_created� _time_updated�_is_canceled)�self�kwargs� r �d/usr/lib/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 I 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 W 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 e 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 q 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 )r r r r r r � s c C s | j S )aN **[Required]** Gets the time_created of this InstanceAgentCommandSummary. The date and time the command was created, in the format defined by `RFC3339`__. __ https://tools.ietf.org/html/rfc3339 :return: The time_created of this InstanceAgentCommandSummary. :rtype: datetime �r r r r r r � s z(InstanceAgentCommandSummary.time_createdc C s || _ dS )aJ Sets the time_created of this InstanceAgentCommandSummary. The date and time the command was created, in the format defined by `RFC3339`__. __ https://tools.ietf.org/html/rfc3339 :param time_created: The time_created of this InstanceAgentCommandSummary. :type: datetime Nr )r r r r r r � s c C s | j S )aS **[Required]** Gets the time_updated of this InstanceAgentCommandSummary. The date and time the command was last updated, in the format defined by `RFC3339`__. __ https://tools.ietf.org/html/rfc3339 :return: The time_updated of this InstanceAgentCommandSummary. :rtype: datetime �r r r r r r � s z(InstanceAgentCommandSummary.time_updatedc C s || _ dS )aO Sets the time_updated of this InstanceAgentCommandSummary. The date and time the command was last updated, in the format defined by `RFC3339`__. __ https://tools.ietf.org/html/rfc3339 :param time_updated: The time_updated of this InstanceAgentCommandSummary. :type: datetime Nr )r r r r r r � s c C s | j S )a Gets the is_canceled of this InstanceAgentCommandSummary. Whether a request was made to cancel the command. Canceling a command is a best-effort attempt. :return: The is_canceled of this InstanceAgentCommandSummary. :rtype: bool �r r r r r r � s z'InstanceAgentCommandSummary.is_canceledc C s || _ dS )a Sets the is_canceled of this InstanceAgentCommandSummary. Whether a request was made to cancel the command. Canceling a command is a best-effort attempt. :param is_canceled: The is_canceled of this InstanceAgentCommandSummary. :type: bool Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z$InstanceAgentCommandSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z"InstanceAgentCommandSummary.__eq__c C s | |k S r! r r$ r r r �__ne__� s z"InstanceAgentCommandSummary.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r"