📂 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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_decryption_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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z dd� Zdd� Zdd� ZdS )�UpdateDecryptionRuleDetailsz� Request for updating Decryption Rule used in the firewall policy rules. A Decryption Rule is used to define which traffic should be decrypted by the firewall, and how it should do so. � NO_DECRYPT�DECRYPTc K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )as Initializes a new UpdateDecryptionRuleDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param condition: The value to assign to the condition property of this UpdateDecryptionRuleDetails. :type condition: oci.network_firewall.models.DecryptionRuleMatchCriteria :param action: The value to assign to the action property of this UpdateDecryptionRuleDetails. Allowed values for this property are: "NO_DECRYPT", "DECRYPT" :type action: str :param decryption_profile: The value to assign to the decryption_profile property of this UpdateDecryptionRuleDetails. :type decryption_profile: str :param secret: The value to assign to the secret property of this UpdateDecryptionRuleDetails. :type secret: str :param position: The value to assign to the position property of this UpdateDecryptionRuleDetails. :type position: oci.network_firewall.models.RulePosition ZDecryptionRuleMatchCriteria�strZRulePosition)� condition�action�decryption_profile�secret�positionr r ZdecryptionProfiler r N)Z swagger_typesZ attribute_map� _condition�_action�_decryption_profile�_secret� _position)�self�kwargs� r �^/usr/lib/python3.9/site-packages/oci/network_firewall/models/update_decryption_rule_details.py�__init__ s"