HEX
Server: Apache
System: Linux sh00085.hostgator.com 5.14.0-687.29.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 2026 x86_64
User: yqegzjte (1064)
PHP: 8.5.8
Disabled: NONE
Upload Files
File: //lib/python3.9/site-packages/oci/load_balancer/models/__pycache__/backend.cpython-39.pyc
a

���f?(�@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@seZdZdZdd�Zedd��Zejdd��Zedd��Zejd	d��Zed
d��Z	e	jdd��Z	ed
d��Z
e
jdd��Z
edd��Zejdd��Zedd��Zejdd��Zedd��Z
e
jdd��Z
edd��Zejdd��Zdd�Zdd�Zd d!�Zd"S)#�Backendz�
    The configuration of a backend server that is a member of a load balancer backend set.
    For more information, see `Managing Backend Servers`__.

    __ https://docs.cloud.oracle.com/Content/Balance/Tasks/managingbackendservers.htm
    c	Ksdddddddddd�|_ddddd	d
ddd�|_d
|_d
|_d
|_d
|_d
|_d
|_d
|_d
|_	d
S)a�
        Initializes a new Backend 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 Backend.
        :type name: str

        :param ip_address:
            The value to assign to the ip_address property of this Backend.
        :type ip_address: str

        :param port:
            The value to assign to the port property of this Backend.
        :type port: int

        :param weight:
            The value to assign to the weight property of this Backend.
        :type weight: int

        :param max_connections:
            The value to assign to the max_connections property of this Backend.
        :type max_connections: int

        :param drain:
            The value to assign to the drain property of this Backend.
        :type drain: bool

        :param backup:
            The value to assign to the backup property of this Backend.
        :type backup: bool

        :param offline:
            The value to assign to the offline property of this Backend.
        :type offline: bool

        �str�int�bool)�name�
ip_address�port�weight�max_connections�drain�backup�offliner
Z	ipAddressrr
ZmaxConnectionsrrrN)
Z
swagger_typesZ
attribute_map�_name�_ip_address�_port�_weight�_max_connections�_drain�_backup�_offline)�self�kwargs�r�D/usr/lib/python3.9/site-packages/oci/load_balancer/models/backend.py�__init__s4'��zBackend.__init__cCs|jS)a
        **[Required]** Gets the name of this Backend.
        A read-only field showing the IP address and port that uniquely identify this backend server in the backend set.

        Example: `10.0.0.3:8080`


        :return: The name of this Backend.
        :rtype: str
        �r�rrrrr
ZszBackend.namecCs
||_dS)a
        Sets the name of this Backend.
        A read-only field showing the IP address and port that uniquely identify this backend server in the backend set.

        Example: `10.0.0.3:8080`


        :param name: The name of this Backend.
        :type: str
        Nr)rr
rrrr
hscCs|jS)z�
        **[Required]** Gets the ip_address of this Backend.
        The IP address of the backend server.

        Example: `10.0.0.3`


        :return: The ip_address of this Backend.
        :rtype: str
        �rr rrrrvszBackend.ip_addresscCs
||_dS)z�
        Sets the ip_address of this Backend.
        The IP address of the backend server.

        Example: `10.0.0.3`


        :param ip_address: The ip_address of this Backend.
        :type: str
        Nr!)rrrrrr�scCs|jS)z�
        **[Required]** Gets the port of this Backend.
        The communication port for the backend server.

        Example: `8080`


        :return: The port of this Backend.
        :rtype: int
        �rr rrrr�szBackend.portcCs
||_dS)z�
        Sets the port of this Backend.
        The communication port for the backend server.

        Example: `8080`


        :param port: The port of this Backend.
        :type: int
        Nr")rrrrrr�scCs|jS)ak
        **[Required]** Gets the weight of this Backend.
        The load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger
        proportion of incoming traffic. For example, a server weighted '3' receives 3 times the number of new connections
        as a server weighted '1'.
        For more information on load balancing policies, see
        `How Load Balancing Policies Work`__.

        Example: `3`

        __ https://docs.cloud.oracle.com/Content/Balance/Reference/lbpolicies.htm


        :return: The weight of this Backend.
        :rtype: int
        �rr rrrr
