📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
data_science
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_science/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_notebook_session_details.cpython-39.pyc
a ���f�* � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�UpdateNotebookSessionDetailsaH Details for updating a notebook session. `notebookSessionConfigurationDetails` can only be updated while the notebook session is in the `INACTIVE` state. Changes to the `notebookSessionConfigurationDetails` take effect the next time the `ActivateNotebookSession` action is invoked on the notebook session resource. c K sP ddddddd�| _ dd d ddd d�| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new UpdateNotebookSessionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this UpdateNotebookSessionDetails. :type display_name: str :param notebook_session_configuration_details: The value to assign to the notebook_session_configuration_details property of this UpdateNotebookSessionDetails. :type notebook_session_configuration_details: oci.data_science.models.NotebookSessionConfigurationDetails :param freeform_tags: The value to assign to the freeform_tags property of this UpdateNotebookSessionDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateNotebookSessionDetails. :type defined_tags: dict(str, dict(str, object)) :param notebook_session_runtime_config_details: The value to assign to the notebook_session_runtime_config_details property of this UpdateNotebookSessionDetails. :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 UpdateNotebookSessionDetails. :type notebook_session_storage_mount_configuration_details_list: list[oci.data_science.models.StorageMountConfigurationDetails] �strZ#NotebookSessionConfigurationDetailszdict(str, str)zdict(str, dict(str, object))Z#NotebookSessionRuntimeConfigDetailsz&list[StorageMountConfigurationDetails])�display_name�¬ebook_session_configuration_details� freeform_tags�defined_tags�'notebook_session_runtime_config_details�9notebook_session_storage_mount_configuration_details_listZdisplayNameZ#notebookSessionConfigurationDetailsZfreeformTagsZdefinedTagsZ#notebookSessionRuntimeConfigDetailsZ3notebookSessionStorageMountConfigurationDetailsListN)Z swagger_typesZ attribute_map� _display_name�'_notebook_session_configuration_details�_freeform_tags� _defined_tags�(_notebook_session_runtime_config_details�:_notebook_session_storage_mount_configuration_details_list)�self�kwargs� r �[/usr/lib/python3.9/site-packages/oci/data_science/models/update_notebook_session_details.py�__init__ s( � � z%UpdateNotebookSessionDetails.__init__c C s | j S )ad Gets the display_name of this UpdateNotebookSessionDetails. 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 UpdateNotebookSessionDetails. :rtype: str �r �r r r r r J s z)UpdateNotebookSessionDetails.display_namec C s || _ dS )ao Sets the display_name of this UpdateNotebookSessionDetails. 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 UpdateNotebookSessionDetails. :type: str Nr )r r r r r r W s c C s | j S )a Gets the notebook_session_configuration_details of this UpdateNotebookSessionDetails. :return: The notebook_session_configuration_details of this UpdateNotebookSessionDetails. :rtype: oci.data_science.models.NotebookSessionConfigurationDetails �r r r r r r d s zCUpdateNotebookSessionDetails.notebook_session_configuration_detailsc C s || _ dS )a; Sets the notebook_session_configuration_details of this UpdateNotebookSessionDetails. :param notebook_session_configuration_details: The notebook_session_configuration_details of this UpdateNotebookSessionDetails. :type: oci.data_science.models.NotebookSessionConfigurationDetails Nr )r r r r r r n s c C s | j S )a� Gets the freeform_tags of this UpdateNotebookSessionDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this UpdateNotebookSessionDetails. :rtype: dict(str, str) �r r r r r r x s z*UpdateNotebookSessionDetails.freeform_tagsc C s || _ dS )a� Sets the freeform_tags of this UpdateNotebookSessionDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param freeform_tags: The freeform_tags of this UpdateNotebookSessionDetails. :type: dict(str, str) Nr )r r r r r r � s c C s | j S )a� Gets the defined_tags of this UpdateNotebookSessionDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. See `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this UpdateNotebookSessionDetails. :rtype: dict(str, dict(str, object)) �r r r r r r � s z)UpdateNotebookSessionDetails.defined_tagsc C s || _ dS )a� Sets the defined_tags of this UpdateNotebookSessionDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. See `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param defined_tags: The defined_tags of this UpdateNotebookSessionDetails. :type: dict(str, dict(str, object)) Nr )r r r r r r � s c C s | j S )a Gets the notebook_session_runtime_config_details of this UpdateNotebookSessionDetails. :return: The notebook_session_runtime_config_details of this UpdateNotebookSessionDetails. :rtype: oci.data_science.models.NotebookSessionRuntimeConfigDetails �r r r r r r � s zDUpdateNotebookSessionDetails.notebook_session_runtime_config_detailsc C s || _ dS )a> Sets the notebook_session_runtime_config_details of this UpdateNotebookSessionDetails. :param notebook_session_runtime_config_details: The notebook_session_runtime_config_details of this UpdateNotebookSessionDetails. :type: oci.data_science.models.NotebookSessionRuntimeConfigDetails Nr )r r r r r r � s c C s | j S )a� Gets the notebook_session_storage_mount_configuration_details_list of this UpdateNotebookSessionDetails. Collection of NotebookSessionStorageMountConfigurationDetails. :return: The notebook_session_storage_mount_configuration_details_list of this UpdateNotebookSessionDetails. :rtype: list[oci.data_science.models.StorageMountConfigurationDetails] �r r r r r r � s zVUpdateNotebookSessionDetails.notebook_session_storage_mount_configuration_details_listc C s || _ dS )a� Sets the notebook_session_storage_mount_configuration_details_list of this UpdateNotebookSessionDetails. Collection of NotebookSessionStorageMountConfigurationDetails. :param notebook_session_storage_mount_configuration_details_list: The notebook_session_storage_mount_configuration_details_list of this UpdateNotebookSessionDetails. :type: list[oci.data_science.models.StorageMountConfigurationDetails] Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z%UpdateNotebookSessionDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z#UpdateNotebookSessionDetails.__eq__c C s | |k S r r r# r r r �__ne__� s z#UpdateNotebookSessionDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&