ruạṛ
a ���f@1 � @ 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 @ s2 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#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�ConsoleHistorySummaryz5 The details of the Db Node console history. � REQUESTED�GETTING_HISTORY� SUCCEEDED�FAILED�DELETED�DELETINGc K sn dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )aY Initializes a new ConsoleHistorySummary 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 ConsoleHistorySummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this ConsoleHistorySummary. :type compartment_id: str :param db_node_id: The value to assign to the db_node_id property of this ConsoleHistorySummary. :type db_node_id: str :param display_name: The value to assign to the display_name property of this ConsoleHistorySummary. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this ConsoleHistorySummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ConsoleHistorySummary. :type defined_tags: dict(str, dict(str, object)) :param lifecycle_state: The value to assign to the lifecycle_state property of this ConsoleHistorySummary. Allowed values for this property are: "REQUESTED", "GETTING_HISTORY", "SUCCEEDED", "FAILED", "DELETED", "DELETING", '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 ConsoleHistorySummary. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this ConsoleHistorySummary. :type time_created: datetime �strzdict(str, str)zdict(str, dict(str, object))Zdatetime) �id�compartment_id� db_node_id�display_name� freeform_tags�defined_tags�lifecycle_state�lifecycle_details�time_createdr Z compartmentIdZdbNodeIdZdisplayNameZfreeformTagsZdefinedTagsZlifecycleStateZlifecycleDetailsZtimeCreatedN)Z swagger_typesZ attribute_map�_id�_compartment_id�_db_node_id� _display_name�_freeform_tags� _defined_tags�_lifecycle_state�_lifecycle_details� _time_created)�self�kwargs� r"