ruạṛ
a O��fV � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� SourceDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�LoggingSourceDetailsz� The Logging source. For configuration instructions, see `To create a service connector`__. __ https://docs.cloud.oracle.com/iaas/Content/service-connector-hub/managingconnectors.htm#create c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a� Initializes a new LoggingSourceDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.sch.models.LoggingSourceDetails.kind` 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 kind: The value to assign to the kind property of this LoggingSourceDetails. Allowed values for this property are: "logging", "monitoring", "streaming" :type kind: str :param log_sources: The value to assign to the log_sources property of this LoggingSourceDetails. :type log_sources: list[oci.sch.models.LogSource] �strzlist[LogSource])�kind�log_sourcesr � logSourcesN�logging)� swagger_types� attribute_map�_kind�_log_sources)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/sch/models/logging_source_details.py�__init__ s ��zLoggingSourceDetails.__init__c C s | j S )z� **[Required]** Gets the log_sources of this LoggingSourceDetails. The logs for this Logging source. :return: The log_sources of this LoggingSourceDetails. :rtype: list[oci.sch.models.LogSource] �r �r r r r r 2 s z LoggingSourceDetails.log_sourcesc C s || _ dS )z� Sets the log_sources of this LoggingSourceDetails. The logs for this Logging source. :param log_sources: The log_sources of this LoggingSourceDetails. :type: list[oci.sch.models.LogSource] Nr )r r r r r r >