📂 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: create_path_route_set_details.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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�CreatePathRouteSetDetailsz� A named set of path route rules to add to the load balancer. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. c K s( ddd�| _ ddd�| _d| _d| _dS )a Initializes a new CreatePathRouteSetDetails 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 CreatePathRouteSetDetails. :type name: str :param path_routes: The value to assign to the path_routes property of this CreatePathRouteSetDetails. :type path_routes: list[oci.load_balancer.models.PathRoute] �strzlist[PathRoute])�name�path_routesr Z pathRoutesN)Z swagger_typesZ attribute_map�_name�_path_routes)�self�kwargs� r �Z/usr/lib/python3.9/site-packages/oci/load_balancer/models/create_path_route_set_details.py�__init__ s ��z"CreatePathRouteSetDetails.__init__c C s | j S )a_ **[Required]** Gets the name of this CreatePathRouteSetDetails. The name for this set of path route rules. It must be unique and it cannot be changed. Avoid entering confidential information. Example: `example_path_route_set` :return: The name of this CreatePathRouteSetDetails. :rtype: str �r �r r r r r / s zCreatePathRouteSetDetails.namec C s || _ dS )aS Sets the name of this CreatePathRouteSetDetails. The name for this set of path route rules. It must be unique and it cannot be changed. Avoid entering confidential information. Example: `example_path_route_set` :param name: The name of this CreatePathRouteSetDetails. :type: str Nr )r r r r r r >