ruạṛ
a O��f0 � @ 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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�UnifiedAgentTailLogSourcez! Tail log source object. c K sB ddddd�| _ ddddd�| _d | _d | _d | _d | _d | _d S )a1 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" :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 �strz list[str]�UnifiedAgentParser)�name�source_type�paths�parserr � sourceTyper r N�LOG_TAIL)� swagger_types� attribute_map�_name�_source_type�_paths�_parser)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/logging/models/unified_agent_tail_log_source.py�__init__ s ��z"UnifiedAgentTailLogSource.__init__c C s | j S )z� Gets the paths of this UnifiedAgentTailLogSource. :return: The paths of this UnifiedAgentTailLogSource. :rtype: list[str] �r �r r r r r <