📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
network_firewall
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/network_firewall/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: ssl_inbound_inspection_profile.pyc
a O��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DecryptionProfile� )�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 d d� Z dd� Zdd� ZdS )�SslInboundInspectionProfilezA SSLInboundInspection used on the firewall policy rules. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d | _dS ) a� Initializes a new SslInboundInspectionProfile object with values from keyword arguments. The default value of the :py:attr:`~oci.network_firewall.models.SslInboundInspectionProfile.type` attribute of this class is ``SSL_INBOUND_INSPECTION`` and it should not be changed. 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 SslInboundInspectionProfile. Allowed values for this property are: "SSL_INBOUND_INSPECTION", "SSL_FORWARD_PROXY" :type type: str :param is_unsupported_version_blocked: The value to assign to the is_unsupported_version_blocked property of this SslInboundInspectionProfile. :type is_unsupported_version_blocked: bool :param is_unsupported_cipher_blocked: The value to assign to the is_unsupported_cipher_blocked property of this SslInboundInspectionProfile. :type is_unsupported_cipher_blocked: bool :param is_out_of_capacity_blocked: The value to assign to the is_out_of_capacity_blocked property of this SslInboundInspectionProfile. :type is_out_of_capacity_blocked: bool �str�bool)�type�is_unsupported_version_blocked�is_unsupported_cipher_blocked�is_out_of_capacity_blockedr �isUnsupportedVersionBlocked�isUnsupportedCipherBlocked�isOutOfCapacityBlockedN�SSL_INBOUND_INSPECTION)� swagger_types� attribute_map�_type�_is_unsupported_version_blocked�_is_unsupported_cipher_blocked�_is_out_of_capacity_blocked)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/network_firewall/models/ssl_inbound_inspection_profile.py�__init__ s ��z$SslInboundInspectionProfile.__init__c C s | j S )a **[Required]** Gets the is_unsupported_version_blocked of this SslInboundInspectionProfile. Whether to block sessions if SSL version is not supported. :return: The is_unsupported_version_blocked of this SslInboundInspectionProfile. :rtype: bool �r �r r r r r <