ruạṛ
a O��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 �backendSetNameN�FORWARD_TO_BACKENDSET)� swagger_types� attribute_map�_name�_backend_set_name)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/load_balancer/models/forward_to_backend_set.py�__init__ s ��zForwardToBackendSet.__init__c C s | j S )a 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 . 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 <