📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
network_load_balancer
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/network_load_balancer/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: backend_set_details.pyc
a O��fA! � @ 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� �Zdd� Zdd� Zdd� ZdS )�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 sF dddddd�| _ dddd 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. 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 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]� HealthChecker)�policy� ip_version�is_preserve_source�backends�health_checkerr � ipVersion�isPreserveSourcer � healthCheckerN)� swagger_types� attribute_map�_policy�_ip_version�_is_preserve_source� _backends�_health_checker)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/network_load_balancer/models/backend_set_details.py�__init__* s"