📂 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: responder_rule_summary.cpython-39.pyc
a ���f�; � @ 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�ResponderRuleSummaryz3 Summary information for a responder rule. �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 ResponderRuleSummary 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 ResponderRuleSummary. :type id: str :param display_name: The value to assign to the display_name property of this ResponderRuleSummary. :type display_name: str :param description: The value to assign to the description property of this ResponderRuleSummary. :type description: str :param type: The value to assign to the type property of this ResponderRuleSummary. 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 ResponderRuleSummary. :type policies: list[str] :param supported_modes: The value to assign to the supported_modes property of this ResponderRuleSummary. 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 ResponderRuleSummary. :type details: oci.cloud_guard.models.ResponderRuleDetails :param time_created: The value to assign to the time_created property of this ResponderRuleSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ResponderRuleSummary. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this ResponderRuleSummary. 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 ResponderRuleSummary. :type lifecycle_details: str �strz list[str]ZResponderRuleDetailsZdatetime)�id�display_name�description�type�policies�supported_modes�details�time_created�time_updated�lifecycle_state�lifecycle_detailsr ZdisplayNamer r r ZsupportedModesr ZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleDetailsN) Z swagger_typesZ attribute_map�_id� _display_name�_description�_type� _policies�_supported_modes�_details� _time_created� _time_updated�_lifecycle_state�_lifecycle_details)�self�kwargs� r+ �Q/usr/lib/python3.9/site-packages/oci/cloud_guard/models/responder_rule_summary.py�__init__>