📂 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: create_decryption_profile_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 @ sx e Zd ZdZdZdZdd� Zedd� �Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Zdd� Z dd� Zdd� ZdS )�CreateDecryptionProfileDetailszK Request for Decryption Profile used on the firewall policy rules. �SSL_INBOUND_INSPECTION�SSL_FORWARD_PROXYc K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new CreateDecryptionProfileDetails 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.CreateSslInboundInspectionProfileDetails` * :class:`~oci.network_firewall.models.CreateSslForwardProxyProfileDetails` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this CreateDecryptionProfileDetails. Allowed values for this property are: "SSL_INBOUND_INSPECTION", "SSL_FORWARD_PROXY" :type type: str :param name: The value to assign to the name property of this CreateDecryptionProfileDetails. :type name: str �str)�type�namer r N)Z swagger_typesZ attribute_map�_type�_name)�self�kwargs� r �a/usr/lib/python3.9/site-packages/oci/network_firewall/models/create_decryption_profile_details.py�__init__ s ��z'CreateDecryptionProfileDetails.__init__c C s( | d }|dkrdS |dkr dS dS dS )z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r r Z(CreateSslInboundInspectionProfileDetailsr Z#CreateSslForwardProxyProfileDetailsr Nr )Zobject_dictionaryr r r r �get_subtype; s z*CreateDecryptionProfileDetails.get_subtypec C s | j S )ae **[Required]** Gets the type of this CreateDecryptionProfileDetails. Describes the type of Decryption Profile SslForwardProxy or SslInboundInspection. Allowed values for this property are: "SSL_INBOUND_INSPECTION", "SSL_FORWARD_PROXY" :return: The type of this CreateDecryptionProfileDetails. :rtype: str )r �r r r r r K s z#CreateDecryptionProfileDetails.typec C s* ddg}t ||�s td|� ���|| _dS )z� Sets the type of this CreateDecryptionProfileDetails. Describes the type of Decryption Profile SslForwardProxy or SslInboundInspection. :param type: The type of this CreateDecryptionProfileDetails. :type: str r r z1Invalid value for `type`, must be None or one of N)r � ValueErrorr )r r Zallowed_valuesr r r r Y s �c C s | j S )z� **[Required]** Gets the name of this CreateDecryptionProfileDetails. Name of the decryption profile. :return: The name of this CreateDecryptionProfileDetails. :rtype: str �r r r r r r j s z#CreateDecryptionProfileDetails.namec C s || _ dS )z� Sets the name of this CreateDecryptionProfileDetails. Name of the decryption profile. :param name: The name of this CreateDecryptionProfileDetails. :type: str Nr )r r r r r r v s c C s t | �S �N)r r r r r �__repr__� s z'CreateDecryptionProfileDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z%CreateDecryptionProfileDetails.__eq__c C s | |k S r r r r r r �__ne__� s z%CreateDecryptionProfileDetails.__ne__N)�__name__� __module__�__qualname__�__doc__ZTYPE_SSL_INBOUND_INSPECTIONZTYPE_SSL_FORWARD_PROXYr �staticmethodr �propertyr �setterr r r r r r r r r s"