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 ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zd#d$� Zd%d&� Zd'd(� Zd)S )*� DbInstancez5 Information about a database instance node. �CREATING�UPDATING�ACTIVE�INACTIVE�DELETING�DELETED�FAILEDc K sd ddddddddd�| _ dddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS ) aM Initializes a new DbInstance object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this DbInstance. :type id: str :param display_name: The value to assign to the display_name property of this DbInstance. :type display_name: str :param description: The value to assign to the description property of this DbInstance. :type description: str :param availability_domain: The value to assign to the availability_domain property of this DbInstance. :type availability_domain: str :param lifecycle_state: The value to assign to the lifecycle_state property of this DbInstance. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this DbInstance. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this DbInstance. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this DbInstance. :type time_updated: datetime �strZdatetime)�id�display_name�description�availability_domain�lifecycle_state�lifecycle_details�time_created�time_updatedr ZdisplayNamer ZavailabilityDomainZlifecycleStateZlifecycleDetailsZtimeCreatedZtimeUpdatedN) Z swagger_typesZ attribute_map�_id� _display_name�_description�_availability_domain�_lifecycle_state�_lifecycle_details� _time_created� _time_updated)�self�kwargs� r! �?/usr/lib/python3.9/site-packages/oci/psql/models/db_instance.py�__init__. s4 )��zDbInstance.__init__c C s | j S )z� **[Required]** Gets the id of this DbInstance. A unique identifier for the database instance node. Immutable on creation. :return: The id of this DbInstance. :rtype: str �r �r r! r! r"