ruạṛ
a ���fc; � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Zd-d.� Zd/d0� Zd1d2� Zd3S )4�DefaultConfigurationzA Default configurations for PostgreSQL database systems. �ACTIVE�INACTIVE�DELETING�DELETED�FAILEDc K s� ddddddddddddd�| _ ddd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )aA Initializes a new DefaultConfiguration 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 DefaultConfiguration. :type id: str :param display_name: The value to assign to the display_name property of this DefaultConfiguration. :type display_name: str :param description: The value to assign to the description property of this DefaultConfiguration. :type description: str :param time_created: The value to assign to the time_created property of this DefaultConfiguration. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this DefaultConfiguration. Allowed values for this property are: "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 DefaultConfiguration. :type lifecycle_details: str :param db_version: The value to assign to the db_version property of this DefaultConfiguration. :type db_version: str :param shape: The value to assign to the shape property of this DefaultConfiguration. :type shape: str :param is_flexible: The value to assign to the is_flexible property of this DefaultConfiguration. :type is_flexible: bool :param instance_ocpu_count: The value to assign to the instance_ocpu_count property of this DefaultConfiguration. :type instance_ocpu_count: int :param instance_memory_size_in_gbs: The value to assign to the instance_memory_size_in_gbs property of this DefaultConfiguration. :type instance_memory_size_in_gbs: int :param configuration_details: The value to assign to the configuration_details property of this DefaultConfiguration. :type configuration_details: oci.psql.models.DefaultConfigurationDetails �strZdatetime�bool�intZDefaultConfigurationDetails)�id�display_name�description�time_created�lifecycle_state�lifecycle_details� db_version�shape�is_flexible�instance_ocpu_count�instance_memory_size_in_gbs�configuration_detailsr ZdisplayNamer ZtimeCreatedZlifecycleStateZlifecycleDetailsZ dbVersionr Z isFlexibleZinstanceOcpuCountZinstanceMemorySizeInGBsZconfigurationDetailsN)Z swagger_typesZ attribute_map�_id� _display_name�_description� _time_created�_lifecycle_state�_lifecycle_details�_db_version�_shape�_is_flexible�_instance_ocpu_count�_instance_memory_size_in_gbs�_configuration_details)�self�kwargs� r) �I/usr/lib/python3.9/site-packages/oci/psql/models/default_configuration.py�__init__&