📂 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
›
network_firewall
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/network_firewall/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_security_rule_details.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 @ s� e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zdd� ZdS ) �CreateSecurityRuleDetailsa Reqeust for creating Security Rule used in the firewall policy rules. Security Rules determine whether to block or allow a session based on traffic attributes, such as the source and destination IP address, protocol/port, and the HTTP(S) target URL. �ALLOW�DROP�REJECT�INSPECT�INTRUSION_DETECTION�INTRUSION_PREVENTIONc K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new CreateSecurityRuleDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this CreateSecurityRuleDetails. :type name: str :param condition: The value to assign to the condition property of this CreateSecurityRuleDetails. :type condition: oci.network_firewall.models.SecurityRuleMatchCriteria :param action: The value to assign to the action property of this CreateSecurityRuleDetails. Allowed values for this property are: "ALLOW", "DROP", "REJECT", "INSPECT" :type action: str :param inspection: The value to assign to the inspection property of this CreateSecurityRuleDetails. Allowed values for this property are: "INTRUSION_DETECTION", "INTRUSION_PREVENTION" :type inspection: str :param position: The value to assign to the position property of this CreateSecurityRuleDetails. :type position: oci.network_firewall.models.RulePosition �strZSecurityRuleMatchCriteriaZRulePosition)�name� condition�action� inspection�positionr r r r r N)Z swagger_typesZ attribute_map�_name� _condition�_action�_inspection� _position)�self�kwargs� r �\/usr/lib/python3.9/site-packages/oci/network_firewall/models/create_security_rule_details.py�__init__, s"