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 @ s e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�BackendSummaryz� The configuration of a backend server that is a member of a network load balancer backend set. For more information, see `Managing Backend Servers`__. __ https://docs.cloud.oracle.com/Content/Balance/Tasks/managingbackendservers.htm c K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )a� Initializes a new BackendSummary 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 BackendSummary. :type name: str :param ip_address: The value to assign to the ip_address property of this BackendSummary. :type ip_address: str :param target_id: The value to assign to the target_id property of this BackendSummary. :type target_id: str :param port: The value to assign to the port property of this BackendSummary. :type port: int :param weight: The value to assign to the weight property of this BackendSummary. :type weight: int :param is_drain: The value to assign to the is_drain property of this BackendSummary. :type is_drain: bool :param is_backup: The value to assign to the is_backup property of this BackendSummary. :type is_backup: bool :param is_offline: The value to assign to the is_offline property of this BackendSummary. :type is_offline: bool �str�int�bool)�name� ip_address� target_id�port�weight�is_drain� is_backup� is_offliner Z ipAddressZtargetIdr r ZisDrainZisBackupZ isOfflineN) Z swagger_typesZ attribute_map�_name�_ip_address� _target_id�_port�_weight� _is_drain� _is_backup�_is_offline)�self�kwargs� r �T/usr/lib/python3.9/site-packages/oci/network_load_balancer/models/backend_summary.py�__init__ s4 '��zBackendSummary.__init__c C s | j S )an Gets the name of this BackendSummary. A read-only field showing the IP address/IP OCID and port that uniquely identify this backend server in the backend set. Example: `10.0.0.3:8080`, or `ocid1.privateip..oc1.<var><unique_ID></var>:443` or `10.0.0.3:0` :return: The name of this BackendSummary. :rtype: str �r �r r r r r Z s zBackendSummary.namec C s || _ dS )aq Sets the name of this BackendSummary. A read-only field showing the IP address/IP OCID and port that uniquely identify this backend server in the backend set. Example: `10.0.0.3:8080`, or `ocid1.privateip..oc1.<var><unique_ID></var>:443` or `10.0.0.3:0` :param name: The name of this BackendSummary. :type: str Nr )r r r r r r h s c C s | j S )z� Gets the ip_address of this BackendSummary. The IP address of the backend server. Example: `10.0.0.3` :return: The ip_address of this BackendSummary. :rtype: str �r r r r r r v s zBackendSummary.ip_addressc C s || _ dS )z� Sets the ip_address of this BackendSummary. The IP address of the backend server. Example: `10.0.0.3` :param ip_address: The ip_address of this BackendSummary. :type: str Nr! )r r r r r r � s c C s | j S )a Gets the target_id of this BackendSummary. The IP OCID/Instance OCID associated with the backend server. Example: `ocid1.privateip..oc1.<var><unique_ID></var>` :return: The target_id of this BackendSummary. :rtype: str �r r r r r r � s zBackendSummary.target_idc C s || _ dS )a Sets the target_id of this BackendSummary. The IP OCID/Instance OCID associated with the backend server. Example: `ocid1.privateip..oc1.<var><unique_ID></var>` :param target_id: The target_id of this BackendSummary. :type: str Nr"