Server IP : 103.119.228.120 / Your IP : 18.221.59.121 Web Server : Apache System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : nobody ( 99) PHP Version : 5.6.40 Disable Function : shell_exec,symlink,system,exec,proc_get_status,proc_nice,proc_terminate,define_syslog_variables,syslog,openlog,closelog,escapeshellcmd,passthru,ocinum cols,ini_alter,leak,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dl,dll,myshellexec,proc_open,socket_bind,proc_close,escapeshellarg,parse_ini_filepopen,fpassthru,exec,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,popen,show_source,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,dl,symlink,shell_exec,system,dl,passthru,escapeshellarg,escapeshellcmd,myshellexec,c99_buff_prepare,c99_sess_put,fpassthru,getdisfunc,fx29exec,fx29exec2,is_windows,disp_freespace,fx29sh_getupdate,fx29_buff_prepare,fx29_sess_put,fx29shexit,fx29fsearch,fx29ftpbrutecheck,fx29sh_tools,fx29sh_about,milw0rm,imagez,sh_name,myshellexec,checkproxyhost,dosyayicek,c99_buff_prepare,c99_sess_put,c99getsource,c99sh_getupdate,c99fsearch,c99shexit,view_perms,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,parsesort,view_perms_color,set_encoder_input,ls_setcheckboxall,ls_reverse_all,rsg_read,rsg_glob,selfURL,dispsecinfo,unix2DosTime,addFile,system,get_users,view_size,DirFiles,DirFilesWide,DirPrintHTMLHeaders,GetFilesTotal,GetTitles,GetTimeTotal,GetMatchesCount,GetFileMatchesCount,GetResultFiles,fs_copy_dir,fs_copy_obj,fs_move_dir,fs_move_obj,fs_rmdir,SearchText,getmicrotime MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/mysqlsh/lib/python3.9/site-packages/oci/log_analytics/models/ |
Upload File : |
# coding: utf-8 # Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved. # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20200601 from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401 from oci.decorators import init_model_state_from_kwargs @init_model_state_from_kwargs class LogAnalyticsParser(object): """ LogAnalyticsParser """ #: A constant which can be used with the type property of a LogAnalyticsParser. #: This constant has a value of "XML" TYPE_XML = "XML" #: A constant which can be used with the type property of a LogAnalyticsParser. #: This constant has a value of "JSON" TYPE_JSON = "JSON" #: A constant which can be used with the type property of a LogAnalyticsParser. #: This constant has a value of "REGEX" TYPE_REGEX = "REGEX" #: A constant which can be used with the type property of a LogAnalyticsParser. #: This constant has a value of "ODL" TYPE_ODL = "ODL" #: A constant which can be used with the type property of a LogAnalyticsParser. #: This constant has a value of "DELIMITED" TYPE_DELIMITED = "DELIMITED" def __init__(self, **kwargs): """ Initializes a new LogAnalyticsParser 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 LogAnalyticsParser. :type content: str :param description: The value to assign to the description property of this LogAnalyticsParser. :type description: str :param display_name: The value to assign to the display_name property of this LogAnalyticsParser. :type display_name: str :param edit_version: The value to assign to the edit_version property of this LogAnalyticsParser. :type edit_version: int :param encoding: The value to assign to the encoding property of this LogAnalyticsParser. :type encoding: str :param example_content: The value to assign to the example_content property of this LogAnalyticsParser. :type example_content: str :param field_maps: The value to assign to the field_maps property of this LogAnalyticsParser. :type field_maps: list[oci.log_analytics.models.LogAnalyticsParserField] :param footer_content: The value to assign to the footer_content property of this LogAnalyticsParser. :type footer_content: str :param header_content: The value to assign to the header_content property of this LogAnalyticsParser. :type header_content: str :param name: The value to assign to the name property of this LogAnalyticsParser. :type name: str :param is_default: The value to assign to the is_default property of this LogAnalyticsParser. :type is_default: bool :param is_single_line_content: The value to assign to the is_single_line_content property of this LogAnalyticsParser. :type is_single_line_content: bool :param is_system: The value to assign to the is_system property of this LogAnalyticsParser. :type is_system: bool :param language: The value to assign to the language property of this LogAnalyticsParser. :type language: str :param time_updated: The value to assign to the time_updated property of this LogAnalyticsParser. :type time_updated: datetime :param log_type_test_request_version: The value to assign to the log_type_test_request_version property of this LogAnalyticsParser. :type log_type_test_request_version: int :param mapped_parsers: The value to assign to the mapped_parsers property of this LogAnalyticsParser. :type mapped_parsers: list[oci.log_analytics.models.LogAnalyticsParser] :param parser_ignoreline_characters: The value to assign to the parser_ignoreline_characters property of this LogAnalyticsParser. :type parser_ignoreline_characters: str :param is_hidden: The value to assign to the is_hidden property of this LogAnalyticsParser. :type is_hidden: bool :param parser_sequence: The value to assign to the parser_sequence property of this LogAnalyticsParser. :type parser_sequence: int :param parser_timezone: The value to assign to the parser_timezone property of this LogAnalyticsParser. :type parser_timezone: str :param parser_filter: The value to assign to the parser_filter property of this LogAnalyticsParser. :type parser_filter: oci.log_analytics.models.LogAnalyticsParserFilter :param is_parser_written_once: The value to assign to the is_parser_written_once property of this LogAnalyticsParser. :type is_parser_written_once: bool :param parser_functions: The value to assign to the parser_functions property of this LogAnalyticsParser. :type parser_functions: list[oci.log_analytics.models.LogAnalyticsParserFunction] :param sources_count: The value to assign to the sources_count property of this LogAnalyticsParser. :type sources_count: int :param sources: The value to assign to the sources property of this LogAnalyticsParser. :type sources: list[oci.log_analytics.models.LogAnalyticsSource] :param should_tokenize_original_text: The value to assign to the should_tokenize_original_text property of this LogAnalyticsParser. :type should_tokenize_original_text: bool :param field_delimiter: The value to assign to the field_delimiter property of this LogAnalyticsParser. :type field_delimiter: str :param field_qualifier: The value to assign to the field_qualifier property of this LogAnalyticsParser. :type field_qualifier: str :param type: The value to assign to the type property of this LogAnalyticsParser. Allowed values for this property are: "XML", "JSON", "REGEX", "ODL", "DELIMITED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param is_user_deleted: The value to assign to the is_user_deleted property of this LogAnalyticsParser. :type is_user_deleted: bool :param is_namespace_aware: The value to assign to the is_namespace_aware property of this LogAnalyticsParser. :type is_namespace_aware: bool :param categories: The value to assign to the categories property of this LogAnalyticsParser. :type categories: list[oci.log_analytics.models.LogAnalyticsCategory] :param is_position_aware: The value to assign to the is_position_aware property of this LogAnalyticsParser. :type is_position_aware: bool :param dependent_sources: The value to assign to the dependent_sources property of this LogAnalyticsParser. :type dependent_sources: list[oci.log_analytics.models.DependentSource] :param dependent_parsers: The value to assign to the dependent_parsers property of this LogAnalyticsParser. :type dependent_parsers: list[oci.log_analytics.models.DependentParser] """ self.swagger_types = { 'content': 'str', 'description': 'str', 'display_name': 'str', 'edit_version': 'int', 'encoding': 'str', 'example_content': 'str', 'field_maps': 'list[LogAnalyticsParserField]', 'footer_content': 'str', 'header_content': 'str', 'name': 'str', 'is_default': 'bool', 'is_single_line_content': 'bool', 'is_system': 'bool', 'language': 'str', 'time_updated': 'datetime', 'log_type_test_request_version': 'int', 'mapped_parsers': 'list[LogAnalyticsParser]', 'parser_ignoreline_characters': 'str', 'is_hidden': 'bool', 'parser_sequence': 'int', 'parser_timezone': 'str', 'parser_filter': 'LogAnalyticsParserFilter', 'is_parser_written_once': 'bool', 'parser_functions': 'list[LogAnalyticsParserFunction]', 'sources_count': 'int', 'sources': 'list[LogAnalyticsSource]', 'should_tokenize_original_text': 'bool', 'field_delimiter': 'str', 'field_qualifier': 'str', 'type': 'str', 'is_user_deleted': 'bool', 'is_namespace_aware': 'bool', 'categories': 'list[LogAnalyticsCategory]', 'is_position_aware': 'bool', 'dependent_sources': 'list[DependentSource]', 'dependent_parsers': 'list[DependentParser]' } self.attribute_map = { 'content': 'content', 'description': 'description', 'display_name': 'displayName', 'edit_version': 'editVersion', 'encoding': 'encoding', 'example_content': 'exampleContent', 'field_maps': 'fieldMaps', 'footer_content': 'footerContent', 'header_content': 'headerContent', 'name': 'name', 'is_default': 'isDefault', 'is_single_line_content': 'isSingleLineContent', 'is_system': 'isSystem', 'language': 'language', 'time_updated': 'timeUpdated', 'log_type_test_request_version': 'logTypeTestRequestVersion', 'mapped_parsers': 'mappedParsers', 'parser_ignoreline_characters': 'parserIgnorelineCharacters', 'is_hidden': 'isHidden', 'parser_sequence': 'parserSequence', 'parser_timezone': 'parserTimezone', 'parser_filter': 'parserFilter', 'is_parser_written_once': 'isParserWrittenOnce', 'parser_functions': 'parserFunctions', 'sources_count': 'sourcesCount', 'sources': 'sources', 'should_tokenize_original_text': 'shouldTokenizeOriginalText', 'field_delimiter': 'fieldDelimiter', 'field_qualifier': 'fieldQualifier', 'type': 'type', 'is_user_deleted': 'isUserDeleted', 'is_namespace_aware': 'isNamespaceAware', 'categories': 'categories', 'is_position_aware': 'isPositionAware', 'dependent_sources': 'dependentSources', 'dependent_parsers': 'dependentParsers' } self._content = None self._description = None self._display_name = None self._edit_version = None self._encoding = None self._example_content = None self._field_maps = None self._footer_content = None self._header_content = None self._name = None self._is_default = None self._is_single_line_content = None self._is_system = None self._language = None self._time_updated = None self._log_type_test_request_version = None self._mapped_parsers = None self._parser_ignoreline_characters = None self._is_hidden = None self._parser_sequence = None self._parser_timezone = None self._parser_filter = None self._is_parser_written_once = None self._parser_functions = None self._sources_count = None self._sources = None self._should_tokenize_original_text = None self._field_delimiter = None self._field_qualifier = None self._type = None self._is_user_deleted = None self._is_namespace_aware = None self._categories = None self._is_position_aware = None self._dependent_sources = None self._dependent_parsers = None @property def content(self): """ Gets the content of this LogAnalyticsParser. The content. :return: The content of this LogAnalyticsParser. :rtype: str """ return self._content @content.setter def content(self, content): """ Sets the content of this LogAnalyticsParser. The content. :param content: The content of this LogAnalyticsParser. :type: str """ self._content = content @property def description(self): """ Gets the description of this LogAnalyticsParser. The parser description. :return: The description of this LogAnalyticsParser. :rtype: str """ return self._description @description.setter def description(self, description): """ Sets the description of this LogAnalyticsParser. The parser description. :param description: The description of this LogAnalyticsParser. :type: str """ self._description = description @property def display_name(self): """ Gets the display_name of this LogAnalyticsParser. The parser display name. :return: The display_name of this LogAnalyticsParser. :rtype: str """ return self._display_name @display_name.setter def display_name(self, display_name): """ Sets the display_name of this LogAnalyticsParser. The parser display name. :param display_name: The display_name of this LogAnalyticsParser. :type: str """ self._display_name = display_name @property def edit_version(self): """ Gets the edit_version of this LogAnalyticsParser. The parser edit version. :return: The edit_version of this LogAnalyticsParser. :rtype: int """ return self._edit_version @edit_version.setter def edit_version(self, edit_version): """ Sets the edit_version of this LogAnalyticsParser. The parser edit version. :param edit_version: The edit_version of this LogAnalyticsParser. :type: int """ self._edit_version = edit_version @property def encoding(self): """ Gets the encoding of this LogAnalyticsParser. The encoding. :return: The encoding of this LogAnalyticsParser. :rtype: str """ return self._encoding @encoding.setter def encoding(self, encoding): """ Sets the encoding of this LogAnalyticsParser. The encoding. :param encoding: The encoding of this LogAnalyticsParser. :type: str """ self._encoding = encoding @property def example_content(self): """ Gets the example_content of this LogAnalyticsParser. The example content. :return: The example_content of this LogAnalyticsParser. :rtype: str """ return self._example_content @example_content.setter def example_content(self, example_content): """ Sets the example_content of this LogAnalyticsParser. The example content. :param example_content: The example_content of this LogAnalyticsParser. :type: str """ self._example_content = example_content @property def field_maps(self): """ Gets the field_maps of this LogAnalyticsParser. The parser fields. :return: The field_maps of this LogAnalyticsParser. :rtype: list[oci.log_analytics.models.LogAnalyticsParserField] """ return self._field_maps @field_maps.setter def field_maps(self, field_maps): """ Sets the field_maps of this LogAnalyticsParser. The parser fields. :param field_maps: The field_maps of this LogAnalyticsParser. :type: list[oci.log_analytics.models.LogAnalyticsParserField] """ self._field_maps = field_maps @property def footer_content(self): """ Gets the footer_content of this LogAnalyticsParser. The footer regular expression. :return: The footer_content of this LogAnalyticsParser. :rtype: str """ return self._footer_content @footer_content.setter def footer_content(self, footer_content): """ Sets the footer_content of this LogAnalyticsParser. The footer regular expression. :param footer_content: The footer_content of this LogAnalyticsParser. :type: str """ self._footer_content = footer_content @property def header_content(self): """ Gets the header_content of this LogAnalyticsParser. The header content. :return: The header_content of this LogAnalyticsParser. :rtype: str """ return self._header_content @header_content.setter def header_content(self, header_content): """ Sets the header_content of this LogAnalyticsParser. The header content. :param header_content: The header_content of this LogAnalyticsParser. :type: str """ self._header_content = header_content @property def name(self): """ Gets the name of this LogAnalyticsParser. The parser name. :return: The name of this LogAnalyticsParser. :rtype: str """ return self._name @name.setter def name(self, name): """ Sets the name of this LogAnalyticsParser. The parser name. :param name: The name of this LogAnalyticsParser. :type: str """ self._name = name @property def is_default(self): """ Gets the is_default of this LogAnalyticsParser. A flag indicating if this is a default parser. :return: The is_default of this LogAnalyticsParser. :rtype: bool """ return self._is_default @is_default.setter def is_default(self, is_default): """ Sets the is_default of this LogAnalyticsParser. A flag indicating if this is a default parser. :param is_default: The is_default of this LogAnalyticsParser. :type: bool """ self._is_default = is_default @property def is_single_line_content(self): """ Gets the is_single_line_content of this LogAnalyticsParser. A flag indicating if this is a single line content parser. :return: The is_single_line_content of this LogAnalyticsParser. :rtype: bool """ return self._is_single_line_content @is_single_line_content.setter def is_single_line_content(self, is_single_line_content): """ Sets the is_single_line_content of this LogAnalyticsParser. A flag indicating if this is a single line content parser. :param is_single_line_content: The is_single_line_content of this LogAnalyticsParser. :type: bool """ self._is_single_line_content = is_single_line_content @property def is_system(self): """ Gets the is_system of this LogAnalyticsParser. The system flag. A value of false denotes a custom, or user defined object. A value of true denotes a built in object. :return: The is_system of this LogAnalyticsParser. :rtype: bool """ return self._is_system @is_system.setter def is_system(self, is_system): """ Sets the is_system of this LogAnalyticsParser. The system flag. A value of false denotes a custom, or user defined object. A value of true denotes a built in object. :param is_system: The is_system of this LogAnalyticsParser. :type: bool """ self._is_system = is_system @property def language(self): """ Gets the language of this LogAnalyticsParser. The language. :return: The language of this LogAnalyticsParser. :rtype: str """ return self._language @language.setter def language(self, language): """ Sets the language of this LogAnalyticsParser. The language. :param language: The language of this LogAnalyticsParser. :type: str """ self._language = language @property def time_updated(self): """ Gets the time_updated of this LogAnalyticsParser. The last updated date. :return: The time_updated of this LogAnalyticsParser. :rtype: datetime """ return self._time_updated @time_updated.setter def time_updated(self, time_updated): """ Sets the time_updated of this LogAnalyticsParser. The last updated date. :param time_updated: The time_updated of this LogAnalyticsParser. :type: datetime """ self._time_updated = time_updated @property def log_type_test_request_version(self): """ Gets the log_type_test_request_version of this LogAnalyticsParser. The log type test request . :return: The log_type_test_request_version of this LogAnalyticsParser. :rtype: int """ return self._log_type_test_request_version @log_type_test_request_version.setter def log_type_test_request_version(self, log_type_test_request_version): """ Sets the log_type_test_request_version of this LogAnalyticsParser. The log type test request . :param log_type_test_request_version: The log_type_test_request_version of this LogAnalyticsParser. :type: int """ self._log_type_test_request_version = log_type_test_request_version @property def mapped_parsers(self): """ Gets the mapped_parsers of this LogAnalyticsParser. The mapped parser list. :return: The mapped_parsers of this LogAnalyticsParser. :rtype: list[oci.log_analytics.models.LogAnalyticsParser] """ return self._mapped_parsers @mapped_parsers.setter def mapped_parsers(self, mapped_parsers): """ Sets the mapped_parsers of this LogAnalyticsParser. The mapped parser list. :param mapped_parsers: The mapped_parsers of this LogAnalyticsParser. :type: list[oci.log_analytics.models.LogAnalyticsParser] """ self._mapped_parsers = mapped_parsers @property def parser_ignoreline_characters(self): """ Gets the parser_ignoreline_characters of this LogAnalyticsParser. The line characters for the parser to ignore. :return: The parser_ignoreline_characters of this LogAnalyticsParser. :rtype: str """ return self._parser_ignoreline_characters @parser_ignoreline_characters.setter def parser_ignoreline_characters(self, parser_ignoreline_characters): """ Sets the parser_ignoreline_characters of this LogAnalyticsParser. The line characters for the parser to ignore. :param parser_ignoreline_characters: The parser_ignoreline_characters of this LogAnalyticsParser. :type: str """ self._parser_ignoreline_characters = parser_ignoreline_characters @property def is_hidden(self): """ Gets the is_hidden of this LogAnalyticsParser. A flag indicating if the parser is hidden or not. :return: The is_hidden of this LogAnalyticsParser. :rtype: bool """ return self._is_hidden @is_hidden.setter def is_hidden(self, is_hidden): """ Sets the is_hidden of this LogAnalyticsParser. A flag indicating if the parser is hidden or not. :param is_hidden: The is_hidden of this LogAnalyticsParser. :type: bool """ self._is_hidden = is_hidden @property def parser_sequence(self): """ Gets the parser_sequence of this LogAnalyticsParser. The parser sequence. :return: The parser_sequence of this LogAnalyticsParser. :rtype: int """ return self._parser_sequence @parser_sequence.setter def parser_sequence(self, parser_sequence): """ Sets the parser_sequence of this LogAnalyticsParser. The parser sequence. :param parser_sequence: The parser_sequence of this LogAnalyticsParser. :type: int """ self._parser_sequence = parser_sequence @property def parser_timezone(self): """ Gets the parser_timezone of this LogAnalyticsParser. The time zone. :return: The parser_timezone of this LogAnalyticsParser. :rtype: str """ return self._parser_timezone @parser_timezone.setter def parser_timezone(self, parser_timezone): """ Sets the parser_timezone of this LogAnalyticsParser. The time zone. :param parser_timezone: The parser_timezone of this LogAnalyticsParser. :type: str """ self._parser_timezone = parser_timezone @property def parser_filter(self): """ Gets the parser_filter of this LogAnalyticsParser. :return: The parser_filter of this LogAnalyticsParser. :rtype: oci.log_analytics.models.LogAnalyticsParserFilter """ return self._parser_filter @parser_filter.setter def parser_filter(self, parser_filter): """ Sets the parser_filter of this LogAnalyticsParser. :param parser_filter: The parser_filter of this LogAnalyticsParser. :type: oci.log_analytics.models.LogAnalyticsParserFilter """ self._parser_filter = parser_filter @property def is_parser_written_once(self): """ Gets the is_parser_written_once of this LogAnalyticsParser. A flag indicating whther or not the parser is write once. :return: The is_parser_written_once of this LogAnalyticsParser. :rtype: bool """ return self._is_parser_written_once @is_parser_written_once.setter def is_parser_written_once(self, is_parser_written_once): """ Sets the is_parser_written_once of this LogAnalyticsParser. A flag indicating whther or not the parser is write once. :param is_parser_written_once: The is_parser_written_once of this LogAnalyticsParser. :type: bool """ self._is_parser_written_once = is_parser_written_once @property def parser_functions(self): """ Gets the parser_functions of this LogAnalyticsParser. The parser function list. :return: The parser_functions of this LogAnalyticsParser. :rtype: list[oci.log_analytics.models.LogAnalyticsParserFunction] """ return self._parser_functions @parser_functions.setter def parser_functions(self, parser_functions): """ Sets the parser_functions of this LogAnalyticsParser. The parser function list. :param parser_functions: The parser_functions of this LogAnalyticsParser. :type: list[oci.log_analytics.models.LogAnalyticsParserFunction] """ self._parser_functions = parser_functions @property def sources_count(self): """ Gets the sources_count of this LogAnalyticsParser. The number of sources using this parser :return: The sources_count of this LogAnalyticsParser. :rtype: int """ return self._sources_count @sources_count.setter def sources_count(self, sources_count): """ Sets the sources_count of this LogAnalyticsParser. The number of sources using this parser :param sources_count: The sources_count of this LogAnalyticsParser. :type: int """ self._sources_count = sources_count @property def sources(self): """ Gets the sources of this LogAnalyticsParser. The list of sources using this parser. :return: The sources of this LogAnalyticsParser. :rtype: list[oci.log_analytics.models.LogAnalyticsSource] """ return self._sources @sources.setter def sources(self, sources): """ Sets the sources of this LogAnalyticsParser. The list of sources using this parser. :param sources: The sources of this LogAnalyticsParser. :type: list[oci.log_analytics.models.LogAnalyticsSource] """ self._sources = sources @property def should_tokenize_original_text(self): """ Gets the should_tokenize_original_text of this LogAnalyticsParser. A flag indicating whether or not to tokenize the original text. :return: The should_tokenize_original_text of this LogAnalyticsParser. :rtype: bool """ return self._should_tokenize_original_text @should_tokenize_original_text.setter def should_tokenize_original_text(self, should_tokenize_original_text): """ Sets the should_tokenize_original_text of this LogAnalyticsParser. A flag indicating whether or not to tokenize the original text. :param should_tokenize_original_text: The should_tokenize_original_text of this LogAnalyticsParser. :type: bool """ self._should_tokenize_original_text = should_tokenize_original_text @property def field_delimiter(self): """ Gets the field_delimiter of this LogAnalyticsParser. The parser field delimiter. :return: The field_delimiter of this LogAnalyticsParser. :rtype: str """ return self._field_delimiter @field_delimiter.setter def field_delimiter(self, field_delimiter): """ Sets the field_delimiter of this LogAnalyticsParser. The parser field delimiter. :param field_delimiter: The field_delimiter of this LogAnalyticsParser. :type: str """ self._field_delimiter = field_delimiter @property def field_qualifier(self): """ Gets the field_qualifier of this LogAnalyticsParser. The parser field qualifier. :return: The field_qualifier of this LogAnalyticsParser. :rtype: str """ return self._field_qualifier @field_qualifier.setter def field_qualifier(self, field_qualifier): """ Sets the field_qualifier of this LogAnalyticsParser. The parser field qualifier. :param field_qualifier: The field_qualifier of this LogAnalyticsParser. :type: str """ self._field_qualifier = field_qualifier @property def type(self): """ Gets the type of this LogAnalyticsParser. The parser type. Default value is REGEX. Allowed values for this property are: "XML", "JSON", "REGEX", "ODL", "DELIMITED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The type of this LogAnalyticsParser. :rtype: str """ return self._type @type.setter def type(self, type): """ Sets the type of this LogAnalyticsParser. The parser type. Default value is REGEX. :param type: The type of this LogAnalyticsParser. :type: str """ allowed_values = ["XML", "JSON", "REGEX", "ODL", "DELIMITED"] if not value_allowed_none_or_none_sentinel(type, allowed_values): type = 'UNKNOWN_ENUM_VALUE' self._type = type @property def is_user_deleted(self): """ Gets the is_user_deleted of this LogAnalyticsParser. A flag indicating whether or not the parser has been deleted. :return: The is_user_deleted of this LogAnalyticsParser. :rtype: bool """ return self._is_user_deleted @is_user_deleted.setter def is_user_deleted(self, is_user_deleted): """ Sets the is_user_deleted of this LogAnalyticsParser. A flag indicating whether or not the parser has been deleted. :param is_user_deleted: The is_user_deleted of this LogAnalyticsParser. :type: bool """ self._is_user_deleted = is_user_deleted @property def is_namespace_aware(self): """ Gets the is_namespace_aware of this LogAnalyticsParser. A flag indicating whether the XML parser should consider the namespace(s) while processing the log data. :return: The is_namespace_aware of this LogAnalyticsParser. :rtype: bool """ return self._is_namespace_aware @is_namespace_aware.setter def is_namespace_aware(self, is_namespace_aware): """ Sets the is_namespace_aware of this LogAnalyticsParser. A flag indicating whether the XML parser should consider the namespace(s) while processing the log data. :param is_namespace_aware: The is_namespace_aware of this LogAnalyticsParser. :type: bool """ self._is_namespace_aware = is_namespace_aware @property def categories(self): """ Gets the categories of this LogAnalyticsParser. An array of categories assigned to this parser. The isSystem flag denotes if each category assignment is user-created or Oracle-defined. :return: The categories of this LogAnalyticsParser. :rtype: list[oci.log_analytics.models.LogAnalyticsCategory] """ return self._categories @categories.setter def categories(self, categories): """ Sets the categories of this LogAnalyticsParser. An array of categories assigned to this parser. The isSystem flag denotes if each category assignment is user-created or Oracle-defined. :param categories: The categories of this LogAnalyticsParser. :type: list[oci.log_analytics.models.LogAnalyticsCategory] """ self._categories = categories @property def is_position_aware(self): """ Gets the is_position_aware of this LogAnalyticsParser. A flag indicating whether the parser is positionally aware. :return: The is_position_aware of this LogAnalyticsParser. :rtype: bool """ return self._is_position_aware @is_position_aware.setter def is_position_aware(self, is_position_aware): """ Sets the is_position_aware of this LogAnalyticsParser. A flag indicating whether the parser is positionally aware. :param is_position_aware: The is_position_aware of this LogAnalyticsParser. :type: bool """ self._is_position_aware = is_position_aware @property def dependent_sources(self): """ Gets the dependent_sources of this LogAnalyticsParser. A list of sources that depend on the parser, either directly or indirectly. :return: The dependent_sources of this LogAnalyticsParser. :rtype: list[oci.log_analytics.models.DependentSource] """ return self._dependent_sources @dependent_sources.setter def dependent_sources(self, dependent_sources): """ Sets the dependent_sources of this LogAnalyticsParser. A list of sources that depend on the parser, either directly or indirectly. :param dependent_sources: The dependent_sources of this LogAnalyticsParser. :type: list[oci.log_analytics.models.DependentSource] """ self._dependent_sources = dependent_sources @property def dependent_parsers(self): """ Gets the dependent_parsers of this LogAnalyticsParser. A list of sub parsers used by this parser. :return: The dependent_parsers of this LogAnalyticsParser. :rtype: list[oci.log_analytics.models.DependentParser] """ return self._dependent_parsers @dependent_parsers.setter def dependent_parsers(self, dependent_parsers): """ Sets the dependent_parsers of this LogAnalyticsParser. A list of sub parsers used by this parser. :param dependent_parsers: The dependent_parsers of this LogAnalyticsParser. :type: list[oci.log_analytics.models.DependentParser] """ self._dependent_parsers = dependent_parsers def __repr__(self): return formatted_flat_dict(self) def __eq__(self, other): if other is None: return False return self.__dict__ == other.__dict__ def __ne__(self, other): return not self == other