📂 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: ssl_forward_proxy_profile.cpython-39.opt-1.pyc
a ���f�9 � @ 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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�SslForwardProxyProfilez< SSLForwardProxy used on the firewall policy rules. c K s� ddddddddddddd�| _ dddddd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a Initializes a new SslForwardProxyProfile object with values from keyword arguments. The default value of the :py:attr:`~oci.network_firewall.models.SslForwardProxyProfile.type` attribute of this class is ``SSL_FORWARD_PROXY`` 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 SslForwardProxyProfile. 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 SslForwardProxyProfile. :type name: str :param parent_resource_id: The value to assign to the parent_resource_id property of this SslForwardProxyProfile. :type parent_resource_id: str :param is_expired_certificate_blocked: The value to assign to the is_expired_certificate_blocked property of this SslForwardProxyProfile. :type is_expired_certificate_blocked: bool :param is_untrusted_issuer_blocked: The value to assign to the is_untrusted_issuer_blocked property of this SslForwardProxyProfile. :type is_untrusted_issuer_blocked: bool :param is_revocation_status_timeout_blocked: The value to assign to the is_revocation_status_timeout_blocked property of this SslForwardProxyProfile. :type is_revocation_status_timeout_blocked: bool :param is_unsupported_version_blocked: The value to assign to the is_unsupported_version_blocked property of this SslForwardProxyProfile. :type is_unsupported_version_blocked: bool :param is_unsupported_cipher_blocked: The value to assign to the is_unsupported_cipher_blocked property of this SslForwardProxyProfile. :type is_unsupported_cipher_blocked: bool :param is_unknown_revocation_status_blocked: The value to assign to the is_unknown_revocation_status_blocked property of this SslForwardProxyProfile. :type is_unknown_revocation_status_blocked: bool :param are_certificate_extensions_restricted: The value to assign to the are_certificate_extensions_restricted property of this SslForwardProxyProfile. :type are_certificate_extensions_restricted: bool :param is_auto_include_alt_name: The value to assign to the is_auto_include_alt_name property of this SslForwardProxyProfile. :type is_auto_include_alt_name: bool :param is_out_of_capacity_blocked: The value to assign to the is_out_of_capacity_blocked property of this SslForwardProxyProfile. :type is_out_of_capacity_blocked: bool �str�bool)�type�nameZparent_resource_id�is_expired_certificate_blocked�is_untrusted_issuer_blocked�$is_revocation_status_timeout_blocked�is_unsupported_version_blocked�is_unsupported_cipher_blocked�$is_unknown_revocation_status_blocked�%are_certificate_extensions_restricted�is_auto_include_alt_name�is_out_of_capacity_blockedr r ZparentResourceIdZisExpiredCertificateBlockedZisUntrustedIssuerBlockedZ isRevocationStatusTimeoutBlockedZisUnsupportedVersionBlockedZisUnsupportedCipherBlockedZ isUnknownRevocationStatusBlockedZ"areCertificateExtensionsRestrictedZisAutoIncludeAltNameZisOutOfCapacityBlockedNZSSL_FORWARD_PROXY)Z swagger_typesZ attribute_mapZ_type�_nameZ_parent_resource_id�_is_expired_certificate_blocked�_is_untrusted_issuer_blocked�%_is_revocation_status_timeout_blocked�_is_unsupported_version_blocked�_is_unsupported_cipher_blocked�%_is_unknown_revocation_status_blocked�&_are_certificate_extensions_restricted�_is_auto_include_alt_name�_is_out_of_capacity_blocked)�self�kwargs� r"