📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: network_load_balancer_health.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 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 )�NetworkLoadBalancerHealthz� The health status details for the specified network load balancer. This object does not explicitly enumerate backend sets with a status of `OK`. However, the backend sets are included in the `totalBackendSetCount` sum. �OK�WARNING�CRITICAL�UNKNOWNc K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new NetworkLoadBalancerHealth 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 NetworkLoadBalancerHealth. 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_set_names: The value to assign to the warning_state_backend_set_names property of this NetworkLoadBalancerHealth. :type warning_state_backend_set_names: list[str] :param critical_state_backend_set_names: The value to assign to the critical_state_backend_set_names property of this NetworkLoadBalancerHealth. :type critical_state_backend_set_names: list[str] :param unknown_state_backend_set_names: The value to assign to the unknown_state_backend_set_names property of this NetworkLoadBalancerHealth. :type unknown_state_backend_set_names: list[str] :param total_backend_set_count: The value to assign to the total_backend_set_count property of this NetworkLoadBalancerHealth. :type total_backend_set_count: int �strz list[str]�int)�status�warning_state_backend_set_names� critical_state_backend_set_names�unknown_state_backend_set_names�total_backend_set_countr �warningStateBackendSetNames�criticalStateBackendSetNames�unknownStateBackendSetNames�totalBackendSetCountN)� swagger_types� attribute_map�_status� _warning_state_backend_set_names�!_critical_state_backend_set_names� _unknown_state_backend_set_names�_total_backend_set_count)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/network_load_balancer/models/network_load_balancer_health.py�__init__# s"