📂 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: health_checker.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 @ s e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd � Zd!d"� Zd#d$� Zd%S )&� HealthCheckerz� The health check policy configuration. For more information, see `Editing Health Check Policies`__. __ https://docs.cloud.oracle.com/Content/Balance/Tasks/editinghealthcheck.htm c K sn dddddddddd� | _ ddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new HealthChecker object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param protocol: The value to assign to the protocol property of this HealthChecker. :type protocol: str :param url_path: The value to assign to the url_path property of this HealthChecker. :type url_path: str :param port: The value to assign to the port property of this HealthChecker. :type port: int :param return_code: The value to assign to the return_code property of this HealthChecker. :type return_code: int :param retries: The value to assign to the retries property of this HealthChecker. :type retries: int :param timeout_in_millis: The value to assign to the timeout_in_millis property of this HealthChecker. :type timeout_in_millis: int :param interval_in_millis: The value to assign to the interval_in_millis property of this HealthChecker. :type interval_in_millis: int :param response_body_regex: The value to assign to the response_body_regex property of this HealthChecker. :type response_body_regex: str :param is_force_plain_text: The value to assign to the is_force_plain_text property of this HealthChecker. :type is_force_plain_text: bool �str�int�bool) �protocol�url_path�port�return_code�retries�timeout_in_millis�interval_in_millis�response_body_regex�is_force_plain_textr ZurlPathr Z returnCoder ZtimeoutInMillisZintervalInMillisZresponseBodyRegexZisForcePlainTextN)Z swagger_typesZ attribute_map� _protocol� _url_path�_port�_return_code�_retries�_timeout_in_millis�_interval_in_millis�_response_body_regex�_is_force_plain_text)�self�kwargs� r �K/usr/lib/python3.9/site-packages/oci/load_balancer/models/health_checker.py�__init__ s: +� �zHealthChecker.__init__c C s | j S )z� **[Required]** Gets the protocol of this HealthChecker. The protocol the health check must use; either HTTP or TCP. Example: `HTTP` :return: The protocol of this HealthChecker. :rtype: str �r �r r r r r a s zHealthChecker.protocolc C s || _ dS )z� Sets the protocol of this HealthChecker. The protocol the health check must use; either HTTP or TCP. Example: `HTTP` :param protocol: The protocol of this HealthChecker. :type: str Nr! )r r r r r r o s c C s | j S )z� Gets the url_path of this HealthChecker. The path against which to run the health check. Example: `/healthcheck` :return: The url_path of this HealthChecker. :rtype: str �r r"