📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
cloud_guard
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/cloud_guard/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: data_source_event_summary.cpython-39.opt-1.pyc
a ���fr � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zdd � Zd!S )"�DataSourceEventSummaryz8 Summary information about a data source event. �SUCCESS�FAILUREc K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new DataSourceEventSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param region: The value to assign to the region property of this DataSourceEventSummary. :type region: str :param event_date: The value to assign to the event_date property of this DataSourceEventSummary. :type event_date: datetime :param data_source_id: The value to assign to the data_source_id property of this DataSourceEventSummary. :type data_source_id: str :param time_created: The value to assign to the time_created property of this DataSourceEventSummary. :type time_created: datetime :param status: The value to assign to the status property of this DataSourceEventSummary. Allowed values for this property are: "SUCCESS", "FAILURE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param comments: The value to assign to the comments property of this DataSourceEventSummary. :type comments: str :param event_info: The value to assign to the event_info property of this DataSourceEventSummary. :type event_info: oci.cloud_guard.models.DataSourceEventInfo �strZdatetimeZDataSourceEventInfo)�region� event_date�data_source_id�time_created�status�comments� event_infor Z eventDateZdataSourceIdZtimeCreatedr r Z eventInfoN) Z swagger_typesZ attribute_map�_region�_event_date�_data_source_id� _time_created�_status� _comments�_event_info)�self�kwargs� r �T/usr/lib/python3.9/site-packages/oci/cloud_guard/models/data_source_event_summary.py�__init__ s. %�� zDataSourceEventSummary.__init__c C s | j S )z� **[Required]** Gets the region of this DataSourceEventSummary. Data source event region :return: The region of this DataSourceEventSummary. :rtype: str �r �r r r r r Z s zDataSourceEventSummary.regionc C s || _ dS )z� Sets the region of this DataSourceEventSummary. Data source event region :param region: The region of this DataSourceEventSummary. :type: str Nr )r r r r r r f s c C s | j S )z� **[Required]** Gets the event_date of this DataSourceEventSummary. Data source event date and time :return: The event_date of this DataSourceEventSummary. :rtype: datetime �r r r r r r r s z!DataSourceEventSummary.event_datec C s || _ dS )z� Sets the event_date of this DataSourceEventSummary. Data source event date and time :param event_date: The event_date of this DataSourceEventSummary. :type: datetime Nr )r r r r r r ~ s c C s | j S )z� **[Required]** Gets the data_source_id of this DataSourceEventSummary. Unique identifier of data source. :return: The data_source_id of this DataSourceEventSummary. :rtype: str �r r r r r r � s z%DataSourceEventSummary.data_source_idc C s || _ dS )z� Sets the data_source_id of this DataSourceEventSummary. Unique identifier of data source. :param data_source_id: The data_source_id of this DataSourceEventSummary. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the time_created of this DataSourceEventSummary. Data source event creation date and time :return: The time_created of this DataSourceEventSummary. :rtype: datetime �r r r r r r � s z#DataSourceEventSummary.time_createdc C s || _ dS )z� Sets the time_created of this DataSourceEventSummary. Data source event creation date and time :param time_created: The time_created of this DataSourceEventSummary. :type: datetime Nr! )r r r r r r � s c C s | j S )az Gets the status of this DataSourceEventSummary. Current data source event info status Allowed values for this property are: "SUCCESS", "FAILURE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The status of this DataSourceEventSummary. :rtype: str )r r r r r r � s zDataSourceEventSummary.statusc C s ddg}t ||�sd}|| _dS )z� Sets the status of this DataSourceEventSummary. Current data source event info status :param status: The status of this DataSourceEventSummary. :type: str r r ZUNKNOWN_ENUM_VALUEN)r r )r r Zallowed_valuesr r r r � s c C s | j S )z� Gets the comments of this DataSourceEventSummary. Data source event comments :return: The comments of this DataSourceEventSummary. :rtype: str �r r r r r r � s zDataSourceEventSummary.commentsc C s || _ dS )z� Sets the comments of this DataSourceEventSummary. Data source event comments :param comments: The comments of this DataSourceEventSummary. :type: str Nr"