ruạṛ
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DataSourceEventInfo� )�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 )�LoggingEventInfoz< Information for a logging event for a data source. c K sL dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _d | _dS ) a� Initializes a new LoggingEventInfo object with values from keyword arguments. The default value of the :py:attr:`~oci.cloud_guard.models.LoggingEventInfo.data_source_feed_provider` attribute of this class is ``LOGGINGQUERY`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param data_source_feed_provider: The value to assign to the data_source_feed_provider property of this LoggingEventInfo. Allowed values for this property are: "LOGGINGQUERY", "SCHEDULEDQUERY" :type data_source_feed_provider: str :param observed_value: The value to assign to the observed_value property of this LoggingEventInfo. :type observed_value: str :param trigger_value: The value to assign to the trigger_value property of this LoggingEventInfo. :type trigger_value: str :param operator: The value to assign to the operator property of this LoggingEventInfo. :type operator: str :param log_result: The value to assign to the log_result property of this LoggingEventInfo. :type log_result: str �str)Zdata_source_feed_provider�observed_value� trigger_value�operator� log_resultZdataSourceFeedProviderZ observedValueZtriggerValuer Z logResultNZLOGGINGQUERY)Z swagger_typesZ attribute_mapZ_data_source_feed_provider�_observed_value�_trigger_value� _operator�_log_result)�self�kwargs� r �M/usr/lib/python3.9/site-packages/oci/cloud_guard/models/logging_event_info.py�__init__ s$ � �zLoggingEventInfo.__init__c C s | j S )z� Gets the observed_value of this LoggingEventInfo. Observed value of DataSource for a Problem :return: The observed_value of this LoggingEventInfo. :rtype: str �r �r r r r r E s zLoggingEventInfo.observed_valuec C s || _ dS )z� Sets the observed_value of this LoggingEventInfo. Observed value of DataSource for a Problem :param observed_value: The observed_value of this LoggingEventInfo. :type: str Nr )r r r r r r Q s c C s | j S )z� Gets the trigger_value of this LoggingEventInfo. Triggered value of DataSource for a Problem :return: The trigger_value of this LoggingEventInfo. :rtype: str �r r r r r r ] s zLoggingEventInfo.trigger_valuec C s || _ dS )z� Sets the trigger_value of this LoggingEventInfo. Triggered value of DataSource for a Problem :param trigger_value: The trigger_value of this LoggingEventInfo. :type: str Nr )r r r r r r i s c C s | j S )z� Gets the operator of this LoggingEventInfo. Operator details of DataSource for a Problem :return: The operator of this LoggingEventInfo. :rtype: str �r r r r r r u s zLoggingEventInfo.operatorc C s || _ dS )z� Sets the operator of this LoggingEventInfo. Operator details of DataSource for a Problem :param operator: The operator of this LoggingEventInfo. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the log_result of this LoggingEventInfo. Log result details of DataSource for a Problem :return: The log_result of this LoggingEventInfo. :rtype: str �r r r r r r � s zLoggingEventInfo.log_resultc C s || _ dS )z� Sets the log_result of this LoggingEventInfo. Log result details of DataSource for a Problem :param log_result: The log_result of this LoggingEventInfo. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zLoggingEventInfo.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zLoggingEventInfo.__eq__c C s | |k S r r r r r r �__ne__� s zLoggingEventInfo.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r! r"