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 d d� Z dd� Zdd� ZdS )�Endpointz@ Information about the database instance node endpoint. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a5 Initializes a new Endpoint object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param fqdn: The value to assign to the fqdn property of this Endpoint. :type fqdn: str :param ip_address: The value to assign to the ip_address property of this Endpoint. :type ip_address: str :param port: The value to assign to the port property of this Endpoint. :type port: int �str�int)�fqdn� ip_address�portr Z ipAddressr N)Z swagger_typesZ attribute_map�_fqdn�_ip_address�_port)�self�kwargs� r �</usr/lib/python3.9/site-packages/oci/psql/models/endpoint.py�__init__ s ��zEndpoint.__init__c C s | j S )z� **[Required]** Gets the fqdn of this Endpoint. The FQDN of the endpoint. :return: The fqdn of this Endpoint. :rtype: str �r �r r r r r 4 s z Endpoint.fqdnc C s || _ dS )z� Sets the fqdn of this Endpoint. The FQDN of the endpoint. :param fqdn: The fqdn of this Endpoint. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the ip_address of this Endpoint. The IP address of the endpoint. :return: The ip_address of this Endpoint. :rtype: str �r r r r r r L s zEndpoint.ip_addressc C s || _ dS )z� Sets the ip_address of this Endpoint. The IP address of the endpoint. :param ip_address: The ip_address of this Endpoint. :type: str Nr )r r r r r r X s c C s | j S )z� **[Required]** Gets the port of this Endpoint. The port address of the endpoint. :return: The port of this Endpoint. :rtype: int �r r r r r r d s z Endpoint.portc C s || _ dS )z� Sets the port of this Endpoint. The port address of the endpoint. :param port: The port of this Endpoint. :type: int Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zEndpoint.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zEndpoint.__eq__c C s | |k S r r r r r r �__ne__� s zEndpoint.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"