📂 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
›
load_balancer
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/load_balancer/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_backend_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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�UpdateBackendDetailszB The configuration details for updating a backend server. c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new UpdateBackendDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param weight: The value to assign to the weight property of this UpdateBackendDetails. :type weight: int :param max_connections: The value to assign to the max_connections property of this UpdateBackendDetails. :type max_connections: int :param backup: The value to assign to the backup property of this UpdateBackendDetails. :type backup: bool :param drain: The value to assign to the drain property of this UpdateBackendDetails. :type drain: bool :param offline: The value to assign to the offline property of this UpdateBackendDetails. :type offline: bool �int�bool)�weight�max_connections�backup�drain�offliner ZmaxConnectionsr r r N)Z swagger_typesZ attribute_map�_weight�_max_connections�_backup�_drain�_offline)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/load_balancer/models/update_backend_details.py�__init__ s"