ruạṛ
a ���fA � @ 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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze d d!� �Zejd"d!� �Ze d#d$� �Zejd%d$� �Ze d&d'� �Zejd(d'� �Ze d)d*� �Zejd+d*� �Ze d,d-� �Zejd.d-� �Ze d/d0� �Zejd1d0� �Zd2d3� Zd4d5� Zd6d7� Zd8S )9� Configurationzb The set of MySQL variables to be used when deploying a MySQL Database Service DB System. �DEFAULT�CUSTOM�ACTIVE�DELETEDc K s� ddddddddddddddd�| _ dd d ddd ddddddddd�| _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 compartment_id: The value to assign to the compartment_id property of this Configuration. :type compartment_id: str :param description: The value to assign to the description property of this Configuration. :type description: str :param display_name: The value to assign to the display_name property of this Configuration. :type display_name: str :param shape_name: The value to assign to the shape_name property of this Configuration. :type shape_name: str :param type: The value to assign to the 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 type: str :param time_created: The value to assign to the time_created property of this Configuration. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Configuration. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this Configuration. Allowed values for this property are: "ACTIVE", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param init_variables: The value to assign to the init_variables property of this Configuration. :type init_variables: oci.mysql.models.InitializationVariables :param variables: The value to assign to the variables property of this Configuration. :type variables: oci.mysql.models.ConfigurationVariables :param parent_configuration_id: The value to assign to the parent_configuration_id property of this Configuration. :type parent_configuration_id: str :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)) �strZdatetimeZInitializationVariablesZConfigurationVariableszdict(str, str)zdict(str, dict(str, object)))�id�compartment_id�description�display_name� shape_name�type�time_created�time_updated�lifecycle_state�init_variables� variables�parent_configuration_id� freeform_tags�defined_tagsr Z compartmentIdr ZdisplayNameZ shapeNamer ZtimeCreatedZtimeUpdatedZlifecycleStateZ initVariablesr ZparentConfigurationIdZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id�_description� _display_name�_shape_name�_type� _time_created� _time_updated�_lifecycle_state�_init_variables� _variables�_parent_configuration_id�_freeform_tags� _defined_tags)�self�kwargs� r* �B/usr/lib/python3.9/site-packages/oci/mysql/models/configuration.py�__init__"