📂 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
›
log_analytics
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/log_analytics/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: purge_action.pyc
a O��f5 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�Action� )�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 dd� Zdd� Zdd� ZdS )�PurgeActionz* Purge action for scheduled task. �LOG�LOOKUPc K sV ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d| _d S )a^ Initializes a new PurgeAction object with values from keyword arguments. The default value of the :py:attr:`~oci.log_analytics.models.PurgeAction.type` attribute of this class is ``PURGE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this PurgeAction. Allowed values for this property are: "STREAM", "PURGE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param query_string: The value to assign to the query_string property of this PurgeAction. :type query_string: str :param data_type: The value to assign to the data_type property of this PurgeAction. Allowed values for this property are: "LOG", "LOOKUP", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type data_type: str :param purge_duration: The value to assign to the purge_duration property of this PurgeAction. :type purge_duration: str :param purge_compartment_id: The value to assign to the purge_compartment_id property of this PurgeAction. :type purge_compartment_id: str :param compartment_id_in_subtree: The value to assign to the compartment_id_in_subtree property of this PurgeAction. :type compartment_id_in_subtree: bool �str�bool)�type�query_string� data_type�purge_duration�purge_compartment_id�compartment_id_in_subtreer �queryString�dataType� purgeDuration�purgeCompartmentId�compartmentIdInSubtreeN�PURGE)� swagger_types� attribute_map�_type� _query_string� _data_type�_purge_duration�_purge_compartment_id�_compartment_id_in_subtree)�self�kwargs� r# ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/log_analytics/models/purge_action.py�__init__ s* $� � zPurgeAction.__init__c C s | j S )z� **[Required]** Gets the query_string of this PurgeAction. Purge query string. :return: The query_string of this PurgeAction. :rtype: str �r �r! r# r# r$ r U s zPurgeAction.query_stringc C s || _ dS )z� Sets the query_string of this PurgeAction. Purge query string. :param query_string: The query_string of this PurgeAction. :type: str Nr&