📂 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
›
waas
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/waas/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: health_check.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 @ sj e Zd ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zd,d-� Zd.d/� Zd0d1� Zd2S )3�HealthCheckaJ Health checks monitor the status of your origin servers and only route traffic to the origins that pass the health check. If the health check fails, origin is automatically removed from the load balancing. There is roughly one health check per EDGE POP per period. Any checks that pass will be reported as "healthy". �GET�HEAD�POST�2XX�3XX�4XX�5XXc K s� dddddddddddd�| _ ddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a& Initializes a new HealthCheck object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param is_enabled: The value to assign to the is_enabled property of this HealthCheck. :type is_enabled: bool :param method: The value to assign to the method property of this HealthCheck. Allowed values for this property are: "GET", "HEAD", "POST", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type method: str :param path: The value to assign to the path property of this HealthCheck. :type path: str :param headers: The value to assign to the headers property of this HealthCheck. :type headers: dict(str, str) :param expected_response_code_group: The value to assign to the expected_response_code_group property of this HealthCheck. Allowed values for items in this list are: "2XX", "3XX", "4XX", "5XX", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type expected_response_code_group: list[str] :param is_response_text_check_enabled: The value to assign to the is_response_text_check_enabled property of this HealthCheck. :type is_response_text_check_enabled: bool :param expected_response_text: The value to assign to the expected_response_text property of this HealthCheck. :type expected_response_text: str :param interval_in_seconds: The value to assign to the interval_in_seconds property of this HealthCheck. :type interval_in_seconds: int :param timeout_in_seconds: The value to assign to the timeout_in_seconds property of this HealthCheck. :type timeout_in_seconds: int :param healthy_threshold: The value to assign to the healthy_threshold property of this HealthCheck. :type healthy_threshold: int :param unhealthy_threshold: The value to assign to the unhealthy_threshold property of this HealthCheck. :type unhealthy_threshold: int �bool�strzdict(str, str)z list[str]�int)� is_enabled�method�path�headers�expected_response_code_group�is_response_text_check_enabled�expected_response_text�interval_in_seconds�timeout_in_seconds�healthy_threshold�unhealthy_thresholdZ isEnabledr r r ZexpectedResponseCodeGroupZisResponseTextCheckEnabledZexpectedResponseTextZintervalInSecondsZtimeoutInSecondsZhealthyThresholdZunhealthyThresholdN) Z swagger_typesZ attribute_map�_is_enabled�_method�_path�_headers�_expected_response_code_group�_is_response_text_check_enabled�_expected_response_text�_interval_in_seconds�_timeout_in_seconds�_healthy_threshold�_unhealthy_threshold)�self�kwargs� r) �@/usr/lib/python3.9/site-packages/oci/waas/models/health_check.py�__init__/ sF 7��zHealthCheck.__init__c C s | j S )z� Gets the is_enabled of this HealthCheck. Enables or disables the health checks. :return: The is_enabled of this HealthCheck. :rtype: bool �r �r'