📂 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: backend_health.cpython-39.pyc
a ���fD � @ 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 @ st e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Zdd� Z dd� Zdd� ZdS )� BackendHealthzr The health status of the specified backend server as reported by the primary and standby load balancers. �OK�WARNING�CRITICAL�UNKNOWNc K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new BackendHealth 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 BackendHealth. 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 health_check_results: The value to assign to the health_check_results property of this BackendHealth. :type health_check_results: list[oci.load_balancer.models.HealthCheckResult] �strzlist[HealthCheckResult])�status�health_check_resultsr ZhealthCheckResultsN)Z swagger_typesZ attribute_map�_status�_health_check_results)�self�kwargs� r �K/usr/lib/python3.9/site-packages/oci/load_balancer/models/backend_health.py�__init__"