ruạṛ
a O��fo � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�'UnifiedAgentServiceConfigurationDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )� UnifiedAgentLoggingConfigurationz= Unified Agent logging service configuration object. c K s8 dddd�| _ dddd�| _d| _d| _d| _d | _dS ) a Initializes a new UnifiedAgentLoggingConfiguration object with values from keyword arguments. The default value of the :py:attr:`~oci.logging.models.UnifiedAgentLoggingConfiguration.configuration_type` attribute of this class is ``LOGGING`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param configuration_type: The value to assign to the configuration_type property of this UnifiedAgentLoggingConfiguration. Allowed values for this property are: "LOGGING" :type configuration_type: str :param sources: The value to assign to the sources property of this UnifiedAgentLoggingConfiguration. :type sources: list[oci.logging.models.UnifiedAgentLoggingSource] :param destination: The value to assign to the destination property of this UnifiedAgentLoggingConfiguration. :type destination: oci.logging.models.UnifiedAgentLoggingDestination �strzlist[UnifiedAgentLoggingSource]�UnifiedAgentLoggingDestination)�configuration_type�sources�destination�configurationTyper r N�LOGGING)� swagger_types� attribute_map�_configuration_type�_sources�_destination)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/logging/models/unified_agent_logging_configuration.py�__init__ s ��z)UnifiedAgentLoggingConfiguration.__init__c C s | j S )z� Gets the sources of this UnifiedAgentLoggingConfiguration. :return: The sources of this UnifiedAgentLoggingConfiguration. :rtype: list[oci.logging.models.UnifiedAgentLoggingSource] �r �r r r r r 5 s z(UnifiedAgentLoggingConfiguration.sourcesc C s || _ dS )z� Sets the sources of this UnifiedAgentLoggingConfiguration. :param sources: The sources of this UnifiedAgentLoggingConfiguration. :type: list[oci.logging.models.UnifiedAgentLoggingSource] Nr )r r r r r r ? s c C s | j S )z� Gets the destination of this UnifiedAgentLoggingConfiguration. :return: The destination of this UnifiedAgentLoggingConfiguration. :rtype: oci.logging.models.UnifiedAgentLoggingDestination �r r r r r r I s z,UnifiedAgentLoggingConfiguration.destinationc C s || _ dS )z� Sets the destination of this UnifiedAgentLoggingConfiguration. :param destination: The destination of this UnifiedAgentLoggingConfiguration. :type: oci.logging.models.UnifiedAgentLoggingDestination Nr )r r r r r r S s c C s t | �S �N)r r r r r �__repr__] s z)UnifiedAgentLoggingConfiguration.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__` s z'UnifiedAgentLoggingConfiguration.__eq__c C s | |k S r r r r r r �__ne__f s z'UnifiedAgentLoggingConfiguration.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r"