📂 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_summary.pyc
a O��fi � @ 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 )� NetworkLoadBalancerHealthSummaryzI A health status summary for the specified network load balancer �OK�WARNING�CRITICAL�UNKNOWNc K s( ddd�| _ ddd�| _d| _d| _dS )a Initializes a new NetworkLoadBalancerHealthSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param network_load_balancer_id: The value to assign to the network_load_balancer_id property of this NetworkLoadBalancerHealthSummary. :type network_load_balancer_id: str :param status: The value to assign to the status property of this NetworkLoadBalancerHealthSummary. 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)�network_load_balancer_id�status�networkLoadBalancerIdr N)� swagger_types� attribute_map�_network_load_balancer_id�_status)�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_summary.py�__init__ s ��z)NetworkLoadBalancerHealthSummary.__init__c C s | j S )a� **[Required]** Gets the network_load_balancer_id of this NetworkLoadBalancerHealthSummary. The `OCID`__ of the network load balancer with which the health status is associated. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The network_load_balancer_id of this NetworkLoadBalancerHealthSummary. :rtype: str �r �r r r r r = s z9NetworkLoadBalancerHealthSummary.network_load_balancer_idc C s || _ dS )a� Sets the network_load_balancer_id of this NetworkLoadBalancerHealthSummary. The `OCID`__ of the network load balancer with which the health status is associated. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param network_load_balancer_id: The network_load_balancer_id of this NetworkLoadBalancerHealthSummary. :type: str Nr )r r r r r r K s c C s | j S )a� **[Required]** Gets the status of this NetworkLoadBalancerHealthSummary. The overall health status of the network load balancer. * **OK:** All backend sets associated with the network load balancer return a status of `OK`. * **WARNING:** At least one of the backend sets associated with the network load balancer returns a status of `WARNING`, no backend sets return a status of `CRITICAL`, and the network load balancer life cycle state is `ACTIVE`. * **CRITICAL:** One or more of the backend sets associated with the network load balancer returns a status of `CRITICAL`. * **UNKNOWN:** If any one of the following conditions is true: * The network load balancer life cycle state is not `ACTIVE`. * No backend sets are defined for the network load balancer. * More than half of the backend sets associated with the network load balancer return a status of `UNKNOWN`, none of the backend sets returns a status of `WARNING` or `CRITICAL`, and the network load balancer life cycle state is `ACTIVE`. * The system could not retrieve metrics for any reason. 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'. :return: The status of this NetworkLoadBalancerHealthSummary. :rtype: str )r r r r r r Y s z'NetworkLoadBalancerHealthSummary.statusc C s g d�}t ||�sd}|| _dS )a Sets the status of this NetworkLoadBalancerHealthSummary. The overall health status of the network load balancer. * **OK:** All backend sets associated with the network load balancer return a status of `OK`. * **WARNING:** At least one of the backend sets associated with the network load balancer returns a status of `WARNING`, no backend sets return a status of `CRITICAL`, and the network load balancer life cycle state is `ACTIVE`. * **CRITICAL:** One or more of the backend sets associated with the network load balancer returns a status of `CRITICAL`. * **UNKNOWN:** If any one of the following conditions is true: * The network load balancer life cycle state is not `ACTIVE`. * No backend sets are defined for the network load balancer. * More than half of the backend sets associated with the network load balancer return a status of `UNKNOWN`, none of the backend sets returns a status of `WARNING` or `CRITICAL`, and the network load balancer life cycle state is `ACTIVE`. * The system could not retrieve metrics for any reason. :param status: The status of this NetworkLoadBalancerHealthSummary. :type: str )r r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r z s c C s t | �S �N)r r r r r �__repr__� s z)NetworkLoadBalancerHealthSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z'NetworkLoadBalancerHealthSummary.__eq__c C s | |k S r r r r r r �__ne__� s z'NetworkLoadBalancerHealthSummary.__ne__N)�__name__� __module__�__qualname__�__doc__� STATUS_OK�STATUS_WARNING�STATUS_CRITICAL�STATUS_UNKNOWNr �propertyr �setterr r r! r"