📂 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: vxlan_inspection_rule.cpython-39.pyc
a ���f � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�TunnelInspectionRule� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�VxlanInspectionRulezI Vxlan Tunnel Inspection Rule used on the firewall policy rules. c K sj ddddddddd�| _ ddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _dS )a Initializes a new VxlanInspectionRule object with values from keyword arguments. The default value of the :py:attr:`~oci.network_firewall.models.VxlanInspectionRule.protocol` attribute of this class is ``VXLAN`` and it should not be changed. 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 VxlanInspectionRule. :type name: str :param protocol: The value to assign to the protocol property of this VxlanInspectionRule. Allowed values for this property are: "VXLAN" :type protocol: str :param action: The value to assign to the action property of this VxlanInspectionRule. Allowed values for this property are: "INSPECT", "INSPECT_AND_CAPTURE_LOG" :type action: str :param priority_order: The value to assign to the priority_order property of this VxlanInspectionRule. :type priority_order: int :param position: The value to assign to the position property of this VxlanInspectionRule. :type position: oci.network_firewall.models.RulePosition :param parent_resource_id: The value to assign to the parent_resource_id property of this VxlanInspectionRule. :type parent_resource_id: str :param condition: The value to assign to the condition property of this VxlanInspectionRule. :type condition: oci.network_firewall.models.VxlanInspectionRuleMatchCriteria :param profile: The value to assign to the profile property of this VxlanInspectionRule. :type profile: oci.network_firewall.models.VxlanInspectionRuleProfile �str�intZRulePositionZ VxlanInspectionRuleMatchCriteriaZVxlanInspectionRuleProfile)�name�protocol�actionZpriority_order�positionZparent_resource_id� condition�profiler r r Z priorityOrderr ZparentResourceIdr r NZVXLAN) Z swagger_typesZ attribute_map�_nameZ _protocol�_actionZ_priority_orderZ _positionZ_parent_resource_id� _condition�_profile)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/network_firewall/models/vxlan_inspection_rule.py�__init__ s6 *��zVxlanInspectionRule.__init__c C s | j S )z� **[Required]** Gets the condition of this VxlanInspectionRule. :return: The condition of this VxlanInspectionRule. :rtype: oci.network_firewall.models.VxlanInspectionRuleMatchCriteria �r �r r r r r [ s zVxlanInspectionRule.conditionc C s || _ dS )z� Sets the condition of this VxlanInspectionRule. :param condition: The condition of this VxlanInspectionRule. :type: oci.network_firewall.models.VxlanInspectionRuleMatchCriteria Nr )r r r r r r e s c C s | j S )z� **[Required]** Gets the profile of this VxlanInspectionRule. :return: The profile of this VxlanInspectionRule. :rtype: oci.network_firewall.models.VxlanInspectionRuleProfile �r r r r r r o s zVxlanInspectionRule.profilec C s || _ dS )z� Sets the profile of this VxlanInspectionRule. :param profile: The profile of this VxlanInspectionRule. :type: oci.network_firewall.models.VxlanInspectionRuleProfile Nr )r r r r r r y s c C s t | �S �N)r r r r r �__repr__� s zVxlanInspectionRule.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zVxlanInspectionRule.__eq__c C s | |k S r r r r r r �__ne__� s zVxlanInspectionRule.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r"