📂 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_execution_output_content.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 ZdZdZdZdZdd� Zedd� �Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�*InstanceAgentCommandExecutionOutputContentz. The execution output from a command. �TEXT�OBJECT_STORAGE_URI�OBJECT_STORAGE_TUPLEc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new InstanceAgentCommandExecutionOutputContent object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.compute_instance_agent.models.InstanceAgentCommandExecutionOutputViaTextDetails` * :class:`~oci.compute_instance_agent.models.InstanceAgentCommandExecutionOutputViaObjectStorageUriDetails` * :class:`~oci.compute_instance_agent.models.InstanceAgentCommandExecutionOutputViaObjectStorageTupleDetails` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param output_type: The value to assign to the output_type property of this InstanceAgentCommandExecutionOutputContent. Allowed values for this property are: "TEXT", "OBJECT_STORAGE_URI", "OBJECT_STORAGE_TUPLE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type output_type: str :param exit_code: The value to assign to the exit_code property of this InstanceAgentCommandExecutionOutputContent. :type exit_code: int :param message: The value to assign to the message property of this InstanceAgentCommandExecutionOutputContent. :type message: str �str�int)�output_type� exit_code�message� outputType�exitCoder N)� swagger_types� attribute_map�_output_type� _exit_code�_message)�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_execution_output_content.py�__init__ s ��z3InstanceAgentCommandExecutionOutputContent.__init__c C s4 | d }|dkrdS |dkr dS |dkr,dS dS d S ) z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r r �1InstanceAgentCommandExecutionOutputViaTextDetailsr �=InstanceAgentCommandExecutionOutputViaObjectStorageUriDetailsr �?InstanceAgentCommandExecutionOutputViaObjectStorageTupleDetailsr Nr )�object_dictionary�typer r r �get_subtypeF s z6InstanceAgentCommandExecutionOutputContent.get_subtypec C s | j S )a� **[Required]** Gets the output_type of this InstanceAgentCommandExecutionOutputContent. The output destination type for the command. The following values are supported: - TEXT - the command output is returned as plain text. - OBJECT_STORAGE_URI - the command output is saved to an Object Storage URL. - OBJECT_STORAGE_TUPLE - the command output is saved to an Object Storage bucket. For background information about Object Storage buckets and URLs, see `Overview of Object Storage`__. __ https://docs.cloud.oracle.com/Content/Object/Concepts/objectstorageoverview.htm Allowed values for this property are: "TEXT", "OBJECT_STORAGE_URI", "OBJECT_STORAGE_TUPLE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The output_type of this InstanceAgentCommandExecutionOutputContent. :rtype: str )r �r r r r r Y s z6InstanceAgentCommandExecutionOutputContent.output_typec C s g d�}t ||�sd}|| _dS )a� Sets the output_type of this InstanceAgentCommandExecutionOutputContent. The output destination type for the command. The following values are supported: - TEXT - the command output is returned as plain text. - OBJECT_STORAGE_URI - the command output is saved to an Object Storage URL. - OBJECT_STORAGE_TUPLE - the command output is saved to an Object Storage bucket. For background information about Object Storage buckets and URLs, see `Overview of Object Storage`__. __ https://docs.cloud.oracle.com/Content/Object/Concepts/objectstorageoverview.htm :param output_type: The output_type of this InstanceAgentCommandExecutionOutputContent. :type: str )r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r q s c C s | j S )a **[Required]** Gets the exit_code of this InstanceAgentCommandExecutionOutputContent. The exit code for the command. Exit code `0` indicates success. :return: The exit_code of this InstanceAgentCommandExecutionOutputContent. :rtype: int �r r! r r r r � s z4InstanceAgentCommandExecutionOutputContent.exit_codec C s || _ dS )a Sets the exit_code of this InstanceAgentCommandExecutionOutputContent. The exit code for the command. Exit code `0` indicates success. :param exit_code: The exit_code of this InstanceAgentCommandExecutionOutputContent. :type: int Nr$ )r r r r r r � s c C s | j S )a% Gets the message of this InstanceAgentCommandExecutionOutputContent. An optional status message that Oracle Cloud Agent can populate for additional troubleshooting. :return: The message of this InstanceAgentCommandExecutionOutputContent. :rtype: str �r r! r r r r � s z2InstanceAgentCommandExecutionOutputContent.messagec C s || _ dS )a+ Sets the message of this InstanceAgentCommandExecutionOutputContent. An optional status message that Oracle Cloud Agent can populate for additional troubleshooting. :param message: The message of this InstanceAgentCommandExecutionOutputContent. :type: str Nr% )r r r r r r � s c C s t | �S �N)r r! r r r �__repr__� s z3InstanceAgentCommandExecutionOutputContent.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z1InstanceAgentCommandExecutionOutputContent.__eq__c C s | |k S r&