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 )�CreateDbInstanceDetailsz; Information about the new database instance node. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new CreateDbInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateDbInstanceDetails. :type display_name: str :param description: The value to assign to the description property of this CreateDbInstanceDetails. :type description: str :param private_ip: The value to assign to the private_ip property of this CreateDbInstanceDetails. :type private_ip: str �str)�display_name�description� private_ipZdisplayNamer Z privateIpN)Z swagger_typesZ attribute_map� _display_name�_description�_private_ip)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/psql/models/create_db_instance_details.py�__init__ s ��z CreateDbInstanceDetails.__init__c C s | j S )z� Gets the display_name of this CreateDbInstanceDetails. Display name of the database instance node. Avoid entering confidential information. :return: The display_name of this CreateDbInstanceDetails. :rtype: str �r �r r r r r 4 s z$CreateDbInstanceDetails.display_namec C s || _ dS )a Sets the display_name of this CreateDbInstanceDetails. Display name of the database instance node. Avoid entering confidential information. :param display_name: The display_name of this CreateDbInstanceDetails. :type: str Nr )r r r r r r @ s c C s | j S )z� Gets the description of this CreateDbInstanceDetails. A user-provided description of the database instance node. :return: The description of this CreateDbInstanceDetails. :rtype: str �r r r r r r L s z#CreateDbInstanceDetails.descriptionc C s || _ dS )z� Sets the description of this CreateDbInstanceDetails. A user-provided description of the database instance node. :param description: The description of this CreateDbInstanceDetails. :type: str Nr )r r r r r r X s c C s | j S )a� Gets the private_ip of this CreateDbInstanceDetails. Private IP in customer subnet that will be assigned to the database instance node. This value is optional. If the IP is not provided, the IP will be chosen from the available IP addresses in the specified subnet. :return: The private_ip of this CreateDbInstanceDetails. :rtype: str �r r r r r r d s z"CreateDbInstanceDetails.private_ipc C s || _ dS )a� Sets the private_ip of this CreateDbInstanceDetails. Private IP in customer subnet that will be assigned to the database instance node. This value is optional. If the IP is not provided, the IP will be chosen from the available IP addresses in the specified subnet. :param private_ip: The private_ip of this CreateDbInstanceDetails. :type: str Nr )r r r r r r q s c C s t | �S �N)r r r r r �__repr__~ s z CreateDbInstanceDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zCreateDbInstanceDetails.__eq__c C s | |k S r r r r r r �__ne__� s zCreateDbInstanceDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"