ruạṛ
a ���f+R � @ 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 dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zed+d,� �Zej d-d,� �Zed.d/� �Zej d0d/� �Zed1d2� �Zej d3d2� �Zed4d5� �Zej d6d5� �Zed7d8� �Zej d9d8� �Zed:d;� �Zej d<d;� �Zd=d>� Zd?d@� ZdAdB� Z dCS )D� Configurationz9 PostgreSQL configuration for a database system. �ACTIVE�DELETING�DELETED�FAILED�DEFAULT�CUSTOMc K s� dddddddddddddddddd�| _ d d ddd ddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a� Initializes a new Configuration 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 Configuration. :type id: str :param display_name: The value to assign to the display_name property of this Configuration. :type display_name: str :param description: The value to assign to the description property of this Configuration. :type description: str :param compartment_id: The value to assign to the compartment_id property of this Configuration. :type compartment_id: str :param time_created: The value to assign to the time_created property of this Configuration. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this Configuration. Allowed values for this property are: "ACTIVE", "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 Configuration. :type lifecycle_details: str :param db_version: The value to assign to the db_version property of this Configuration. :type db_version: str :param config_type: The value to assign to the config_type property of this Configuration. Allowed values for this property are: "DEFAULT", "CUSTOM", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type config_type: str :param shape: The value to assign to the shape property of this Configuration. :type shape: str :param is_flexible: The value to assign to the is_flexible property of this Configuration. :type is_flexible: bool :param instance_ocpu_count: The value to assign to the instance_ocpu_count property of this Configuration. :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 Configuration. :type instance_memory_size_in_gbs: int :param configuration_details: The value to assign to the configuration_details property of this Configuration. :type configuration_details: oci.psql.models.ConfigurationDetails :param freeform_tags: The value to assign to the freeform_tags property of this Configuration. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Configuration. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this Configuration. :type system_tags: dict(str, dict(str, object)) �strZdatetime�bool�intZConfigurationDetailszdict(str, str)zdict(str, dict(str, object)))�id�display_name�description�compartment_id�time_created�lifecycle_state�lifecycle_details� db_version�config_type�shape�is_flexible�instance_ocpu_count�instance_memory_size_in_gbs�configuration_details� freeform_tags�defined_tags�system_tagsr ZdisplayNamer Z compartmentIdZtimeCreatedZlifecycleStateZlifecycleDetailsZ dbVersionZ configTyper Z isFlexibleZinstanceOcpuCountZinstanceMemorySizeInGBsZconfigurationDetailsZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_description�_compartment_id� _time_created�_lifecycle_state�_lifecycle_details�_db_version�_config_type�_shape�_is_flexible�_instance_ocpu_count�_instance_memory_size_in_gbs�_configuration_details�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r4 �A/usr/lib/python3.9/site-packages/oci/psql/models/configuration.py�__init__* sj O��zConfiguration.__init__c C s | j S )z� **[Required]** Gets the id of this Configuration. A unique identifier for the configuration. Immutable on creation. :return: The id of this Configuration. :rtype: str �r! �r2 r4 r4 r5 r � s zConfiguration.idc C s || _ dS )z� Sets the id of this Configuration. A unique identifier for the configuration. Immutable on creation. :param id: The id of this Configuration. :type: str Nr7 )r2 r r4 r4 r5 r � s c C s | j S )a **[Required]** Gets the display_name of this Configuration. A user-friendly display name for the configuration. Avoid entering confidential information. :return: The display_name of this Configuration. :rtype: str �r"