ruạṛ
a ���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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�UnifiedAgentOpenmetricsParserz Openmetrics parser. c K st dddddddddd� | _ ddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new UnifiedAgentOpenmetricsParser object with values from keyword arguments. The default value of the :py:attr:`~oci.logging.models.UnifiedAgentOpenmetricsParser.parser_type` attribute of this class is ``OPENMETRICS`` 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 UnifiedAgentOpenmetricsParser. Allowed values for this property are: "AUDITD", "CRI", "JSON", "TSV", "CSV", "NONE", "SYSLOG", "APACHE2", "APACHE_ERROR", "MSGPACK", "REGEXP", "MULTILINE", "GROK", "MULTILINE_GROK", "OPENMETRICS" :type parser_type: str :param field_time_key: The value to assign to the field_time_key property of this UnifiedAgentOpenmetricsParser. :type field_time_key: str :param types: The value to assign to the types property of this UnifiedAgentOpenmetricsParser. :type types: dict(str, str) :param null_value_pattern: The value to assign to the null_value_pattern property of this UnifiedAgentOpenmetricsParser. :type null_value_pattern: str :param is_null_empty_string: The value to assign to the is_null_empty_string property of this UnifiedAgentOpenmetricsParser. :type is_null_empty_string: bool :param is_estimate_current_event: The value to assign to the is_estimate_current_event property of this UnifiedAgentOpenmetricsParser. :type is_estimate_current_event: bool :param is_keep_time_key: The value to assign to the is_keep_time_key property of this UnifiedAgentOpenmetricsParser. :type is_keep_time_key: bool :param timeout_in_milliseconds: The value to assign to the timeout_in_milliseconds property of this UnifiedAgentOpenmetricsParser. :type timeout_in_milliseconds: int :param record_input: The value to assign to the record_input property of this UnifiedAgentOpenmetricsParser. :type record_input: oci.logging.models.UnifiedAgentOpenmetricsParserRecord �strzdict(str, str)�bool�intZ#UnifiedAgentOpenmetricsParserRecord) Zparser_typeZfield_time_key�typesZnull_value_patternZis_null_empty_stringZis_estimate_current_eventZis_keep_time_keyZtimeout_in_milliseconds�record_inputZ parserTypeZfieldTimeKeyr ZnullValuePatternZisNullEmptyStringZisEstimateCurrentEventZ isKeepTimeKeyZtimeoutInMillisecondsZrecordInputNZOPENMETRICS)Z swagger_typesZ attribute_mapZ_parser_typeZ_field_time_keyZ_typesZ_null_value_patternZ_is_null_empty_stringZ_is_estimate_current_eventZ_is_keep_time_keyZ_timeout_in_milliseconds� _record_input)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/logging/models/unified_agent_openmetrics_parser.py�__init__ s<