📂 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
›
cloud_guard
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/cloud_guard/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: logging_query_data_source_summary_details.pyc
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DataSourceSummaryDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�$LoggingQueryDataSourceSummaryDetailszL The information about new Logging Query of type DataSourceSummary. c K sB ddddd�| _ dddd d�| _d | _d | _d | _d | _d| _d S )ab Initializes a new LoggingQueryDataSourceSummaryDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.cloud_guard.models.LoggingQueryDataSourceSummaryDetails.data_source_feed_provider` attribute of this class is ``LOGGINGQUERY`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param data_source_feed_provider: The value to assign to the data_source_feed_provider property of this LoggingQueryDataSourceSummaryDetails. Allowed values for this property are: "LOGGINGQUERY" :type data_source_feed_provider: str :param regions: The value to assign to the regions property of this LoggingQueryDataSourceSummaryDetails. :type regions: list[str] :param data_source_detector_mapping_info: The value to assign to the data_source_detector_mapping_info property of this LoggingQueryDataSourceSummaryDetails. :type data_source_detector_mapping_info: list[oci.cloud_guard.models.DataSourceMappingInfo] :param region_status_detail: The value to assign to the region_status_detail property of this LoggingQueryDataSourceSummaryDetails. :type region_status_detail: list[oci.cloud_guard.models.RegionStatusDetail] �strz list[str]zlist[DataSourceMappingInfo]zlist[RegionStatusDetail])�data_source_feed_provider�regions�!data_source_detector_mapping_info�region_status_detail�dataSourceFeedProviderr �dataSourceDetectorMappingInfo�regionStatusDetailN�LOGGINGQUERY)� swagger_types� attribute_map�_data_source_feed_provider�_regions�"_data_source_detector_mapping_info�_region_status_detail)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_guard/models/logging_query_data_source_summary_details.py�__init__ s ��z-LoggingQueryDataSourceSummaryDetails.__init__c C s | j S )z� Gets the regions of this LoggingQueryDataSourceSummaryDetails. DataSource customer specified regions :return: The regions of this LoggingQueryDataSourceSummaryDetails. :rtype: list[str] �r �r r r r r <