ruạṛ
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 )�ConnectionConfigurationzZ Configuration details for the connection between the client and backend servers. c K s( ddd�| _ ddd�| _d| _d| _dS )aM Initializes a new ConnectionConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param idle_timeout: The value to assign to the idle_timeout property of this ConnectionConfiguration. :type idle_timeout: int :param backend_tcp_proxy_protocol_version: The value to assign to the backend_tcp_proxy_protocol_version property of this ConnectionConfiguration. :type backend_tcp_proxy_protocol_version: int �int)�idle_timeout�"backend_tcp_proxy_protocol_versionZidleTimeoutZbackendTcpProxyProtocolVersionN)Z swagger_typesZ attribute_map� _idle_timeout�#_backend_tcp_proxy_protocol_version)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/load_balancer/models/connection_configuration.py�__init__ s ��z ConnectionConfiguration.__init__c C s | j S )a� **[Required]** Gets the idle_timeout of this ConnectionConfiguration. The maximum idle time, in seconds, allowed between two successive receive or two successive send operations between the client and backend servers. A send operation does not reset the timer for receive operations. A receive operation does not reset the timer for send operations. For more information, see `Connection Configuration`__. Example: `1200` __ https://docs.cloud.oracle.com/Content/Balance/Reference/connectionreuse.htm#ConnectionConfiguration :return: The idle_timeout of this ConnectionConfiguration. :rtype: int �r �r r r r r - s z$ConnectionConfiguration.idle_timeoutc C s || _ dS )a� Sets the idle_timeout of this ConnectionConfiguration. The maximum idle time, in seconds, allowed between two successive receive or two successive send operations between the client and backend servers. A send operation does not reset the timer for receive operations. A receive operation does not reset the timer for send operations. For more information, see `Connection Configuration`__. Example: `1200` __ https://docs.cloud.oracle.com/Content/Balance/Reference/connectionreuse.htm#ConnectionConfiguration :param idle_timeout: The idle_timeout of this ConnectionConfiguration. :type: int Nr )r r r r r r A s c C s | j S )a Gets the backend_tcp_proxy_protocol_version of this ConnectionConfiguration. The backend TCP Proxy Protocol version. Example: `1` :return: The backend_tcp_proxy_protocol_version of this ConnectionConfiguration. :rtype: int �r r r r r r U s z:ConnectionConfiguration.backend_tcp_proxy_protocol_versionc C s || _ dS )a4 Sets the backend_tcp_proxy_protocol_version of this ConnectionConfiguration. The backend TCP Proxy Protocol version. Example: `1` :param backend_tcp_proxy_protocol_version: The backend_tcp_proxy_protocol_version of this ConnectionConfiguration. :type: int Nr )r r r r r r c s c C s t | �S �N)r r r r r �__repr__q s z ConnectionConfiguration.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__t s zConnectionConfiguration.__eq__c C s | |k S r r r r r r �__ne__z s zConnectionConfiguration.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r s r N)Zoci.utilr r r Zoci.decoratorsr �objectr r r r r �<module> s
cải xoăn