📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/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:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: tunnel_inspection_rule_summary.cpython-39.opt-1.pyc
a ���fr# � @ 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 ZdZdZdZdZdd� Zedd� �Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�TunnelInspectionRuleSummarya Summary for the Tunnel Inspection Rule used in the firewall policy rules. Tunnel Inspection Rule determines whether tunnel inspection is applied on the traffic based on attributes such as Tunnel Inspect protocol, the source and destination IP address. �VXLAN�INSPECT�INSPECT_AND_CAPTURE_LOGc K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) aV Initializes a new TunnelInspectionRuleSummary object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.network_firewall.models.VxlanInspectionRuleSummary` 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 TunnelInspectionRuleSummary. :type name: str :param protocol: The value to assign to the protocol property of this TunnelInspectionRuleSummary. Allowed values for this property are: "VXLAN", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type protocol: str :param action: The value to assign to the action property of this TunnelInspectionRuleSummary. Allowed values for this property are: "INSPECT", "INSPECT_AND_CAPTURE_LOG", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type action: str :param priority_order: The value to assign to the priority_order property of this TunnelInspectionRuleSummary. :type priority_order: int :param parent_resource_id: The value to assign to the parent_resource_id property of this TunnelInspectionRuleSummary. :type parent_resource_id: str �str�int)�name�protocol�action�priority_order�parent_resource_idr r r Z priorityOrderZparentResourceIdN)Z swagger_typesZ attribute_map�_name� _protocol�_action�_priority_order�_parent_resource_id)�self�kwargs� r �^/usr/lib/python3.9/site-packages/oci/network_firewall/models/tunnel_inspection_rule_summary.py�__init__ s"