📂 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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: backend_set_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 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 dd� Zdd� Zdd� ZdS ) �BackendSetDetailsa The configuration details for a load balancer backend set. For more information on backend set configuration, see `Managing Backend Sets`__. **Note:** The `sessionPersistenceConfiguration` (application cookie stickiness) and `lbCookieSessionPersistenceConfiguration` (LB cookie stickiness) attributes are mutually exclusive. To avoid returning an error, configure only one of these two attributes per backend set. __ https://docs.cloud.oracle.com/Content/Balance/Tasks/managingbackendsets.htm c K sZ dddddddd�| _ d d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new BackendSetDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param policy: The value to assign to the policy property of this BackendSetDetails. :type policy: str :param backends: The value to assign to the backends property of this BackendSetDetails. :type backends: list[oci.load_balancer.models.BackendDetails] :param backend_max_connections: The value to assign to the backend_max_connections property of this BackendSetDetails. :type backend_max_connections: int :param health_checker: The value to assign to the health_checker property of this BackendSetDetails. :type health_checker: oci.load_balancer.models.HealthCheckerDetails :param ssl_configuration: The value to assign to the ssl_configuration property of this BackendSetDetails. :type ssl_configuration: oci.load_balancer.models.SSLConfigurationDetails :param session_persistence_configuration: The value to assign to the session_persistence_configuration property of this BackendSetDetails. :type session_persistence_configuration: oci.load_balancer.models.SessionPersistenceConfigurationDetails :param lb_cookie_session_persistence_configuration: The value to assign to the lb_cookie_session_persistence_configuration property of this BackendSetDetails. :type lb_cookie_session_persistence_configuration: oci.load_balancer.models.LBCookieSessionPersistenceConfigurationDetails �strzlist[BackendDetails]�intZHealthCheckerDetailsZSSLConfigurationDetailsZ&SessionPersistenceConfigurationDetailsZ.LBCookieSessionPersistenceConfigurationDetails)�policy�backends�backend_max_connections�health_checker�ssl_configuration�!session_persistence_configuration�+lb_cookie_session_persistence_configurationr r ZbackendMaxConnectionsZ healthCheckerZsslConfigurationZsessionPersistenceConfigurationZ'lbCookieSessionPersistenceConfigurationN) Z swagger_typesZ attribute_map�_policy� _backends�_backend_max_connections�_health_checker�_ssl_configuration�"_session_persistence_configuration�,_lb_cookie_session_persistence_configuration)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/load_balancer/models/backend_set_details.py�__init__ s. #�� zBackendSetDetails.__init__c C s | j S )aJ **[Required]** Gets the policy of this BackendSetDetails. The load balancer policy for the backend set. To get a list of available policies, use the :func:`list_policies` operation. Example: `LEAST_CONNECTIONS` :return: The policy of this BackendSetDetails. :rtype: str �r �r r r r r X s zBackendSetDetails.policyc C s || _ dS )a@ Sets the policy of this BackendSetDetails. The load balancer policy for the backend set. To get a list of available policies, use the :func:`list_policies` operation. Example: `LEAST_CONNECTIONS` :param policy: The policy of this BackendSetDetails. :type: str Nr )r r r r r r g s c C s | j S )z� Gets the backends of this BackendSetDetails. :return: The backends of this BackendSetDetails. :rtype: list[oci.load_balancer.models.BackendDetails] �r r r r r r v s zBackendSetDetails.backendsc C s || _ dS )z� Sets the backends of this BackendSetDetails. :param backends: The backends of this BackendSetDetails. :type: list[oci.load_balancer.models.BackendDetails] Nr )r r r r r r � s c C s | j S )aF Gets the backend_max_connections of this BackendSetDetails. The maximum number of simultaneous connections the load balancer can make to any backend in the backend set unless the backend has its own maxConnections setting. If this is not set then the number of simultaneous connections the load balancer can make to any backend in the backend set unless the backend has its own maxConnections setting is unlimited. Example: `300` :return: The backend_max_connections of this BackendSetDetails. :rtype: int �r r r r r r � s z)BackendSetDetails.backend_max_connectionsc C s || _ dS )a\ Sets the backend_max_connections of this BackendSetDetails. The maximum number of simultaneous connections the load balancer can make to any backend in the backend set unless the backend has its own maxConnections setting. If this is not set then the number of simultaneous connections the load balancer can make to any backend in the backend set unless the backend has its own maxConnections setting is unlimited. Example: `300` :param backend_max_connections: The backend_max_connections of this BackendSetDetails. :type: int Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the health_checker of this BackendSetDetails. :return: The health_checker of this BackendSetDetails. :rtype: oci.load_balancer.models.HealthCheckerDetails �r r r r r r � s z BackendSetDetails.health_checkerc C s || _ dS )z� Sets the health_checker of this BackendSetDetails. :param health_checker: The health_checker of this BackendSetDetails. :type: oci.load_balancer.models.HealthCheckerDetails Nr )r r r r r r � s c C s | j S )z� Gets the ssl_configuration of this BackendSetDetails. :return: The ssl_configuration of this BackendSetDetails. :rtype: oci.load_balancer.models.SSLConfigurationDetails �r r r r r r � s z#BackendSetDetails.ssl_configurationc C s || _ dS )z� Sets the ssl_configuration of this BackendSetDetails. :param ssl_configuration: The ssl_configuration of this BackendSetDetails. :type: oci.load_balancer.models.SSLConfigurationDetails Nr! )r r r r r r � s c C s | j S )z� Gets the session_persistence_configuration of this BackendSetDetails. :return: The session_persistence_configuration of this BackendSetDetails. :rtype: oci.load_balancer.models.SessionPersistenceConfigurationDetails �r r r r r r � s z3BackendSetDetails.session_persistence_configurationc C s || _ dS )a Sets the session_persistence_configuration of this BackendSetDetails. :param session_persistence_configuration: The session_persistence_configuration of this BackendSetDetails. :type: oci.load_balancer.models.SessionPersistenceConfigurationDetails Nr"