📂 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_rule.pyc
a N��fvR � @ 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 ZdZdZdZdZdZdZdZdZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Z e jd#d"� �Z ed$d%� �Z!e!jd&d%� �Z!ed'd(� �Z"e"jd)d(� �Z"ed*d+� �Z#e#jd,d+� �Z#ed-d.� �Z$e$jd/d.� �Z$ed0d1� �Z%e%jd2d1� �Z%ed3d4� �Z&e&jd5d4� �Z&ed6d7� �Z'e'jd8d7� �Z'ed9d:� �Z(e(jd;d:� �Z(ed<d=� �Z)e)jd>d=� �Z)ed?d@� �Z*e*jdAd@� �Z*edBdC� �Z+e+jdDdC� �Z+dEdF� Z,dGdH� Z-dIdJ� Z.dKS )L�DetectorRulez Detector �IAAS_ACTIVITY_DETECTOR�IAAS_CONFIGURATION_DETECTOR�IAAS_THREAT_DETECTOR�IAAS_LOG_INSIGHT_DETECTOR� CIDR_BLOCK�USERS�GROUPS�IPV4ADDRESS�IPV6ADDRESS� RESOURCE_OCID�REGION�COUNTRY�STATE�CITY�TAGS�GENERIC�CREATING�UPDATING�ACTIVE�INACTIVE�DELETING�DELETED�FAILEDc K s� ddddddddddddddd�| _ ddd d ddd dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a� Initializes a new DetectorRule 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 DetectorRule. :type id: str :param display_name: The value to assign to the display_name property of this DetectorRule. :type display_name: str :param description: The value to assign to the description property of this DetectorRule. :type description: str :param recommendation: The value to assign to the recommendation property of this DetectorRule. :type recommendation: str :param detector: The value to assign to the detector property of this DetectorRule. 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 service_type: The value to assign to the service_type property of this DetectorRule. :type service_type: str :param resource_type: The value to assign to the resource_type property of this DetectorRule. :type resource_type: str :param detector_details: The value to assign to the detector_details property of this DetectorRule. :type detector_details: oci.cloud_guard.models.DetectorDetails :param managed_list_types: The value to assign to the managed_list_types property of this DetectorRule. Allowed values for items in this list are: "CIDR_BLOCK", "USERS", "GROUPS", "IPV4ADDRESS", "IPV6ADDRESS", "RESOURCE_OCID", "REGION", "COUNTRY", "STATE", "CITY", "TAGS", "GENERIC", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type managed_list_types: list[str] :param candidate_responder_rules: The value to assign to the candidate_responder_rules property of this DetectorRule. :type candidate_responder_rules: list[oci.cloud_guard.models.CandidateResponderRule] :param time_created: The value to assign to the time_created property of this DetectorRule. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this DetectorRule. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this DetectorRule. 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 lifecycle_details: The value to assign to the lifecycle_details property of this DetectorRule. :type lifecycle_details: str �str�DetectorDetailsz list[str]zlist[CandidateResponderRule]�datetime)�id�display_name�description�recommendation�detector�service_type� resource_type�detector_details�managed_list_types�candidate_responder_rules�time_created�time_updated�lifecycle_state�lifecycle_detailsr! �displayNamer# r$ r% �serviceType�resourceType�detectorDetails�managedListTypes�candidateResponderRules�timeCreated�timeUpdated�lifecycleState�lifecycleDetailsN)� swagger_types� attribute_map�_id� _display_name�_description�_recommendation� _detector� _service_type�_resource_type�_detector_details�_managed_list_types�_candidate_responder_rules� _time_created� _time_updated�_lifecycle_state�_lifecycle_details)�self�kwargs� rK ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_guard/models/detector_rule.py�__init__l sX E��zDetectorRule.__init__c C s | j S )z� **[Required]** Gets the id of this DetectorRule. The unique identifier of the detector rule. :return: The id of this DetectorRule. :rtype: str �r; �rI rK rK rL r! � s zDetectorRule.idc C s || _ dS )z� Sets the id of this DetectorRule. The unique identifier of the detector rule. :param id: The id of this DetectorRule. :type: str NrN )rI r! rK rK rL r! � s c C s | j S )z� Gets the display_name of this DetectorRule. Display name for DetectorRule. :return: The display_name of this DetectorRule. :rtype: str �r<