📂 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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: routing_rule.cpython-39.pyc
a ���fK � @ 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 d d� Z dd� Zdd� ZdS )�RoutingRulez� A routing rule examines an incoming request, routing matching requests to the specified backend set. Routing rules apply only to HTTP and HTTPS requests. They have no effect on TCP requests. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )ai Initializes a new RoutingRule object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this RoutingRule. :type name: str :param condition: The value to assign to the condition property of this RoutingRule. :type condition: str :param actions: The value to assign to the actions property of this RoutingRule. :type actions: list[oci.load_balancer.models.Action] �strzlist[Action])�name� condition�actionsr r r N)Z swagger_typesZ attribute_map�_name� _condition�_actions)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/load_balancer/models/routing_rule.py�__init__ s ��zRoutingRule.__init__c C s | j S )z� **[Required]** Gets the name of this RoutingRule. A unique name for the routing policy rule. Avoid entering confidential information. :return: The name of this RoutingRule. :rtype: str �r �r r r r r 5 s zRoutingRule.namec C s || _ dS )z� Sets the name of this RoutingRule. A unique name for the routing policy rule. Avoid entering confidential information. :param name: The name of this RoutingRule. :type: str Nr )r r r r r r A s c C s | j S )a **[Required]** Gets the condition of this RoutingRule. A routing rule to evaluate defined conditions against the incoming HTTP request and perform an action. :return: The condition of this RoutingRule. :rtype: str �r r r r r r M s zRoutingRule.conditionc C s || _ dS )z� Sets the condition of this RoutingRule. A routing rule to evaluate defined conditions against the incoming HTTP request and perform an action. :param condition: The condition of this RoutingRule. :type: str Nr )r r r r r r Y s c C s | j S )a **[Required]** Gets the actions of this RoutingRule. A list of actions to be applied when conditions of the routing rule are met. :return: The actions of this RoutingRule. :rtype: list[oci.load_balancer.models.Action] �r r r r r r e s zRoutingRule.actionsc C s || _ dS )z� Sets the actions of this RoutingRule. A list of actions to be applied when conditions of the routing rule are met. :param actions: The actions of this RoutingRule. :type: list[oci.load_balancer.models.Action] Nr )r r r r r r q s c C s t | �S �N)r r r r r �__repr__} s zRoutingRule.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zRoutingRule.__eq__c C s | |k S r r r r r r �__ne__� s zRoutingRule.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"