📂 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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: backend_set_health.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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�BackendSetHealthz� The health status details for a backend set. This object does not explicitly enumerate backend servers with a status of `OK`. However, they are included in the `totalBackendCount` sum. �OK�WARNING�CRITICAL�UNKNOWNc K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a& Initializes a new BackendSetHealth object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param status: The value to assign to the status property of this BackendSetHealth. Allowed values for this property are: "OK", "WARNING", "CRITICAL", "UNKNOWN", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param warning_state_backend_names: The value to assign to the warning_state_backend_names property of this BackendSetHealth. :type warning_state_backend_names: list[str] :param critical_state_backend_names: The value to assign to the critical_state_backend_names property of this BackendSetHealth. :type critical_state_backend_names: list[str] :param unknown_state_backend_names: The value to assign to the unknown_state_backend_names property of this BackendSetHealth. :type unknown_state_backend_names: list[str] :param total_backend_count: The value to assign to the total_backend_count property of this BackendSetHealth. :type total_backend_count: int �strz list[str]�int)�status�warning_state_backend_names�critical_state_backend_names�unknown_state_backend_names�total_backend_countr ZwarningStateBackendNamesZcriticalStateBackendNamesZunknownStateBackendNamesZtotalBackendCountN)Z swagger_typesZ attribute_map�_status�_warning_state_backend_names�_critical_state_backend_names�_unknown_state_backend_names�_total_backend_count)�self�kwargs� r �O/usr/lib/python3.9/site-packages/oci/load_balancer/models/backend_set_health.py�__init__% s"