📂 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: target_detector_recipe_summary.pyc
a N��f�D � @ 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� �Zd5d6� Z d7d8� Z!d9d:� Z"d;S )<�TargetDetectorRecipeSummaryz# Summary of DetectorRecipe �CUSTOMER�ORACLE�IAAS_ACTIVITY_DETECTOR�IAAS_CONFIGURATION_DETECTOR�IAAS_THREAT_DETECTOR�IAAS_LOG_INSIGHT_DETECTOR�CREATING�UPDATING�ACTIVE�INACTIVE�DELETING�DELETED�FAILEDc K s� ddddddddddddd�| _ ddddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a; Initializes a new TargetDetectorRecipeSummary 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 TargetDetectorRecipeSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this TargetDetectorRecipeSummary. :type compartment_id: str :param display_name: The value to assign to the display_name property of this TargetDetectorRecipeSummary. :type display_name: str :param description: The value to assign to the description property of this TargetDetectorRecipeSummary. :type description: str :param owner: The value to assign to the owner property of this TargetDetectorRecipeSummary. 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_recipe_id: The value to assign to the detector_recipe_id property of this TargetDetectorRecipeSummary. :type detector_recipe_id: str :param detector: The value to assign to the detector property of this TargetDetectorRecipeSummary. 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 lifecycle_state: The value to assign to the lifecycle_state property of this TargetDetectorRecipeSummary. 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 time_created: The value to assign to the time_created property of this TargetDetectorRecipeSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this TargetDetectorRecipeSummary. :type time_updated: datetime :param lifecycle_details: The value to assign to the lifecycle_details property of this TargetDetectorRecipeSummary. :type lifecycle_details: str :param source_data_retention: The value to assign to the source_data_retention property of this TargetDetectorRecipeSummary. :type source_data_retention: int �str�datetime�int)�id�compartment_id�display_name�description�owner�detector_recipe_id�detector�lifecycle_state�time_created�time_updated�lifecycle_details�source_data_retentionr � compartmentId�displayNamer r �detectorRecipeIdr �lifecycleState�timeCreated�timeUpdated�lifecycleDetails�sourceDataRetentionN)� swagger_types� attribute_map�_id�_compartment_id� _display_name�_description�_owner�_detector_recipe_id� _detector�_lifecycle_state� _time_created� _time_updated�_lifecycle_details�_source_data_retention)�self�kwargs� r; ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_guard/models/target_detector_recipe_summary.py�__init__D sL =��z$TargetDetectorRecipeSummary.__init__c C s | j S )z� **[Required]** Gets the id of this TargetDetectorRecipeSummary. Unique identifier that is immutable on creation :return: The id of this TargetDetectorRecipeSummary. :rtype: str �r- �r9 r; r; r<