ruạṛ
a O��fA � @ 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 )�MonitoringSourceDetailsz� The Monitoring 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 MonitoringSourceDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.sch.models.MonitoringSourceDetails.kind` attribute of this class is ``monitoring`` 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 MonitoringSourceDetails. Allowed values for this property are: "logging", "monitoring", "streaming" :type kind: str :param monitoring_sources: The value to assign to the monitoring_sources property of this MonitoringSourceDetails. :type monitoring_sources: list[oci.sch.models.MonitoringSource] �strzlist[MonitoringSource])�kind�monitoring_sourcesr �monitoringSourcesN� monitoring)� swagger_types� attribute_map�_kind�_monitoring_sources)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/sch/models/monitoring_source_details.py�__init__ s ��z MonitoringSourceDetails.__init__c C s | j S )a **[Required]** Gets the monitoring_sources of this MonitoringSourceDetails. The list of metric namespaces to retrieve data from. :return: The monitoring_sources of this MonitoringSourceDetails. :rtype: list[oci.sch.models.MonitoringSource] �r �r r r r r 2 s z*MonitoringSourceDetails.monitoring_sourcesc C s || _ dS )a Sets the monitoring_sources of this MonitoringSourceDetails. The list of metric namespaces to retrieve data from. :param monitoring_sources: The monitoring_sources of this MonitoringSourceDetails. :type: list[oci.sch.models.MonitoringSource] Nr )r r r r r r >