📂 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.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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zd d!� Zd"d#� Zd$S )%�BackendSetDetailsaw The configuration of a network 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 � TWO_TUPLE�THREE_TUPLE� FIVE_TUPLE�IPV4�IPV6c K sZ dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d S )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. Allowed values for this property are: "TWO_TUPLE", "THREE_TUPLE", "FIVE_TUPLE" :type policy: str :param ip_version: The value to assign to the ip_version property of this BackendSetDetails. Allowed values for this property are: "IPV4", "IPV6" :type ip_version: str :param is_preserve_source: The value to assign to the is_preserve_source property of this BackendSetDetails. :type is_preserve_source: bool :param is_fail_open: The value to assign to the is_fail_open property of this BackendSetDetails. :type is_fail_open: bool :param is_instant_failover_enabled: The value to assign to the is_instant_failover_enabled property of this BackendSetDetails. :type is_instant_failover_enabled: bool :param backends: The value to assign to the backends property of this BackendSetDetails. :type backends: list[oci.network_load_balancer.models.Backend] :param health_checker: The value to assign to the health_checker property of this BackendSetDetails. :type health_checker: oci.network_load_balancer.models.HealthChecker �str�boolz list[Backend]Z HealthChecker)�policy� ip_version�is_preserve_source�is_fail_open�is_instant_failover_enabled�backends�health_checkerr Z ipVersionZisPreserveSourceZ isFailOpenZisInstantFailoverEnabledr Z healthCheckerN) Z swagger_typesZ attribute_map�_policy�_ip_version�_is_preserve_source� _is_fail_open�_is_instant_failover_enabled� _backends�_health_checker)�self�kwargs� r �X/usr/lib/python3.9/site-packages/oci/network_load_balancer/models/backend_set_details.py�__init__, s. %�� zBackendSetDetails.__init__c C s | j S )a> Gets the policy of this BackendSetDetails. The network load balancer policy for the backend set. Example: `FIVE_TUPLE` Allowed values for this property are: "TWO_TUPLE", "THREE_TUPLE", "FIVE_TUPLE" :return: The policy of this BackendSetDetails. :rtype: str )r �r r r r r l s zBackendSetDetails.policyc C s* g d�}t ||�s td|� ���|| _dS )z� Sets the policy of this BackendSetDetails. The network load balancer policy for the backend set. Example: `FIVE_TUPLE` :param policy: The policy of this BackendSetDetails. :type: str )r r r z3Invalid value for `policy`, must be None or one of N)r � ValueErrorr )r r �allowed_valuesr r r r | s �c C s | j S )a Gets the ip_version of this BackendSetDetails. IP version associated with the backend set. Allowed values for this property are: "IPV4", "IPV6" :return: The ip_version of this BackendSetDetails. :rtype: str )r r! r r r r � s zBackendSetDetails.ip_versionc C s* ddg}t ||�s td|� ���|| _dS )z� Sets the ip_version of this BackendSetDetails. IP version associated with the backend set. :param ip_version: The ip_version of this BackendSetDetails. :type: str r r z7Invalid value for `ip_version`, must be None or one of N)r r"