📂 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
›
load_balancer
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/load_balancer/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: ssl_configuration_details.cpython-39.pyc
a ���fKP � @ 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 edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zd!d"� Zd#d$� Zd%d&� Zd'S )(�SSLConfigurationDetailsz� The load balancer's SSL handling configuration details. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. �ENABLED�DISABLEDc K sn dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )ae Initializes a new SSLConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param verify_depth: The value to assign to the verify_depth property of this SSLConfigurationDetails. :type verify_depth: int :param verify_peer_certificate: The value to assign to the verify_peer_certificate property of this SSLConfigurationDetails. :type verify_peer_certificate: bool :param has_session_resumption: The value to assign to the has_session_resumption property of this SSLConfigurationDetails. :type has_session_resumption: bool :param trusted_certificate_authority_ids: The value to assign to the trusted_certificate_authority_ids property of this SSLConfigurationDetails. :type trusted_certificate_authority_ids: list[str] :param certificate_ids: The value to assign to the certificate_ids property of this SSLConfigurationDetails. :type certificate_ids: list[str] :param certificate_name: The value to assign to the certificate_name property of this SSLConfigurationDetails. :type certificate_name: str :param protocols: The value to assign to the protocols property of this SSLConfigurationDetails. :type protocols: list[str] :param cipher_suite_name: The value to assign to the cipher_suite_name property of this SSLConfigurationDetails. :type cipher_suite_name: str :param server_order_preference: The value to assign to the server_order_preference property of this SSLConfigurationDetails. Allowed values for this property are: "ENABLED", "DISABLED" :type server_order_preference: str �int�boolz list[str]�str) �verify_depth�verify_peer_certificate�has_session_resumption�!trusted_certificate_authority_ids�certificate_ids�certificate_name� protocols�cipher_suite_name�server_order_preferenceZverifyDepthZverifyPeerCertificateZhasSessionResumptionZtrustedCertificateAuthorityIdsZcertificateIdsZcertificateNamer ZcipherSuiteNameZserverOrderPreferenceN)Z swagger_typesZ attribute_map� _verify_depth�_verify_peer_certificate�_has_session_resumption�"_trusted_certificate_authority_ids�_certificate_ids�_certificate_name� _protocols�_cipher_suite_name�_server_order_preference)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/load_balancer/models/ssl_configuration_details.py�__init__ s: ,� �z SSLConfigurationDetails.__init__c C s | j S )z� Gets the verify_depth of this SSLConfigurationDetails. The maximum depth for peer certificate chain verification. Example: `3` :return: The verify_depth of this SSLConfigurationDetails. :rtype: int �r �r r r r! r i s z$SSLConfigurationDetails.verify_depthc C s || _ dS )a Sets the verify_depth of this SSLConfigurationDetails. The maximum depth for peer certificate chain verification. Example: `3` :param verify_depth: The verify_depth of this SSLConfigurationDetails. :type: int Nr# )r r r r r! r w s c C s | j S )a Gets the verify_peer_certificate of this SSLConfigurationDetails. Whether the load balancer listener should verify peer certificates. Example: `true` :return: The verify_peer_certificate of this SSLConfigurationDetails. :rtype: bool �r r$ r r r! r � s z/SSLConfigurationDetails.verify_peer_certificatec C s || _ dS )a3 Sets the verify_peer_certificate of this SSLConfigurationDetails. Whether the load balancer listener should verify peer certificates. Example: `true` :param verify_peer_certificate: The verify_peer_certificate of this SSLConfigurationDetails. :type: bool Nr% )r r r r r! r � s c C s | j S )a� Gets the has_session_resumption of this SSLConfigurationDetails. Whether the load balancer listener should resume an encrypted session by reusing the cryptographic parameters of a previous TLS session, without having to perform a full handshake again. If "true", the service resumes the previous TLS encrypted session. If "false", the service starts a new TLS encrypted session. Enabling session resumption improves performance but provides a lower level of security. Disabling session resumption improves security but reduces performance. Example: `true` :return: The has_session_resumption of this SSLConfigurationDetails. :rtype: bool �r r$ r r r! r � s z.SSLConfigurationDetails.has_session_resumptionc C s || _ dS )a� Sets the has_session_resumption of this SSLConfigurationDetails. Whether the load balancer listener should resume an encrypted session by reusing the cryptographic parameters of a previous TLS session, without having to perform a full handshake again. If "true", the service resumes the previous TLS encrypted session. If "false", the service starts a new TLS encrypted session. Enabling session resumption improves performance but provides a lower level of security. Disabling session resumption improves security but reduces performance. Example: `true` :param has_session_resumption: The has_session_resumption of this SSLConfigurationDetails. :type: bool Nr&