📂 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
›
log_analytics
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/log_analytics/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: recall_archived_data_details.cpython-39.pyc
a ���f+ � @ 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� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zd!d"� Zd#d$� Zd%d&� Zd'S )(�RecallArchivedDataDetailsz8 This is the input used to recall archived data �LOG�LOOKUPc K sn dddddddddd� | _ ddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new RecallArchivedDataDetails 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 RecallArchivedDataDetails. :type compartment_id: str :param time_data_ended: The value to assign to the time_data_ended property of this RecallArchivedDataDetails. :type time_data_ended: datetime :param time_data_started: The value to assign to the time_data_started property of this RecallArchivedDataDetails. :type time_data_started: datetime :param data_type: The value to assign to the data_type property of this RecallArchivedDataDetails. Allowed values for this property are: "LOG", "LOOKUP" :type data_type: str :param log_sets: The value to assign to the log_sets property of this RecallArchivedDataDetails. :type log_sets: str :param query: The value to assign to the query property of this RecallArchivedDataDetails. :type query: str :param purpose: The value to assign to the purpose property of this RecallArchivedDataDetails. :type purpose: str :param is_recall_new_data_only: The value to assign to the is_recall_new_data_only property of this RecallArchivedDataDetails. :type is_recall_new_data_only: bool :param is_use_recommended_data_set: The value to assign to the is_use_recommended_data_set property of this RecallArchivedDataDetails. :type is_use_recommended_data_set: bool �strZdatetime�bool) �compartment_id�time_data_ended�time_data_started� data_type�log_sets�query�purpose�is_recall_new_data_only�is_use_recommended_data_setZ compartmentIdZ timeDataEndedZtimeDataStartedZdataTypeZlogSetsr r ZisRecallNewDataOnlyZisUseRecommendedDataSetN)Z swagger_typesZ attribute_map�_compartment_id�_time_data_ended�_time_data_started� _data_type� _log_sets�_query�_purpose�_is_recall_new_data_only�_is_use_recommended_data_set)�self�kwargs� r �Y/usr/lib/python3.9/site-packages/oci/log_analytics/models/recall_archived_data_details.py�__init__ s: ,� �z"RecallArchivedDataDetails.__init__c C s | j S )z� **[Required]** Gets the compartment_id of this RecallArchivedDataDetails. This is the compartment OCID for permission checking :return: The compartment_id of this RecallArchivedDataDetails. :rtype: str �r �r r r r r g s z(RecallArchivedDataDetails.compartment_idc C s || _ dS )z� Sets the compartment_id of this RecallArchivedDataDetails. This is the compartment OCID for permission checking :param compartment_id: The compartment_id of this RecallArchivedDataDetails. :type: str Nr"