�szBackend.weightcCs
||_dS)aa
        Sets the weight of this Backend.
        The load balancing policy weight assigned to the server. Backend servers with a higher weight receive a larger
        proportion of incoming traffic. For example, a server weighted '3' receives 3 times the number of new connections
        as a server weighted '1'.
        For more information on load balancing policies, see
        `How Load Balancing Policies Work`__.

        Example: `3`

        __ https://docs.cloud.oracle.com/Content/Balance/Reference/lbpolicies.htm


        :param weight: The weight of this Backend.
        :type: int
        Nr#)rr
rrrr
�scCs|jS)a�
        Gets the max_connections of this Backend.
        The maximum number of simultaneous connections the load balancer can make to the backend.
        If this is not set then the maximum number of simultaneous connections the load balancer
        can make to the backend is unlimited.

        Example: `300`


        :return: The max_connections of this Backend.
        :rtype: int
        �rr rrrr�szBackend.max_connectionscCs
||_dS)a�
        Sets the max_connections of this Backend.
        The maximum number of simultaneous connections the load balancer can make to the backend.
        If this is not set then the maximum number of simultaneous connections the load balancer
        can make to the backend is unlimited.

        Example: `300`


        :param max_connections: The max_connections of this Backend.
        :type: int
        Nr$)rrrrrr�scCs|jS)a
        **[Required]** Gets the drain of this Backend.
        Whether the load balancer should drain this server. Servers marked "drain" receive no new
        incoming traffic.

        Example: `false`


        :return: The drain of this Backend.
        :rtype: bool
        �rr rrrr�s
z
Backend.draincCs
||_dS)a
        Sets the drain of this Backend.
        Whether the load balancer should drain this server. Servers marked "drain" receive no new
        incoming traffic.

        Example: `false`


        :param drain: The drain of this Backend.
        :type: bool
        Nr%)rrrrrrs
cCs|jS)a
        **[Required]** Gets the backup of this Backend.
        Whether the load balancer should treat this server as a backup unit. If `true`, the load balancer forwards no ingress
        traffic to this backend server unless all other backend servers not marked as "backup" fail the health check policy.

        **Note:** You cannot add a backend server marked as `backup` to a backend set that uses the IP Hash policy.

        Example: `false`


        :return: The backup of this Backend.
        :rtype: bool
        �rr rrrrszBackend.backupcCs
||_dS)a
        Sets the backup of this Backend.
        Whether the load balancer should treat this server as a backup unit. If `true`, the load balancer forwards no ingress
        traffic to this backend server unless all other backend servers not marked as "backup" fail the health check policy.

        **Note:** You cannot add a backend server marked as `backup` to a backend set that uses the IP Hash policy.

        Example: `false`


        :param backup: The backup of this Backend.
        :type: bool
        Nr&)rrrrrr%scCs|jS)a
        **[Required]** Gets the offline of this Backend.
        Whether the load balancer should treat this server as offline. Offline servers receive no incoming
        traffic.

        Example: `false`


        :return: The offline of this Backend.
        :rtype: bool
        �rr rrrr6s
zBackend.offlinecCs
||_dS)a
        Sets the offline of this Backend.
        Whether the load balancer should treat this server as offline. Offline servers receive no incoming
        traffic.

        Example: `false`


        :param offline: The offline of this Backend.
        :type: bool
        Nr')rrrrrrEs
cCst|�S�N)rr rrr�__repr__TszBackend.__repr__cCs|durdS|j|jkS)NF)�__dict__�r�otherrrr�__eq__WszBackend.__eq__cCs
||kSr(rr+rrr�__ne__]szBackend.__ne__N)�__name__�
__module__�__qualname__�__doc__r�propertyr
�setterrrr
rrrrr)r-r.rrrrrsJE





















rN)Zoci.utilrrrZoci.decoratorsr�objectrrrrr�<module>s