ruạṛ
a O��fW � @ 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 �str�Source� Archiving)�compartment_id�source� archiving� compartmentIdr r N)� swagger_types� attribute_map�_compartment_id�_source� _archiving)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 2 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 >