📂 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: detector_recipe.cpython-39.pyc
a ���fHf � @ 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 @ sL 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'edCdD� �Z(e(jdEdD� �Z(edFdG� �Z)e)jdHdG� �Z)edIdJ� �Z*e*jdKdJ� �Z*dLdM� Z+dNdO� Z,dPdQ� Z-dRS )S�DetectorRecipeaL A detector recipe is a collection of rules that can be configured to trigger problems that appear on the Cloud Guard Problems page. A DetectorRecipe resource contains settings for a specific detector recipe, plus a list of the detector rules (DetectorRecipeDetectorRule resources) belonging to the DetectorRecipe resource. �LIMITED�BASIC�STANDARD� ENTERPRISE�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�FAILEDc K s� ddddddddddddddddddd�| _ d d ddd dddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _dS )a� Initializes a new DetectorRecipe 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 DetectorRecipe. :type id: str :param display_name: The value to assign to the display_name property of this DetectorRecipe. :type display_name: str :param description: The value to assign to the description property of this DetectorRecipe. :type description: str :param compartment_id: The value to assign to the compartment_id property of this DetectorRecipe. :type compartment_id: str :param source_detector_recipe_id: The value to assign to the source_detector_recipe_id property of this DetectorRecipe. :type source_detector_recipe_id: str :param detector_recipe_type: The value to assign to the detector_recipe_type property of this DetectorRecipe. 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 owner: The value to assign to the owner property of this DetectorRecipe. 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 DetectorRecipe. 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 DetectorRecipe. :type detector_rules: list[oci.cloud_guard.models.DetectorRecipeDetectorRule] :param effective_detector_rules: The value to assign to the effective_detector_rules property of this DetectorRecipe. :type effective_detector_rules: list[oci.cloud_guard.models.DetectorRecipeDetectorRule] :param time_created: The value to assign to the time_created property of this DetectorRecipe. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this DetectorRecipe. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this DetectorRecipe. 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 source_data_retention: The value to assign to the source_data_retention property of this DetectorRecipe. :type source_data_retention: int :param freeform_tags: The value to assign to the freeform_tags property of this DetectorRecipe. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this DetectorRecipe. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this DetectorRecipe. :type system_tags: dict(str, dict(str, object)) :param target_ids: The value to assign to the target_ids property of this DetectorRecipe. :type target_ids: list[str] �strz list[DetectorRecipeDetectorRule]Zdatetime�intzdict(str, str)zdict(str, dict(str, object))z list[str])�id�display_name�description�compartment_id�source_detector_recipe_id�detector_recipe_type�owner�detector�detector_rules�effective_detector_rules�time_created�time_updated�lifecycle_state�source_data_retention� freeform_tags�defined_tags�system_tags� target_idsr ZdisplayNamer Z compartmentIdZsourceDetectorRecipeIdZdetectorRecipeTyper! r"