📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
logging
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/logging/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: unified_agent_tail_log_source.cpython-39.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�UnifiedAgentLoggingSource� )�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 d d� Z dd� Zdd� ZdS )�UnifiedAgentTailLogSourcez! Tail log source object. c K sL dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _d| _dS ) a! Initializes a new UnifiedAgentTailLogSource object with values from keyword arguments. The default value of the :py:attr:`~oci.logging.models.UnifiedAgentTailLogSource.source_type` attribute of this class is ``LOG_TAIL`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this UnifiedAgentTailLogSource. :type name: str :param source_type: The value to assign to the source_type property of this UnifiedAgentTailLogSource. Allowed values for this property are: "LOG_TAIL", "WINDOWS_EVENT_LOG", "CUSTOM_PLUGIN" :type source_type: str :param paths: The value to assign to the paths property of this UnifiedAgentTailLogSource. :type paths: list[str] :param parser: The value to assign to the parser property of this UnifiedAgentTailLogSource. :type parser: oci.logging.models.UnifiedAgentParser :param advanced_options: The value to assign to the advanced_options property of this UnifiedAgentTailLogSource. :type advanced_options: oci.logging.models.UnifiedAgentTailSourceAdvancedOptions �strz list[str]ZUnifiedAgentParserZ%UnifiedAgentTailSourceAdvancedOptions)�nameZsource_type�paths�parser�advanced_optionsr Z sourceTyper r ZadvancedOptionsNZLOG_TAIL)Z swagger_typesZ attribute_map�_nameZ_source_type�_paths�_parser�_advanced_options)�self�kwargs� r �T/usr/lib/python3.9/site-packages/oci/logging/models/unified_agent_tail_log_source.py�__init__ s$ � �z"UnifiedAgentTailLogSource.__init__c C s | j S )z� **[Required]** Gets the paths of this UnifiedAgentTailLogSource. Absolute paths for log source files. Wildcards can be used. :return: The paths of this UnifiedAgentTailLogSource. :rtype: list[str] �r �r r r r r E s zUnifiedAgentTailLogSource.pathsc C s || _ dS )z� Sets the paths of this UnifiedAgentTailLogSource. Absolute paths for log source files. Wildcards can be used. :param paths: The paths of this UnifiedAgentTailLogSource. :type: list[str] Nr )r r r r r r Q s c C s | j S )z� Gets the parser of this UnifiedAgentTailLogSource. :return: The parser of this UnifiedAgentTailLogSource. :rtype: oci.logging.models.UnifiedAgentParser �r r r r r r ] s z UnifiedAgentTailLogSource.parserc C s || _ dS )z� Sets the parser of this UnifiedAgentTailLogSource. :param parser: The parser of this UnifiedAgentTailLogSource. :type: oci.logging.models.UnifiedAgentParser Nr )r r r r r r g s c C s | j S )z� Gets the advanced_options of this UnifiedAgentTailLogSource. :return: The advanced_options of this UnifiedAgentTailLogSource. :rtype: oci.logging.models.UnifiedAgentTailSourceAdvancedOptions �r r r r r r q s z*UnifiedAgentTailLogSource.advanced_optionsc C s || _ dS )z� Sets the advanced_options of this UnifiedAgentTailLogSource. :param advanced_options: The advanced_options of this UnifiedAgentTailLogSource. :type: oci.logging.models.UnifiedAgentTailSourceAdvancedOptions Nr )r r r r r r { s c C s t | �S �N)r r r r r �__repr__� s z"UnifiedAgentTailLogSource.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z UnifiedAgentTailLogSource.__eq__c C s | |k S r r r r r r �__ne__� s z UnifiedAgentTailLogSource.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r! r r r r r s"