📂 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.5 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: security_rule_match_criteria.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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�SecurityRuleMatchCriteriaz� Criteria to evaluate against network traffic. A match occurs when at least one item in the array associated with each specified property corresponds with the relevant aspect of the traffic. c K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) a� Initializes a new SecurityRuleMatchCriteria object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param source_address: The value to assign to the source_address property of this SecurityRuleMatchCriteria. :type source_address: list[str] :param destination_address: The value to assign to the destination_address property of this SecurityRuleMatchCriteria. :type destination_address: list[str] :param application: The value to assign to the application property of this SecurityRuleMatchCriteria. :type application: list[str] :param service: The value to assign to the service property of this SecurityRuleMatchCriteria. :type service: list[str] :param url: The value to assign to the url property of this SecurityRuleMatchCriteria. :type url: list[str] z list[str])�source_address�destination_address�application�service�urlZ sourceAddressZdestinationAddressr r r N)Z swagger_typesZ attribute_map�_source_address�_destination_address�_application�_service�_url)�self�kwargs� r �\/usr/lib/python3.9/site-packages/oci/network_firewall/models/security_rule_match_criteria.py�__init__ s"