ruạṛ
a ���f�E � @ 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 dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zd/d0� Zd1d2� Zd3d4� Zd5S )6�NotebookSessionSummaryz5 Summary information for a notebook session. �CREATING�ACTIVE�DELETING�DELETED�FAILED�INACTIVE�UPDATINGc K s� ddddddddddddd�| _ dd d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a( Initializes a new NotebookSessionSummary 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 NotebookSessionSummary. :type id: str :param time_created: The value to assign to the time_created property of this NotebookSessionSummary. :type time_created: datetime :param display_name: The value to assign to the display_name property of this NotebookSessionSummary. :type display_name: str :param project_id: The value to assign to the project_id property of this NotebookSessionSummary. :type project_id: str :param created_by: The value to assign to the created_by property of this NotebookSessionSummary. :type created_by: str :param compartment_id: The value to assign to the compartment_id property of this NotebookSessionSummary. :type compartment_id: str :param notebook_session_configuration_details: The value to assign to the notebook_session_configuration_details property of this NotebookSessionSummary. :type notebook_session_configuration_details: oci.data_science.models.NotebookSessionConfigurationDetails :param notebook_session_config_details: The value to assign to the notebook_session_config_details property of this NotebookSessionSummary. :type notebook_session_config_details: oci.data_science.models.NotebookSessionConfigDetails :param notebook_session_url: The value to assign to the notebook_session_url property of this NotebookSessionSummary. :type notebook_session_url: str :param lifecycle_state: The value to assign to the lifecycle_state property of this NotebookSessionSummary. Allowed values for this property are: "CREATING", "ACTIVE", "DELETING", "DELETED", "FAILED", "INACTIVE", "UPDATING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this NotebookSessionSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this NotebookSessionSummary. :type defined_tags: dict(str, dict(str, object)) �strZdatetimeZ#NotebookSessionConfigurationDetailsZNotebookSessionConfigDetailszdict(str, str)zdict(str, dict(str, object)))�id�time_created�display_name� project_id� created_by�compartment_id�¬ebook_session_configuration_details�notebook_session_config_details�notebook_session_url�lifecycle_state� freeform_tags�defined_tagsr ZtimeCreatedZdisplayNameZ projectIdZ createdByZ compartmentIdZ#notebookSessionConfigurationDetailsZnotebookSessionConfigDetailsZnotebookSessionUrlZlifecycleStateZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_id� _time_created� _display_name�_project_id�_created_by�_compartment_id�'_notebook_session_configuration_details� _notebook_session_config_details�_notebook_session_url�_lifecycle_state�_freeform_tags� _defined_tags)�self�kwargs� r) �T/usr/lib/python3.9/site-packages/oci/data_science/models/notebook_session_summary.py�__init__. sL 9��zNotebookSessionSummary.__init__c C s | j S )a **[Required]** Gets the id of this NotebookSessionSummary. The `OCID`__ of the notebook session. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this NotebookSessionSummary. :rtype: str �r �r'