📂 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: update_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 ) �UpdateBackendSetDetailsa� The configuration details for updating 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. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. __ 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 UpdateBackendSetDetails 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 UpdateBackendSetDetails. :type policy: str :param backends: The value to assign to the backends property of this UpdateBackendSetDetails. :type backends: list[oci.load_balancer.models.BackendDetails] :param backend_max_connections: The value to assign to the backend_max_connections property of this UpdateBackendSetDetails. :type backend_max_connections: int :param health_checker: The value to assign to the health_checker property of this UpdateBackendSetDetails. :type health_checker: oci.load_balancer.models.HealthCheckerDetails :param ssl_configuration: The value to assign to the ssl_configuration property of this UpdateBackendSetDetails. :type ssl_configuration: oci.load_balancer.models.SSLConfigurationDetails :param session_persistence_configuration: The value to assign to the session_persistence_configuration property of this UpdateBackendSetDetails. :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 UpdateBackendSetDetails. :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 �W/usr/lib/python3.9/site-packages/oci/load_balancer/models/update_backend_set_details.py�__init__ s. #�� z UpdateBackendSetDetails.__init__c C s | j S )aV **[Required]** Gets the policy of this UpdateBackendSetDetails. 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 UpdateBackendSetDetails. :rtype: str �r �r r r r r Z s zUpdateBackendSetDetails.policyc C s || _ dS )aL Sets the policy of this UpdateBackendSetDetails. 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 UpdateBackendSetDetails. :type: str Nr )r r r r r r i s c C s | j S )z� **[Required]** Gets the backends of this UpdateBackendSetDetails. :return: The backends of this UpdateBackendSetDetails. :rtype: list[oci.load_balancer.models.BackendDetails] �r r r r r r x s z UpdateBackendSetDetails.backendsc C s || _ dS )z� Sets the backends of this UpdateBackendSetDetails. :param backends: The backends of this UpdateBackendSetDetails. :type: list[oci.load_balancer.models.BackendDetails] Nr )r r r r r r � s c C s | j S )aR Gets the backend_max_connections of this UpdateBackendSetDetails. 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 UpdateBackendSetDetails. :rtype: int �r r r r r r � s z/UpdateBackendSetDetails.backend_max_connectionsc C s || _ dS )ah Sets the backend_max_connections of this UpdateBackendSetDetails. 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 UpdateBackendSetDetails. :type: int Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the health_checker of this UpdateBackendSetDetails. :return: The health_checker of this UpdateBackendSetDetails. :rtype: oci.load_balancer.models.HealthCheckerDetails �r r r r r r � s z&UpdateBackendSetDetails.health_checkerc C s || _ dS )z� Sets the health_checker of this UpdateBackendSetDetails. :param health_checker: The health_checker of this UpdateBackendSetDetails. :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 UpdateBackendSetDetails. :return: The ssl_configuration of this UpdateBackendSetDetails. :rtype: oci.load_balancer.models.SSLConfigurationDetails �r r r r r r � s z)UpdateBackendSetDetails.ssl_configurationc C s || _ dS )z� Sets the ssl_configuration of this UpdateBackendSetDetails. :param ssl_configuration: The ssl_configuration of this UpdateBackendSetDetails. :type: oci.load_balancer.models.SSLConfigurationDetails Nr! )r r r r r r � s c C s | j S )a Gets the session_persistence_configuration of this UpdateBackendSetDetails. :return: The session_persistence_configuration of this UpdateBackendSetDetails. :rtype: oci.load_balancer.models.SessionPersistenceConfigurationDetails �r r r r r r � s z9UpdateBackendSetDetails.session_persistence_configurationc C s || _ dS )a& Sets the session_persistence_configuration of this UpdateBackendSetDetails. :param session_persistence_configuration: The session_persistence_configuration of this UpdateBackendSetDetails. :type: oci.load_balancer.models.SessionPersistenceConfigurationDetails Nr"