📂 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:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: target_responder_recipe.cpython-39.pyc
a ���fn7 � @ 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 @ sV 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� �Zed!d"� �Zej d#d"� �Zed$d%� �Zej d&d%� �Zd'd(� Zd)d*� Zd+d,� Zd-S ).�TargetResponderRecipeu� A TargetResponderRecipe resource contains a specific instance of one of the supported detector types (for example, activity, configuration, or threat) in which some settings can be modified specifically for a single target. A TargetResponderRecipe resource: * Is effectively a copy of a ResponderRecipe resource in which users can make very limited changes if it’s Oracle-managed, and more changes if it’s user-managed. * Is visible on the Cloud Guard Targets, Target Details page. * Is located in a specific OCI compartment. * Can be modified by users, programmatically or through the UI. * Changes that can be made here override any settings in the corresponding ResponderRecipe, of which the TargetResponderRecipe resource is effectively a copy of the ResponderRecipe resource (effectively created when the detector recipe is attached to the target). �CUSTOMER�ORACLEc K s� dddddddddddd�| _ dddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new TargetResponderRecipe object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this TargetResponderRecipe. :type id: str :param responder_recipe_id: The value to assign to the responder_recipe_id property of this TargetResponderRecipe. :type responder_recipe_id: str :param compartment_id: The value to assign to the compartment_id property of this TargetResponderRecipe. :type compartment_id: str :param display_name: The value to assign to the display_name property of this TargetResponderRecipe. :type display_name: str :param description: The value to assign to the description property of this TargetResponderRecipe. :type description: str :param owner: The value to assign to the owner property of this TargetResponderRecipe. Allowed values for this property are: "CUSTOMER", "ORACLE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type owner: str :param time_created: The value to assign to the time_created property of this TargetResponderRecipe. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this TargetResponderRecipe. :type time_updated: datetime :param responder_rules: The value to assign to the responder_rules property of this TargetResponderRecipe. :type responder_rules: list[oci.cloud_guard.models.TargetResponderRecipeResponderRule] :param effective_responder_rules: The value to assign to the effective_responder_rules property of this TargetResponderRecipe. :type effective_responder_rules: list[oci.cloud_guard.models.TargetResponderRecipeResponderRule] :param locks: The value to assign to the locks property of this TargetResponderRecipe. :type locks: list[oci.cloud_guard.models.ResourceLock] �strZdatetimez(list[TargetResponderRecipeResponderRule]zlist[ResourceLock])�id�responder_recipe_id�compartment_id�display_name�description�owner�time_created�time_updated�responder_rules�effective_responder_rules�locksr ZresponderRecipeIdZ compartmentIdZdisplayNamer r ZtimeCreatedZtimeUpdatedZresponderRulesZeffectiveResponderRulesr N) Z swagger_typesZ attribute_map�_id�_responder_recipe_id�_compartment_id� _display_name�_description�_owner� _time_created� _time_updated�_responder_rules�_effective_responder_rules�_locks)�self�kwargs� r"