ruạṛ
a ���f� � @ 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� �Zdd� Zdd� Zdd � Zd!S )"�DependentParserz* A parser used by another parser. �XML�JSON�REGEX�ODL� DELIMITEDc K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) a= Initializes a new DependentParser object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param parser_name: The value to assign to the parser_name property of this DependentParser. :type parser_name: str :param parser_display_name: The value to assign to the parser_display_name property of this DependentParser. :type parser_display_name: str :param parser_id: The value to assign to the parser_id property of this DependentParser. :type parser_id: int :param is_system: The value to assign to the is_system property of this DependentParser. :type is_system: bool :param parser_type: The value to assign to the parser_type property of this DependentParser. 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 parser_type: str :param dependencies: The value to assign to the dependencies property of this DependentParser. :type dependencies: list[oci.log_analytics.models.Dependency] �str�int�boolzlist[Dependency])�parser_name�parser_display_name� parser_id� is_system�parser_type�dependenciesZ parserNameZparserDisplayNameZparserIdZisSystemZ parserTyper N)Z swagger_typesZ attribute_map�_parser_name�_parser_display_name� _parser_id� _is_system�_parser_type� _dependencies)�self�kwargs� r �M/usr/lib/python3.9/site-packages/oci/log_analytics/models/dependent_parser.py�__init__&