📂 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: responder_rule.pyc
a N��f$9 � @ 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 @ sz e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd d� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zed'd(� �Zejd)d(� �Zed*d+� �Zejd,d+� �Zed-d.� �Zejd/d.� �Zd0d1� Zd2d3� Zd4d5� Zd6S )7� ResponderRulez& Definition of ResponderRule. �REMEDIATION�NOTIFICATION� AUTOACTION� USERACTION�CREATING�UPDATING�ACTIVE�INACTIVE�DELETING�DELETED�FAILEDc K s� dddddddddddd�| _ dddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new ResponderRule 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 ResponderRule. :type id: str :param display_name: The value to assign to the display_name property of this ResponderRule. :type display_name: str :param description: The value to assign to the description property of this ResponderRule. :type description: str :param type: The value to assign to the type property of this ResponderRule. Allowed values for this property are: "REMEDIATION", "NOTIFICATION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param policies: The value to assign to the policies property of this ResponderRule. :type policies: list[str] :param supported_modes: The value to assign to the supported_modes property of this ResponderRule. Allowed values for items in this list are: "AUTOACTION", "USERACTION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type supported_modes: list[str] :param details: The value to assign to the details property of this ResponderRule. :type details: oci.cloud_guard.models.ResponderRuleDetails :param time_created: The value to assign to the time_created property of this ResponderRule. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ResponderRule. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this ResponderRule. 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 ResponderRule. :type lifecycle_details: str �strz list[str]�ResponderRuleDetails�datetime)�id�display_name�description�type�policies�supported_modes�details�time_created�time_updated�lifecycle_state�lifecycle_detailsr �displayNamer r r �supportedModesr �timeCreated�timeUpdated�lifecycleState�lifecycleDetailsN) � swagger_types� attribute_map�_id� _display_name�_description�_type� _policies�_supported_modes�_details� _time_created� _time_updated�_lifecycle_state�_lifecycle_details)�self�kwargs� r5 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_guard/models/responder_rule.py�__init__<