📂 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: load_balancer_health_summary.cpython-39.opt-1.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 @ st e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Zdd� Z dd� Zdd� ZdS )�LoadBalancerHealthSummaryzB A health status summary for the specified load balancer. �OK�WARNING�CRITICAL�UNKNOWNc K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new LoadBalancerHealthSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param load_balancer_id: The value to assign to the load_balancer_id property of this LoadBalancerHealthSummary. :type load_balancer_id: str :param status: The value to assign to the status property of this LoadBalancerHealthSummary. 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 �str)�load_balancer_id�statusZloadBalancerIdr N)Z swagger_typesZ attribute_map�_load_balancer_id�_status)�self�kwargs� r �Y/usr/lib/python3.9/site-packages/oci/load_balancer/models/load_balancer_health_summary.py�__init__"