📂 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
›
cloud_guard
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/cloud_guard/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: detector_recipe.pyc
a N��f�Y � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Z e jd7d6� �Z ed8d9� �Z!e!jd:d9� �Z!ed;d<� �Z"e"jd=d<� �Z"ed>d?� �Z#e#jd@d?� �Z#edAdB� �Z$e$jdCdB� �Z$dDdE� Z%dFdG� Z&dHdI� Z'dJS )K�DetectorRecipez$ Details of Detector recipe �CUSTOMER�ORACLE�IAAS_ACTIVITY_DETECTOR�IAAS_CONFIGURATION_DETECTOR�IAAS_THREAT_DETECTOR�IAAS_LOG_INSIGHT_DETECTOR�CREATING�UPDATING�ACTIVE�INACTIVE�DELETING�DELETED�FAILEDc K s� dddddddddddddddddd�| _ d d ddd ddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )aF 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 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", '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]�datetime�intzdict(str, str)zdict(str, dict(str, object))z list[str])�id�display_name�description�compartment_id�source_detector_recipe_id�owner�detector�detector_rules�effective_detector_rules�time_created�time_updated�lifecycle_state�source_data_retention� freeform_tags�defined_tags�system_tags� target_idsr �displayNamer � compartmentId�sourceDetectorRecipeIdr r � detectorRules�effectiveDetectorRules�timeCreated�timeUpdated�lifecycleState�sourceDataRetention�freeformTags�definedTags� systemTags� targetIdsN)� swagger_types� attribute_map�_id� _display_name�_description�_compartment_id�_source_detector_recipe_id�_owner� _detector�_detector_rules�_effective_detector_rules� _time_created� _time_updated�_lifecycle_state�_source_data_retention�_freeform_tags� _defined_tags�_system_tags�_target_ids)�self�kwargs� rJ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_guard/models/detector_recipe.py�__init__D sj Q��zDetectorRecipe.__init__c C s | j S )z� **[Required]** Gets the id of this DetectorRecipe. Ocid for detector recipe :return: The id of this DetectorRecipe. :rtype: str �r7 �rH rJ rJ rK r � s zDetectorRecipe.idc C s || _ dS )z� Sets the id of this DetectorRecipe. Ocid for detector recipe :param id: The id of this DetectorRecipe. :type: str NrM )rH r rJ rJ rK r � s c C s | j S )z� **[Required]** Gets the display_name of this DetectorRecipe. DisplayName of detector recipe. :return: The display_name of this DetectorRecipe. :rtype: str �r8 rN rJ rJ rK r � s zDetectorRecipe.display_namec C s || _ dS )z� Sets the display_name of this DetectorRecipe. DisplayName of detector recipe. :param display_name: The display_name of this DetectorRecipe. :type: str NrO )rH r rJ rJ rK r � s c C s | j S )z� Gets the description of this DetectorRecipe. Detector recipe description. :return: The description of this DetectorRecipe. :rtype: str �r9 rN rJ rJ rK r � s zDetectorRecipe.descriptionc C s || _ dS )z� Sets the description of this DetectorRecipe. Detector recipe description. :param description: The description of this DetectorRecipe. :type: str NrP )rH r rJ rJ rK r s c C s | j S )z� **[Required]** Gets the compartment_id of this DetectorRecipe. compartmentId of detector recipe :return: The compartment_id of this DetectorRecipe. :rtype: str �r: rN rJ rJ rK r s zDetectorRecipe.compartment_idc C s || _ dS )z� Sets the compartment_id of this DetectorRecipe. compartmentId of detector recipe :param compartment_id: The compartment_id of this DetectorRecipe. :type: str NrQ )rH r rJ rJ rK r " s c C s | j S )z� **[Required]** Gets the source_detector_recipe_id of this DetectorRecipe. Recipe Ocid of the Source Recipe to be cloned :return: The source_detector_recipe_id of this DetectorRecipe. :rtype: str �r; rN rJ rJ rK r . s z(DetectorRecipe.source_detector_recipe_idc C s || _ dS )z� Sets the source_detector_recipe_id of this DetectorRecipe. Recipe Ocid of the Source Recipe to be cloned :param source_detector_recipe_id: The source_detector_recipe_id of this DetectorRecipe. :type: str NrR )rH r rJ rJ rK r : s c C s | j S )aj **[Required]** Gets the owner of this DetectorRecipe. Owner of detector recipe 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'. :return: The owner of this DetectorRecipe. :rtype: str )r<