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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )� Configurationz# Log object configuration. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new Configuration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this Configuration. :type compartment_id: str :param source: The value to assign to the source property of this Configuration. :type source: oci.logging.models.Source :param archiving: The value to assign to the archiving property of this Configuration. :type archiving: oci.logging.models.Archiving �strZSourceZ Archiving)�compartment_id�source� archivingZ compartmentIdr r N)Z swagger_typesZ attribute_map�_compartment_id�_source� _archiving)�self�kwargs� r �D/usr/lib/python3.9/site-packages/oci/logging/models/configuration.py�__init__ s ��zConfiguration.__init__c C s | j S )z� Gets the compartment_id of this Configuration. The OCID of the compartment that the resource belongs to. :return: The compartment_id of this Configuration. :rtype: str �r �r r r r r 4 s zConfiguration.compartment_idc C s || _ dS )z� Sets the compartment_id of this Configuration. The OCID of the compartment that the resource belongs to. :param compartment_id: The compartment_id of this Configuration. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the source of this Configuration. :return: The source of this Configuration. :rtype: oci.logging.models.Source �r r r r r r L s zConfiguration.sourcec C s || _ dS )z� Sets the source of this Configuration. :param source: The source of this Configuration. :type: oci.logging.models.Source Nr )r r r r r r V s c C s | j S )z� Gets the archiving of this Configuration. :return: The archiving of this Configuration. :rtype: oci.logging.models.Archiving �r r r r r r ` s zConfiguration.archivingc C s || _ dS )z� Sets the archiving of this Configuration. :param archiving: The archiving of this Configuration. :type: oci.logging.models.Archiving Nr )r r r r r r j s c C s t | �S �N)r r r r r �__repr__t s zConfiguration.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__w s zConfiguration.__eq__c C s | |k S r r r r r r �__ne__} s zConfiguration.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"