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__/log_source.cpython-39.opt-1.pyc
a

���f��@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@s~eZdZdZdd�Zedd��Zejdd��Zedd��Zejd	d��Zed
d��Z	e	jdd��Z	d
d�Z
dd�Zdd�ZdS)�	LogSourcez+
    The logs for this Logging source.
    cKs2dddd�|_dddd�|_d|_d|_d|_dS)ac
        Initializes a new LogSource 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 LogSource.
        :type compartment_id: str

        :param log_group_id:
            The value to assign to the log_group_id property of this LogSource.
        :type log_group_id: str

        :param log_id:
            The value to assign to the log_id property of this LogSource.
        :type log_id: str

        �str)�compartment_id�log_group_id�log_idZ
compartmentIdZ
logGroupIdZlogIdN)Z
swagger_typesZ
attribute_map�_compartment_id�
_log_group_id�_log_id)�self�kwargs�r�=/usr/lib/python3.9/site-packages/oci/sch/models/log_source.py�__init__s��zLogSource.__init__cCs|jS)a3
        **[Required]** Gets the compartment_id of this LogSource.
        The `OCID`__ of the compartment containing the log source.

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


        :return: The compartment_id of this LogSource.
        :rtype: str
        �r�rrrrr4szLogSource.compartment_idcCs
||_dS)a1
        Sets the compartment_id of this LogSource.
        The `OCID`__ of the compartment containing the log source.

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


        :param compartment_id: The compartment_id of this LogSource.
        :type: str
        Nr)rrrrrrBscCs|jS)a�
        Gets the log_group_id of this LogSource.
        The `OCID`__ of the log group.
        Note: For the Notifications target, only _Audit is allowed.
        Example OCID for _Audit log group: ocid1.tenancy.oc1..exampleuniqueid/_Audit

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


        :return: The log_group_id of this LogSource.
        :rtype: str
        �rrrrrr	PszLogSource.log_group_idcCs
||_dS)a�
        Sets the log_group_id of this LogSource.
        The `OCID`__ of the log group.
        Note: For the Notifications target, only _Audit is allowed.
        Example OCID for _Audit log group: ocid1.tenancy.oc1..exampleuniqueid/_Audit

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


        :param log_group_id: The log_group_id of this LogSource.
        :type: str
        Nr)rr	rrrr	`scCs|jS)z�
        Gets the log_id of this LogSource.
        The `OCID`__ of the log.

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


        :return: The log_id of this LogSource.
        :rtype: str
        �r
rrrrr
pszLogSource.log_idcCs
||_dS)z�
        Sets the log_id of this LogSource.
        The `OCID`__ of the log.

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


        :param log_id: The log_id of this LogSource.
        :type: str
        Nr)rr
rrrr
~scCst|�S�N)rrrrr�__repr__�szLogSource.__repr__cCs|durdS|j|jkS)NF)�__dict__�r�otherrrr�__eq__�szLogSource.__eq__cCs
||kSrrrrrr�__ne__�szLogSource.__ne__N)
�__name__�
__module__�__qualname__�__doc__r�propertyr�setterr	r
rrrrrrrrs""









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