ruạṛ
a ���f5 � @ 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 )�Nodez2 The details of each node in the cluster. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new Node object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param private_endpoint_fqdn: The value to assign to the private_endpoint_fqdn property of this Node. :type private_endpoint_fqdn: str :param private_endpoint_ip_address: The value to assign to the private_endpoint_ip_address property of this Node. :type private_endpoint_ip_address: str :param display_name: The value to assign to the display_name property of this Node. :type display_name: str �str)�private_endpoint_fqdn�private_endpoint_ip_address�display_nameZprivateEndpointFqdnZprivateEndpointIpAddressZdisplayNameN)Z swagger_typesZ attribute_map�_private_endpoint_fqdn�_private_endpoint_ip_address� _display_name)�self�kwargs� r �9/usr/lib/python3.9/site-packages/oci/redis/models/node.py�__init__ s ��z Node.__init__c C s | j S )z� **[Required]** Gets the private_endpoint_fqdn of this Node. The fully qualified domain name (FQDN) of the API endpoint to access a specific node. :return: The private_endpoint_fqdn of this Node. :rtype: str �r �r r r r r 4 s zNode.private_endpoint_fqdnc C s || _ dS )z� Sets the private_endpoint_fqdn of this Node. The fully qualified domain name (FQDN) of the API endpoint to access a specific node. :param private_endpoint_fqdn: The private_endpoint_fqdn of this Node. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the private_endpoint_ip_address of this Node. The private IP address of the API endpoint to access a specific node. :return: The private_endpoint_ip_address of this Node. :rtype: str �r r r r r r L s z Node.private_endpoint_ip_addressc C s || _ dS )a Sets the private_endpoint_ip_address of this Node. The private IP address of the API endpoint to access a specific node. :param private_endpoint_ip_address: The private_endpoint_ip_address of this Node. :type: str Nr )r r r r r r X s c C s | j S )z� **[Required]** Gets the display_name of this Node. A user-friendly name of a cluster node. :return: The display_name of this Node. :rtype: str �r r r r r r d s zNode.display_namec C s || _ dS )z� Sets the display_name of this Node. A user-friendly name of a cluster node. :param display_name: The display_name of this Node. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z Node.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zNode.__eq__c C s | |k S r r r r r r �__ne__� s zNode.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"