📂 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: forward_to_backend_set.cpython-39.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�Action� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�ForwardToBackendSetz< Action to forward requests to a given backend set. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a� Initializes a new ForwardToBackendSet object with values from keyword arguments. The default value of the :py:attr:`~oci.load_balancer.models.ForwardToBackendSet.name` attribute of this class is ``FORWARD_TO_BACKENDSET`` and it should not be changed. 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 ForwardToBackendSet. Allowed values for this property are: "FORWARD_TO_BACKENDSET" :type name: str :param backend_set_name: The value to assign to the backend_set_name property of this ForwardToBackendSet. :type backend_set_name: str �str)�name�backend_set_namer ZbackendSetNameNZFORWARD_TO_BACKENDSET)Z swagger_typesZ attribute_map�_name�_backend_set_name)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/load_balancer/models/forward_to_backend_set.py�__init__ s ��zForwardToBackendSet.__init__c C s | j S )a" **[Required]** Gets the backend_set_name of this ForwardToBackendSet. Name of the backend set the listener will forward the traffic to. Example: `backendSetForImages` :return: The backend_set_name of this ForwardToBackendSet. :rtype: str �r �r r r r r 0 s z$ForwardToBackendSet.backend_set_namec C s || _ dS )a" Sets the backend_set_name of this ForwardToBackendSet. Name of the backend set the listener will forward the traffic to. Example: `backendSetForImages` :param backend_set_name: The backend_set_name of this ForwardToBackendSet. :type: str Nr )r r r r r r >