📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: vxlan_inspection_rule_summary.cpython-39.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�TunnelInspectionRuleSummary� )�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 )�VxlanInspectionRuleSummaryzI Vxlan Tunnel Inspection Rule used on the firewall policy rules. c K s` dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d| _d S )a� Initializes a new VxlanInspectionRuleSummary object with values from keyword arguments. The default value of the :py:attr:`~oci.network_firewall.models.VxlanInspectionRuleSummary.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 VxlanInspectionRuleSummary. :type name: str :param protocol: The value to assign to the protocol property of this VxlanInspectionRuleSummary. Allowed values for this property are: "VXLAN" :type protocol: str :param action: The value to assign to the action property of this VxlanInspectionRuleSummary. 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 VxlanInspectionRuleSummary. :type priority_order: int :param parent_resource_id: The value to assign to the parent_resource_id property of this VxlanInspectionRuleSummary. :type parent_resource_id: str :param condition: The value to assign to the condition property of this VxlanInspectionRuleSummary. :type condition: oci.network_firewall.models.VxlanInspectionRuleMatchCriteria :param profile: The value to assign to the profile property of this VxlanInspectionRuleSummary. :type profile: oci.network_firewall.models.VxlanInspectionRuleProfile �str�intZ VxlanInspectionRuleMatchCriteriaZVxlanInspectionRuleProfile)�name�protocol�actionZpriority_orderZparent_resource_id� condition�profiler r r Z priorityOrderZparentResourceIdr r NZVXLAN) Z swagger_typesZ attribute_map�_nameZ _protocol�_actionZ_priority_orderZ_parent_resource_id� _condition�_profile)�self�kwargs� r �]/usr/lib/python3.9/site-packages/oci/network_firewall/models/vxlan_inspection_rule_summary.py�__init__ s0 &�� z#VxlanInspectionRuleSummary.__init__c C s | j S )z� Gets the condition of this VxlanInspectionRuleSummary. :return: The condition of this VxlanInspectionRuleSummary. :rtype: oci.network_firewall.models.VxlanInspectionRuleMatchCriteria �r �r r r r r T s z$VxlanInspectionRuleSummary.conditionc C s || _ dS )z� Sets the condition of this VxlanInspectionRuleSummary. :param condition: The condition of this VxlanInspectionRuleSummary. :type: oci.network_firewall.models.VxlanInspectionRuleMatchCriteria Nr )r r r r r r ^ s c C s | j S )z� **[Required]** Gets the profile of this VxlanInspectionRuleSummary. :return: The profile of this VxlanInspectionRuleSummary. :rtype: oci.network_firewall.models.VxlanInspectionRuleProfile �r r r r r r h s z"VxlanInspectionRuleSummary.profilec C s || _ dS )z� Sets the profile of this VxlanInspectionRuleSummary. :param profile: The profile of this VxlanInspectionRuleSummary. :type: oci.network_firewall.models.VxlanInspectionRuleProfile Nr )r r r r r r r s c C s t | �S �N)r r r r r �__repr__| s z#VxlanInspectionRuleSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z!VxlanInspectionRuleSummary.__eq__c C s | |k S r r r r r r �__ne__� s z!VxlanInspectionRuleSummary.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r! r"