HEX
Server: Apache
System: Linux sh00085.hostgator.com 5.14.0-687.29.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 2026 x86_64
User: yqegzjte (1064)
PHP: 8.5.8
Disabled: NONE
Upload Files
File: //lib/python3.9/site-packages/oci/sch/models/__pycache__/monitoring_source.cpython-39.pyc
a

���f5�@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@sdeZdZdZdd�Zedd��Zejdd��Zedd��Zejd	d��Zd
d�Z	dd
�Z
dd�ZdS)�MonitoringSourcezQ
    A compartment-specific list of metric namespaces to retrieve data from.
    cKs(ddd�|_ddd�|_d|_d|_dS)a7
        Initializes a new MonitoringSource 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 MonitoringSource.
        :type compartment_id: str

        :param namespace_details:
            The value to assign to the namespace_details property of this MonitoringSource.
        :type namespace_details: oci.sch.models.MonitoringSourceNamespaceDetails

        �strZ MonitoringSourceNamespaceDetails)�compartment_id�namespace_detailsZ
compartmentIdZnamespaceDetailsN)Z
swagger_typesZ
attribute_map�_compartment_id�_namespace_details)�self�kwargs�r�D/usr/lib/python3.9/site-packages/oci/sch/models/monitoring_source.py�__init__s��zMonitoringSource.__init__cCs|jS)al
        **[Required]** Gets the compartment_id of this MonitoringSource.
        The `OCID`__ of a compartment containing metric namespaces you want to use for the Monitoring source.

        __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm


        :return: The compartment_id of this MonitoringSource.
        :rtype: str
        �r
�rrrrr-szMonitoringSource.compartment_idcCs
||_dS)aj
        Sets the compartment_id of this MonitoringSource.
        The `OCID`__ of a compartment containing metric namespaces you want to use for the Monitoring source.

        __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm


        :param compartment_id: The compartment_id of this MonitoringSource.
        :type: str
        Nr)rrrrrr;scCs|jS)z�
        **[Required]** Gets the namespace_details of this MonitoringSource.

        :return: The namespace_details of this MonitoringSource.
        :rtype: oci.sch.models.MonitoringSourceNamespaceDetails
        �rrrrrr	Isz"MonitoringSource.namespace_detailscCs
||_dS)z�
        Sets the namespace_details of this MonitoringSource.

        :param namespace_details: The namespace_details of this MonitoringSource.
        :type: oci.sch.models.MonitoringSourceNamespaceDetails
        Nr)rr	rrrr	SscCst|�S�N)rrrrr�__repr__]szMonitoringSource.__repr__cCs|durdS|j|jkS)NF)�__dict__�r�otherrrr�__eq__`szMonitoringSource.__eq__cCs
||kSrrrrrr�__ne__fszMonitoringSource.__ne__N)�__name__�
__module__�__qualname__�__doc__r�propertyr�setterr	rrrrrrrrs




	
	rN)Zoci.utilrrrZoci.decoratorsr�objectrrrrr�<module>s