📂 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_load_balancer
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/network_load_balancer/models/__pycache__
💾
Free:
45.8 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 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� �Zdd� Zdd� Zdd � Zd!S )"�UpdateBackendSetDetailsa� The configuration details for updating a load balancer backend set. For more information about backend set configuration, see `Managing Backend Sets`__. **Caution:** 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 �IPV4�IPV6c K sZ dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d S )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 is_preserve_source: The value to assign to the is_preserve_source property of this UpdateBackendSetDetails. :type is_preserve_source: bool :param is_fail_open: The value to assign to the is_fail_open property of this UpdateBackendSetDetails. :type is_fail_open: bool :param is_instant_failover_enabled: The value to assign to the is_instant_failover_enabled property of this UpdateBackendSetDetails. :type is_instant_failover_enabled: bool :param ip_version: The value to assign to the ip_version property of this UpdateBackendSetDetails. Allowed values for this property are: "IPV4", "IPV6" :type ip_version: str :param backends: The value to assign to the backends property of this UpdateBackendSetDetails. :type backends: list[oci.network_load_balancer.models.BackendDetails] :param health_checker: The value to assign to the health_checker property of this UpdateBackendSetDetails. :type health_checker: oci.network_load_balancer.models.HealthCheckerDetails �str�boolzlist[BackendDetails]ZHealthCheckerDetails)�policy�is_preserve_source�is_fail_open�is_instant_failover_enabled� ip_version�backends�health_checkerr ZisPreserveSourceZ isFailOpenZisInstantFailoverEnabledZ ipVersionr Z healthCheckerN) Z swagger_typesZ attribute_map�_policy�_is_preserve_source� _is_fail_open�_is_instant_failover_enabled�_ip_version� _backends�_health_checker)�self�kwargs� r �_/usr/lib/python3.9/site-packages/oci/network_load_balancer/models/update_backend_set_details.py�__init__ s. $�� z UpdateBackendSetDetails.__init__c C s | j S )a_ Gets the policy of this UpdateBackendSetDetails. The network load balancer policy for the backend set. To get a list of available policies, use the :func:`list_network_load_balancers_policies` operation. Example: `FIVE_TUPLE` :return: The policy of this UpdateBackendSetDetails. :rtype: str �r �r r r r r _ s zUpdateBackendSetDetails.policyc C s || _ dS )ad Sets the policy of this UpdateBackendSetDetails. The network load balancer policy for the backend set. To get a list of available policies, use the :func:`list_network_load_balancers_policies` operation. Example: `FIVE_TUPLE` :param policy: The policy of this UpdateBackendSetDetails. :type: str Nr )r r r r r r n s c C s | j S )a Gets the is_preserve_source of this UpdateBackendSetDetails. If this parameter is enabled, then the network load balancer preserves the source IP of the packet when it is forwarded to backends. Backends see the original source IP. If the isPreserveSourceDestination parameter is enabled for the network load balancer resource, then this parameter cannot be disabled. The value is true by default. :return: The is_preserve_source of this UpdateBackendSetDetails. :rtype: bool �r r r r r r } s z*UpdateBackendSetDetails.is_preserve_sourcec C s || _ dS )a' Sets the is_preserve_source of this UpdateBackendSetDetails. If this parameter is enabled, then the network load balancer preserves the source IP of the packet when it is forwarded to backends. Backends see the original source IP. If the isPreserveSourceDestination parameter is enabled for the network load balancer resource, then this parameter cannot be disabled. The value is true by default. :param is_preserve_source: The is_preserve_source of this UpdateBackendSetDetails. :type: bool Nr )r r r r r r � s c C s | j S )ac Gets the is_fail_open of this UpdateBackendSetDetails. If enabled, the network load balancer will continue to distribute traffic in the configured distribution in the event all backends are unhealthy. The value is false by default. :return: The is_fail_open of this UpdateBackendSetDetails. :rtype: bool �r r r r r r � s z$UpdateBackendSetDetails.is_fail_openc C s || _ dS )an Sets the is_fail_open of this UpdateBackendSetDetails. If enabled, the network load balancer will continue to distribute traffic in the configured distribution in the event all backends are unhealthy. The value is false by default. :param is_fail_open: The is_fail_open of this UpdateBackendSetDetails. :type: bool Nr! )r r r r r r � s c C s | j S )aJ Gets the is_instant_failover_enabled of this UpdateBackendSetDetails. If enabled existing connections will be forwarded to an alternative healthy backend as soon as current backend becomes unhealthy. :return: The is_instant_failover_enabled of this UpdateBackendSetDetails. :rtype: bool �r r r r r r � s z3UpdateBackendSetDetails.is_instant_failover_enabledc C s || _ dS )ad Sets the is_instant_failover_enabled of this UpdateBackendSetDetails. If enabled existing connections will be forwarded to an alternative healthy backend as soon as current backend becomes unhealthy. :param is_instant_failover_enabled: The is_instant_failover_enabled of this UpdateBackendSetDetails. :type: bool Nr"