ruạṛ
a O��fr � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Ze d3d4� �Zejd5d4� �Ze d6d7� �Zejd8d7� �Ze d9d:� �Zejd;d:� �Ze d<d=� �Zejd>d=� �Ze d?d@� �ZejdAd@� �Ze dBdC� �ZejdDdC� �Ze dEdF� �Z e jdGdF� �Z e dHdI� �Z!e!jdJdI� �Z!e dKdL� �Z"e"jdMdL� �Z"e dNdO� �Z#e#jdPdO� �Z#e dQdR� �Z$e$jdSdR� �Z$e dTdU� �Z%e%jdVdU� �Z%dWdX� Z&dYdZ� Z'd[d\� Z(d]S )^�UpsertLogAnalyticsParserDetailsz) UpsertLogAnalyticsParserDetails �XML�JSON�REGEX�ODL� DELIMITEDc K s ddddddddddddddddddddddddddd�| _ dd d ddd ddddddddddddddddddd d!d�| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _ d"| _ d"| _d"| _d"| _ d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"S )#a3 Initializes a new UpsertLogAnalyticsParserDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param content: The value to assign to the content property of this UpsertLogAnalyticsParserDetails. :type content: str :param description: The value to assign to the description property of this UpsertLogAnalyticsParserDetails. :type description: str :param display_name: The value to assign to the display_name property of this UpsertLogAnalyticsParserDetails. :type display_name: str :param edit_version: The value to assign to the edit_version property of this UpsertLogAnalyticsParserDetails. :type edit_version: int :param encoding: The value to assign to the encoding property of this UpsertLogAnalyticsParserDetails. :type encoding: str :param example_content: The value to assign to the example_content property of this UpsertLogAnalyticsParserDetails. :type example_content: str :param field_maps: The value to assign to the field_maps property of this UpsertLogAnalyticsParserDetails. :type field_maps: list[oci.log_analytics.models.LogAnalyticsParserField] :param footer_content: The value to assign to the footer_content property of this UpsertLogAnalyticsParserDetails. :type footer_content: str :param header_content: The value to assign to the header_content property of this UpsertLogAnalyticsParserDetails. :type header_content: str :param name: The value to assign to the name property of this UpsertLogAnalyticsParserDetails. :type name: str :param is_default: The value to assign to the is_default property of this UpsertLogAnalyticsParserDetails. :type is_default: bool :param is_single_line_content: The value to assign to the is_single_line_content property of this UpsertLogAnalyticsParserDetails. :type is_single_line_content: bool :param is_system: The value to assign to the is_system property of this UpsertLogAnalyticsParserDetails. :type is_system: bool :param language: The value to assign to the language property of this UpsertLogAnalyticsParserDetails. :type language: str :param log_type_test_request_version: The value to assign to the log_type_test_request_version property of this UpsertLogAnalyticsParserDetails. :type log_type_test_request_version: int :param parser_ignoreline_characters: The value to assign to the parser_ignoreline_characters property of this UpsertLogAnalyticsParserDetails. :type parser_ignoreline_characters: str :param parser_sequence: The value to assign to the parser_sequence property of this UpsertLogAnalyticsParserDetails. :type parser_sequence: int :param parser_timezone: The value to assign to the parser_timezone property of this UpsertLogAnalyticsParserDetails. :type parser_timezone: str :param is_parser_written_once: The value to assign to the is_parser_written_once property of this UpsertLogAnalyticsParserDetails. :type is_parser_written_once: bool :param parser_functions: The value to assign to the parser_functions property of this UpsertLogAnalyticsParserDetails. :type parser_functions: list[oci.log_analytics.models.LogAnalyticsParserFunction] :param should_tokenize_original_text: The value to assign to the should_tokenize_original_text property of this UpsertLogAnalyticsParserDetails. :type should_tokenize_original_text: bool :param field_delimiter: The value to assign to the field_delimiter property of this UpsertLogAnalyticsParserDetails. :type field_delimiter: str :param field_qualifier: The value to assign to the field_qualifier property of this UpsertLogAnalyticsParserDetails. :type field_qualifier: str :param type: The value to assign to the type property of this UpsertLogAnalyticsParserDetails. Allowed values for this property are: "XML", "JSON", "REGEX", "ODL", "DELIMITED" :type type: str :param is_namespace_aware: The value to assign to the is_namespace_aware property of this UpsertLogAnalyticsParserDetails. :type is_namespace_aware: bool :param categories: The value to assign to the categories property of this UpsertLogAnalyticsParserDetails. :type categories: list[oci.log_analytics.models.LogAnalyticsCategory] �str�intzlist[LogAnalyticsParserField]�boolz list[LogAnalyticsParserFunction]zlist[LogAnalyticsCategory])�content�description�display_name�edit_version�encoding�example_content� field_maps�footer_content�header_content�name� is_default�is_single_line_content� is_system�language�log_type_test_request_version�parser_ignoreline_characters�parser_sequence�parser_timezone�is_parser_written_once�parser_functions�should_tokenize_original_text�field_delimiter�field_qualifier�type�is_namespace_aware� categoriesr r �displayName�editVersionr �exampleContent� fieldMaps� footerContent� headerContentr � isDefault�isSingleLineContent�isSystemr �logTypeTestRequestVersion�parserIgnorelineCharacters�parserSequence�parserTimezone�isParserWrittenOnce�parserFunctions�shouldTokenizeOriginalText�fieldDelimiter�fieldQualifierr&