📂 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_summary.cpython-39.pyc
a ���f�0 � @ 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� �Ze dd� �Zejd d� �Zd!d"� Zd#d$� Zd%d&� Zd'S )(�BackendSetSummaryz" BackendSetSummary model. � TWO_TUPLE�THREE_TUPLE� FIVE_TUPLE�IPV4�IPV6c K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )am Initializes a new BackendSetSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this BackendSetSummary. :type name: str :param policy: The value to assign to the policy property of this BackendSetSummary. Allowed values for this property are: "TWO_TUPLE", "THREE_TUPLE", "FIVE_TUPLE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type policy: str :param is_preserve_source: The value to assign to the is_preserve_source property of this BackendSetSummary. :type is_preserve_source: bool :param is_fail_open: The value to assign to the is_fail_open property of this BackendSetSummary. :type is_fail_open: bool :param is_instant_failover_enabled: The value to assign to the is_instant_failover_enabled property of this BackendSetSummary. :type is_instant_failover_enabled: bool :param ip_version: The value to assign to the ip_version property of this BackendSetSummary. Allowed values for this property are: "IPV4", "IPV6", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type ip_version: str :param backends: The value to assign to the backends property of this BackendSetSummary. :type backends: list[oci.network_load_balancer.models.Backend] :param health_checker: The value to assign to the health_checker property of this BackendSetSummary. :type health_checker: oci.network_load_balancer.models.HealthChecker �str�boolz list[Backend]Z HealthChecker)�name�policy�is_preserve_source�is_fail_open�is_instant_failover_enabled� ip_version�backends�health_checkerr r ZisPreserveSourceZ isFailOpenZisInstantFailoverEnabledZ ipVersionr Z healthCheckerN) Z swagger_typesZ attribute_map�_name�_policy�_is_preserve_source� _is_fail_open�_is_instant_failover_enabled�_ip_version� _backends�_health_checker)�self�kwargs� r �X/usr/lib/python3.9/site-packages/oci/network_load_balancer/models/backend_set_summary.py�__init__&