📂 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
›
cloud_guard
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/cloud_guard/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: target_detector_recipe.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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdZdZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Z e jd-d,� �Z ed.d/� �Z!e!jd0d/� �Z!ed1d2� �Z"e"jd3d2� �Z"ed4d5� �Z#e#jd6d5� �Z#ed7d8� �Z$e$jd9d8� �Z$ed:d;� �Z%e%jd<d;� �Z%ed=d>� �Z&e&jd?d>� �Z&ed@dA� �Z'e'jdBdA� �Z'dCdD� Z(dEdF� Z)dGdH� Z*dIS )J�TargetDetectorRecipeu^ A TargetDetectorRecipe 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 TargetDetectorRecipe resource: * Is effectively a copy of a DetectorRecipe 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 DetectorRecipe, of which the TargetDetectorRecipe resource is effectively a copy, created when the detector recipe is attached to the target. �CUSTOMER�ORACLE�IAAS_ACTIVITY_DETECTOR�IAAS_CONFIGURATION_DETECTOR�IAAS_THREAT_DETECTOR�IAAS_LOG_INSIGHT_DETECTOR�IAAS_INSTANCE_SECURITY_DETECTOR�CREATING�UPDATING�ACTIVE�INACTIVE�DELETING�DELETED�FAILED�LIMITED�BASIC�STANDARD� ENTERPRISEc K s� dddddddddddddddd�| _ ddd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a^ Initializes a new TargetDetectorRecipe 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 TargetDetectorRecipe. :type id: str :param display_name: The value to assign to the display_name property of this TargetDetectorRecipe. :type display_name: str :param description: The value to assign to the description property of this TargetDetectorRecipe. :type description: str :param compartment_id: The value to assign to the compartment_id property of this TargetDetectorRecipe. :type compartment_id: str :param detector_recipe_id: The value to assign to the detector_recipe_id property of this TargetDetectorRecipe. :type detector_recipe_id: str :param owner: The value to assign to the owner property of this TargetDetectorRecipe. 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 detector: The value to assign to the detector property of this TargetDetectorRecipe. Allowed values for this property are: "IAAS_ACTIVITY_DETECTOR", "IAAS_CONFIGURATION_DETECTOR", "IAAS_THREAT_DETECTOR", "IAAS_LOG_INSIGHT_DETECTOR", "IAAS_INSTANCE_SECURITY_DETECTOR", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type detector: str :param detector_rules: The value to assign to the detector_rules property of this TargetDetectorRecipe. :type detector_rules: list[oci.cloud_guard.models.TargetDetectorRecipeDetectorRule] :param effective_detector_rules: The value to assign to the effective_detector_rules property of this TargetDetectorRecipe. :type effective_detector_rules: list[oci.cloud_guard.models.TargetDetectorRecipeDetectorRule] :param time_created: The value to assign to the time_created property of this TargetDetectorRecipe. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this TargetDetectorRecipe. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this TargetDetectorRecipe. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param locks: The value to assign to the locks property of this TargetDetectorRecipe. :type locks: list[oci.cloud_guard.models.ResourceLock] :param detector_recipe_type: The value to assign to the detector_recipe_type property of this TargetDetectorRecipe. Allowed values for this property are: "LIMITED", "BASIC", "STANDARD", "ENTERPRISE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type detector_recipe_type: str :param source_data_retention: The value to assign to the source_data_retention property of this TargetDetectorRecipe. :type source_data_retention: int �strz&list[TargetDetectorRecipeDetectorRule]Zdatetimezlist[ResourceLock]�int)�id�display_name�description�compartment_id�detector_recipe_id�owner�detector�detector_rules�effective_detector_rules�time_created�time_updated�lifecycle_state�locks�detector_recipe_type�source_data_retentionr ZdisplayNamer Z compartmentIdZdetectorRecipeIdr r! Z detectorRulesZeffectiveDetectorRulesZtimeCreatedZtimeUpdatedZlifecycleStater'