📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
sch
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/sch/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: logging_analytics_target_details.pyc
a O��fS � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� TargetDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�LoggingAnalyticsTargetDetailsz� The log group used for the Logging Analytics target. For configuration instructions, see `To create a service connector`__. __ https://docs.cloud.oracle.com/iaas/Content/service-connector-hub/managingconnectors.htm#create c K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS )a� Initializes a new LoggingAnalyticsTargetDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.sch.models.LoggingAnalyticsTargetDetails.kind` attribute of this class is ``loggingAnalytics`` 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 LoggingAnalyticsTargetDetails. Allowed values for this property are: "functions", "loggingAnalytics", "monitoring", "notifications", "objectStorage", "streaming" :type kind: str :param log_group_id: The value to assign to the log_group_id property of this LoggingAnalyticsTargetDetails. :type log_group_id: str :param log_source_identifier: The value to assign to the log_source_identifier property of this LoggingAnalyticsTargetDetails. :type log_source_identifier: str �str)�kind�log_group_id�log_source_identifierr � logGroupId�logSourceIdentifierN�loggingAnalytics)� swagger_types� attribute_map�_kind� _log_group_id�_log_source_identifier)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/sch/models/logging_analytics_target_details.py�__init__ s ��z&LoggingAnalyticsTargetDetails.__init__c C s | j S )aM **[Required]** Gets the log_group_id of this LoggingAnalyticsTargetDetails. The `OCID`__ of the Logging Analytics log group. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The log_group_id of this LoggingAnalyticsTargetDetails. :rtype: str �r �r r r r r 9 s z*LoggingAnalyticsTargetDetails.log_group_idc C s || _ dS )aI Sets the log_group_id of this LoggingAnalyticsTargetDetails. The `OCID`__ of the Logging Analytics log group. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param log_group_id: The log_group_id of this LoggingAnalyticsTargetDetails. :type: str Nr )r r r r r r G s c C s | j S )a� Gets the log_source_identifier of this LoggingAnalyticsTargetDetails. Identifier of the log source that you want to use for processing data received from the service connector source. Applies to `StreamingSource` only. Equivalent to `name` at :class:`LogAnalyticsSource`. :return: The log_source_identifier of this LoggingAnalyticsTargetDetails. :rtype: str �r r r r r r U s z3LoggingAnalyticsTargetDetails.log_source_identifierc C s || _ dS )a� Sets the log_source_identifier of this LoggingAnalyticsTargetDetails. Identifier of the log source that you want to use for processing data received from the service connector source. Applies to `StreamingSource` only. Equivalent to `name` at :class:`LogAnalyticsSource`. :param log_source_identifier: The log_source_identifier of this LoggingAnalyticsTargetDetails. :type: str Nr )r r r r r r c s c C s t | �S �N)r r r r r �__repr__q s z&LoggingAnalyticsTargetDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__t s z$LoggingAnalyticsTargetDetails.__eq__c C s | |k S r r r r r r �__ne__z s z$LoggingAnalyticsTargetDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r"