📂 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
›
logging
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/logging/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: unified_agent_multiline_grok_parser.pyc
a O��f � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�UnifiedAgentParser� )�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 dd� Zdd� Zdd� Z dS )�UnifiedAgentMultilineGrokParserz Multiline grok parser. c K s� ddddddddddddd�| _ ddd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new UnifiedAgentMultilineGrokParser object with values from keyword arguments. The default value of the :py:attr:`~oci.logging.models.UnifiedAgentMultilineGrokParser.parser_type` attribute of this class is ``MULTILINE_GROK`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param parser_type: The value to assign to the parser_type property of this UnifiedAgentMultilineGrokParser. Allowed values for this property are: "AUDITD", "JSON", "TSV", "CSV", "NONE", "SYSLOG", "APACHE2", "APACHE_ERROR", "MSGPACK", "REGEXP", "MULTILINE", "GROK", "MULTILINE_GROK" :type parser_type: str :param field_time_key: The value to assign to the field_time_key property of this UnifiedAgentMultilineGrokParser. :type field_time_key: str :param types: The value to assign to the types property of this UnifiedAgentMultilineGrokParser. :type types: dict(str, str) :param null_value_pattern: The value to assign to the null_value_pattern property of this UnifiedAgentMultilineGrokParser. :type null_value_pattern: str :param is_null_empty_string: The value to assign to the is_null_empty_string property of this UnifiedAgentMultilineGrokParser. :type is_null_empty_string: bool :param is_estimate_current_event: The value to assign to the is_estimate_current_event property of this UnifiedAgentMultilineGrokParser. :type is_estimate_current_event: bool :param is_keep_time_key: The value to assign to the is_keep_time_key property of this UnifiedAgentMultilineGrokParser. :type is_keep_time_key: bool :param timeout_in_milliseconds: The value to assign to the timeout_in_milliseconds property of this UnifiedAgentMultilineGrokParser. :type timeout_in_milliseconds: int :param grok_name_key: The value to assign to the grok_name_key property of this UnifiedAgentMultilineGrokParser. :type grok_name_key: str :param grok_failure_key: The value to assign to the grok_failure_key property of this UnifiedAgentMultilineGrokParser. :type grok_failure_key: str :param multi_line_start_regexp: The value to assign to the multi_line_start_regexp property of this UnifiedAgentMultilineGrokParser. :type multi_line_start_regexp: str :param patterns: The value to assign to the patterns property of this UnifiedAgentMultilineGrokParser. :type patterns: list[oci.logging.models.GrokPattern] �strzdict(str, str)�bool�intzlist[GrokPattern])�parser_type�field_time_key�types�null_value_pattern�is_null_empty_string�is_estimate_current_event�is_keep_time_key�timeout_in_milliseconds� grok_name_key�grok_failure_key�multi_line_start_regexp�patterns� parserType�fieldTimeKeyr �nullValuePattern�isNullEmptyString�isEstimateCurrentEvent� isKeepTimeKey�timeoutInMilliseconds�grokNameKey�grokFailureKey�multiLineStartRegexpr N�MULTILINE_GROK)� swagger_types� attribute_map�_parser_type�_field_time_key�_types�_null_value_pattern�_is_null_empty_string�_is_estimate_current_event�_is_keep_time_key�_timeout_in_milliseconds�_grok_name_key�_grok_failure_key�_multi_line_start_regexp� _patterns)�self�kwargs� r3 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/logging/models/unified_agent_multiline_grok_parser.py�__init__ sN 9��z(UnifiedAgentMultilineGrokParser.__init__c C s | j S )z� Gets the grok_name_key of this UnifiedAgentMultilineGrokParser. :return: The grok_name_key of this UnifiedAgentMultilineGrokParser. :rtype: str �r- �r1 r3 r3 r4 r t s z-UnifiedAgentMultilineGrokParser.grok_name_keyc C s || _ dS )z� Sets the grok_name_key of this UnifiedAgentMultilineGrokParser. :param grok_name_key: The grok_name_key of this UnifiedAgentMultilineGrokParser. :type: str Nr6 )r1 r r3 r3 r4 r ~ s c C s | j S )z� Gets the grok_failure_key of this UnifiedAgentMultilineGrokParser. :return: The grok_failure_key of this UnifiedAgentMultilineGrokParser. :rtype: str �r. r7 r3 r3 r4 r � s z0UnifiedAgentMultilineGrokParser.grok_failure_keyc C s || _ dS )z� Sets the grok_failure_key of this UnifiedAgentMultilineGrokParser. :param grok_failure_key: The grok_failure_key of this UnifiedAgentMultilineGrokParser. :type: str Nr8 )r1 r r3 r3 r4 r � s c C s | j S )z� Gets the multi_line_start_regexp of this UnifiedAgentMultilineGrokParser. :return: The multi_line_start_regexp of this UnifiedAgentMultilineGrokParser. :rtype: str �r/ r7 r3 r3 r4 r � s z7UnifiedAgentMultilineGrokParser.multi_line_start_regexpc C s || _ dS )z� Sets the multi_line_start_regexp of this UnifiedAgentMultilineGrokParser. :param multi_line_start_regexp: The multi_line_start_regexp of this UnifiedAgentMultilineGrokParser. :type: str Nr9 )r1 r r3 r3 r4 r � s c C s | j S )z� Gets the patterns of this UnifiedAgentMultilineGrokParser. :return: The patterns of this UnifiedAgentMultilineGrokParser. :rtype: list[oci.logging.models.GrokPattern] �r0 r7 r3 r3 r4 r � s z(UnifiedAgentMultilineGrokParser.patternsc C s || _ dS )z� Sets the patterns of this UnifiedAgentMultilineGrokParser. :param patterns: The patterns of this UnifiedAgentMultilineGrokParser. :type: list[oci.logging.models.GrokPattern] Nr: )r1 r r3 r3 r4 r � s c C s t | �S �N)r r7 r3 r3 r4 �__repr__� s z(UnifiedAgentMultilineGrokParser.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r1 �otherr3 r3 r4 �__eq__� s z&UnifiedAgentMultilineGrokParser.__eq__c C s | |k S r; r3 r>