📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/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:
47.3 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_target_detector_recipe_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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�!UpdateTargetDetectorRecipeDetailszC Parameters to be used to update a target detector recipe. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) aK Initializes a new UpdateTargetDetectorRecipeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param detector_recipe_id: The value to assign to the detector_recipe_id property of this UpdateTargetDetectorRecipeDetails. :type detector_recipe_id: str :param is_validation_only_query: The value to assign to the is_validation_only_query property of this UpdateTargetDetectorRecipeDetails. :type is_validation_only_query: bool :param detector_rules: The value to assign to the detector_rules property of this UpdateTargetDetectorRecipeDetails. :type detector_rules: list[oci.cloud_guard.models.UpdateTargetRecipeDetectorRuleDetails] �str�boolz+list[UpdateTargetRecipeDetectorRuleDetails])�detector_recipe_id�is_validation_only_query�detector_rulesZdetectorRecipeIdZisValidationOnlyQueryZ detectorRulesN)Z swagger_typesZ attribute_map�_detector_recipe_id�_is_validation_only_query�_detector_rules)�self�kwargs� r �`/usr/lib/python3.9/site-packages/oci/cloud_guard/models/update_target_detector_recipe_details.py�__init__ s ��z*UpdateTargetDetectorRecipeDetails.__init__c C s | j S )z� Gets the detector_recipe_id of this UpdateTargetDetectorRecipeDetails. Unique identifier for the target detector recipe :return: The detector_recipe_id of this UpdateTargetDetectorRecipeDetails. :rtype: str �r �r r r r r 4 s z4UpdateTargetDetectorRecipeDetails.detector_recipe_idc C s || _ dS )a Sets the detector_recipe_id of this UpdateTargetDetectorRecipeDetails. Unique identifier for the target detector recipe :param detector_recipe_id: The detector_recipe_id of this UpdateTargetDetectorRecipeDetails. :type: str Nr )r r r r r r @ s c C s | j S )a Gets the is_validation_only_query of this UpdateTargetDetectorRecipeDetails. Is validation to be performed for attaching the detector recipe? :return: The is_validation_only_query of this UpdateTargetDetectorRecipeDetails. :rtype: bool �r r r r r r L s z:UpdateTargetDetectorRecipeDetails.is_validation_only_queryc C s || _ dS )a. Sets the is_validation_only_query of this UpdateTargetDetectorRecipeDetails. Is validation to be performed for attaching the detector recipe? :param is_validation_only_query: The is_validation_only_query of this UpdateTargetDetectorRecipeDetails. :type: bool Nr )r r r r r r X s c C s | j S )aJ Gets the detector_rules of this UpdateTargetDetectorRecipeDetails. List of updates to be applied to detector rules in target detector recipe :return: The detector_rules of this UpdateTargetDetectorRecipeDetails. :rtype: list[oci.cloud_guard.models.UpdateTargetRecipeDetectorRuleDetails] �r r r r r r d s z0UpdateTargetDetectorRecipeDetails.detector_rulesc C s || _ dS )aW Sets the detector_rules of this UpdateTargetDetectorRecipeDetails. List of updates to be applied to detector rules in target detector recipe :param detector_rules: The detector_rules of this UpdateTargetDetectorRecipeDetails. :type: list[oci.cloud_guard.models.UpdateTargetRecipeDetectorRuleDetails] Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z*UpdateTargetDetectorRecipeDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z(UpdateTargetDetectorRecipeDetails.__eq__c C s | |k S r r r r r r �__ne__� s z(UpdateTargetDetectorRecipeDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"