ruạṛ
a ���f0 � @ 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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�PrimaryDbInstanceDetailsz5 The primary database instance node details. c K s ddi| _ ddi| _d| _dS )aw Initializes a new PrimaryDbInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param db_instance_id: The value to assign to the db_instance_id property of this PrimaryDbInstanceDetails. :type db_instance_id: str �db_instance_id�strZdbInstanceIdN)Z swagger_typesZ attribute_map�_db_instance_id)�self�kwargs� r �O/usr/lib/python3.9/site-packages/oci/psql/models/primary_db_instance_details.py�__init__ s ��z!PrimaryDbInstanceDetails.__init__c C s | j S )z� **[Required]** Gets the db_instance_id of this PrimaryDbInstanceDetails. A unique identifier for the primary database instance node. :return: The db_instance_id of this PrimaryDbInstanceDetails. :rtype: str �r �r r r r r &