ruạṛ
a ���fPU � @ 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-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zd8d9� Zd:d;� Zd<d=� Zd>S )?�NotebookSessionzT Notebook sessions are interactive coding environments for data scientists. �CREATING�ACTIVE�DELETING�DELETED�FAILED�INACTIVE�UPDATINGc K s� dddddddddddddddd �| _ d ddd dddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a� Initializes a new NotebookSession 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 NotebookSession. :type id: str :param time_created: The value to assign to the time_created property of this NotebookSession. :type time_created: datetime :param display_name: The value to assign to the display_name property of this NotebookSession. :type display_name: str :param project_id: The value to assign to the project_id property of this NotebookSession. :type project_id: str :param created_by: The value to assign to the created_by property of this NotebookSession. :type created_by: str :param compartment_id: The value to assign to the compartment_id property of this NotebookSession. :type compartment_id: str :param notebook_session_configuration_details: The value to assign to the notebook_session_configuration_details property of this NotebookSession. :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 NotebookSession. :type notebook_session_config_details: oci.data_science.models.NotebookSessionConfigDetails :param notebook_session_runtime_config_details: The value to assign to the notebook_session_runtime_config_details property of this NotebookSession. :type notebook_session_runtime_config_details: oci.data_science.models.NotebookSessionRuntimeConfigDetails :param notebook_session_storage_mount_configuration_details_list: The value to assign to the notebook_session_storage_mount_configuration_details_list property of this NotebookSession. :type notebook_session_storage_mount_configuration_details_list: list[oci.data_science.models.StorageMountConfigurationDetails] :param notebook_session_url: The value to assign to the notebook_session_url property of this NotebookSession. :type notebook_session_url: str :param lifecycle_state: The value to assign to the lifecycle_state property of this NotebookSession. 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 lifecycle_details: The value to assign to the lifecycle_details property of this NotebookSession. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this NotebookSession. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this NotebookSession. :type defined_tags: dict(str, dict(str, object)) �strZdatetimeZ#NotebookSessionConfigurationDetailsZNotebookSessionConfigDetailsZ#NotebookSessionRuntimeConfigDetailsz&list[StorageMountConfigurationDetails]zdict(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_runtime_config_details�9notebook_session_storage_mount_configuration_details_list�notebook_session_url�lifecycle_state�lifecycle_details� freeform_tags�defined_tagsr ZtimeCreatedZdisplayNameZ projectIdZ createdByZ compartmentIdZ#notebookSessionConfigurationDetailsZnotebookSessionConfigDetailsZ#notebookSessionRuntimeConfigDetailsZ3notebookSessionStorageMountConfigurationDetailsListZnotebookSessionUrlZlifecycleStateZlifecycleDetailsZfreeformTagsZdefinedTagsN)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_runtime_config_details�:_notebook_session_storage_mount_configuration_details_list�_notebook_session_url�_lifecycle_state�_lifecycle_details�_freeform_tags� _defined_tags)�self�kwargs� r/ �L/usr/lib/python3.9/site-packages/oci/data_science/models/notebook_session.py�__init__. s^ E��zNotebookSession.__init__c C s | j S )a **[Required]** Gets the id of this NotebookSession. The `OCID`__ of the notebook session. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this NotebookSession. :rtype: str �r �r- r/ r/ r0 r � s zNotebookSession.idc C s || _ dS )a Sets the id of this NotebookSession. The `OCID`__ of the notebook session. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this NotebookSession. :type: str Nr2 )r- r r/ r/ r0 r � s c C s | j S )aa **[Required]** Gets the time_created of this NotebookSession. The date and time the resource was created in the timestamp format defined by `RFC3339`__. Example: 2019-08-25T21:10:29.41Z __ https://tools.ietf.org/html/rfc3339 :return: The time_created of this NotebookSession. :rtype: datetime �r r3 r/ r/ r0 r � s zNotebookSession.time_createdc C s || _ dS )a] Sets the time_created of this NotebookSession. The date and time the resource was created in the timestamp format defined by `RFC3339`__. Example: 2019-08-25T21:10:29.41Z __ https://tools.ietf.org/html/rfc3339 :param time_created: The time_created of this NotebookSession. :type: datetime Nr4 )r- r r/ r/ r0 r � s c C s | j S )aY **[Required]** Gets the display_name of this NotebookSession. A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information. Example: `My NotebookSession` :return: The display_name of this NotebookSession. :rtype: str �r r3 r/ r/ r0 r � s zNotebookSession.display_namec C s || _ dS )aU Sets the display_name of this NotebookSession. A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information. Example: `My NotebookSession` :param display_name: The display_name of this NotebookSession. :type: str Nr5 )r- r r/ r/ r0 r � s c C s | j S )a> **[Required]** Gets the project_id of this NotebookSession. The `OCID`__ of the project associated with the notebook session. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The project_id of this NotebookSession. :rtype: str �r! r3 r/ r/ r0 r � s zNotebookSession.project_idc C s || _ dS )a8 Sets the project_id of this NotebookSession. The `OCID`__ of the project associated with the notebook session. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param project_id: The project_id of this NotebookSession. :type: str Nr6 )r- r r/ r/ r0 r s c C s | j S )a7 **[Required]** Gets the created_by of this NotebookSession. The `OCID`__ of the user who created the notebook session. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The created_by of this NotebookSession. :rtype: str �r"