📂 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: routing_policy.cpython-39.pyc
a ���fB � @ 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 ZdZdZdd� Zedd� �Zejdd� �Zedd � �Z e jd d � �Z edd� �Z e jd d� �Z dd� Zdd� Zdd� Z dS )� RoutingPolicyz� A named ordered list of routing rules that is applied to a listener. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. �V1c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )aS Initializes a new RoutingPolicy 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 RoutingPolicy. :type name: str :param condition_language_version: The value to assign to the condition_language_version property of this RoutingPolicy. Allowed values for this property are: "V1", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type condition_language_version: str :param rules: The value to assign to the rules property of this RoutingPolicy. :type rules: list[oci.load_balancer.models.RoutingRule] �strzlist[RoutingRule])�name�condition_language_version�rulesr ZconditionLanguageVersionr N)Z swagger_typesZ attribute_map�_name�_condition_language_version�_rules)�self�kwargs� r �K/usr/lib/python3.9/site-packages/oci/load_balancer/models/routing_policy.py�__init__ s ��zRoutingPolicy.__init__c C s | j S )a **[Required]** Gets the name of this RoutingPolicy. The unique name for this list of routing rules. Avoid entering confidential information. Example: `example_routing_policy` :return: The name of this RoutingPolicy. :rtype: str �r �r r r r r <