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 @ s4 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�DefaultConfigurationSummaryz' Summary of the configuration. c K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a; Initializes a new DefaultConfigurationSummary 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 DefaultConfigurationSummary. :type id: str :param display_name: The value to assign to the display_name property of this DefaultConfigurationSummary. :type display_name: str :param time_created: The value to assign to the time_created property of this DefaultConfigurationSummary. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this DefaultConfigurationSummary. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this DefaultConfigurationSummary. :type lifecycle_details: str :param db_version: The value to assign to the db_version property of this DefaultConfigurationSummary. :type db_version: str :param shape: The value to assign to the shape property of this DefaultConfigurationSummary. :type shape: str :param is_flexible: The value to assign to the is_flexible property of this DefaultConfigurationSummary. :type is_flexible: bool :param instance_ocpu_count: The value to assign to the instance_ocpu_count property of this DefaultConfigurationSummary. :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 DefaultConfigurationSummary. :type instance_memory_size_in_gbs: int �strZdatetime�bool�int) �id�display_name�time_created�lifecycle_state�lifecycle_details� db_version�shape�is_flexible�instance_ocpu_count�instance_memory_size_in_gbsr ZdisplayNameZtimeCreatedZlifecycleStateZlifecycleDetailsZ dbVersionr Z isFlexibleZinstanceOcpuCountZinstanceMemorySizeInGBsN)Z swagger_typesZ attribute_map�_id� _display_name� _time_created�_lifecycle_state�_lifecycle_details�_db_version�_shape�_is_flexible�_instance_ocpu_count�_instance_memory_size_in_gbs)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/psql/models/default_configuration_summary.py�__init__ s@ /�� z$DefaultConfigurationSummary.__init__c C s | j S )z� **[Required]** Gets the id of this DefaultConfigurationSummary. A unique identifier for the configuration. :return: The id of this DefaultConfigurationSummary. :rtype: str �r �r r r r! r e s zDefaultConfigurationSummary.idc C s || _ dS )z� Sets the id of this DefaultConfigurationSummary. A unique identifier for the configuration. :param id: The id of this DefaultConfigurationSummary. :type: str Nr# )r r r r r! r q s c C s | j S )z� **[Required]** Gets the display_name of this DefaultConfigurationSummary. A user-friendly display name for the configuration. :return: The display_name of this DefaultConfigurationSummary. :rtype: str �r r$ r r r! r } s z(DefaultConfigurationSummary.display_namec C s || _ dS )z� Sets the display_name of this DefaultConfigurationSummary. A user-friendly display name for the configuration. :param display_name: The display_name of this DefaultConfigurationSummary. :type: str Nr% )r r r r r! r � s c C s | j S )a� **[Required]** Gets the time_created of this DefaultConfigurationSummary. The date and time that the configuration was created, expressed in `RFC 3339`__ timestamp format. Example: `2016-08-25T21:10:29.600Z` __ https://tools.ietf.org/rfc/rfc3339 :return: The time_created of this DefaultConfigurationSummary. :rtype: datetime �r r$ r r r! r � s z(DefaultConfigurationSummary.time_createdc C s || _ dS )a� Sets the time_created of this DefaultConfigurationSummary. The date and time that the configuration was created, expressed in `RFC 3339`__ timestamp format. Example: `2016-08-25T21:10:29.600Z` __ https://tools.ietf.org/rfc/rfc3339 :param time_created: The time_created of this DefaultConfigurationSummary. :type: datetime Nr&