📂 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: data_science_private_endpoint.cpython-39.pyc
a ���fZU � @ 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 Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �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 d0d1� �Zejd2d1� �Ze d3d4� �Zejd5d4� �Ze d6d7� �Zejd8d7� �Ze d9d:� �Zejd;d:� �Zd<d=� Zd>d?� Z d@dA� Z!dBS )C�DataSciencePrivateEndpointz( Data Science private endpoint. �CREATING�ACTIVE�UPDATING�DELETING�DELETED�FAILED�NEEDS_ATTENTION�NOTEBOOK_SESSIONc K s� ddddddddddddddddd�| _ ddd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a� Initializes a new DataSciencePrivateEndpoint object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this DataSciencePrivateEndpoint. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this DataSciencePrivateEndpoint. :type defined_tags: dict(str, dict(str, object)) :param description: The value to assign to the description property of this DataSciencePrivateEndpoint. :type description: str :param display_name: The value to assign to the display_name property of this DataSciencePrivateEndpoint. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this DataSciencePrivateEndpoint. :type freeform_tags: dict(str, str) :param system_tags: The value to assign to the system_tags property of this DataSciencePrivateEndpoint. :type system_tags: dict(str, dict(str, object)) :param id: The value to assign to the id property of this DataSciencePrivateEndpoint. :type id: str :param lifecycle_details: The value to assign to the lifecycle_details property of this DataSciencePrivateEndpoint. :type lifecycle_details: str :param lifecycle_state: The value to assign to the lifecycle_state property of this DataSciencePrivateEndpoint. Allowed values for this property are: "CREATING", "ACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", "NEEDS_ATTENTION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param nsg_ids: The value to assign to the nsg_ids property of this DataSciencePrivateEndpoint. :type nsg_ids: list[str] :param created_by: The value to assign to the created_by property of this DataSciencePrivateEndpoint. :type created_by: str :param subnet_id: The value to assign to the subnet_id property of this DataSciencePrivateEndpoint. :type subnet_id: str :param fqdn: The value to assign to the fqdn property of this DataSciencePrivateEndpoint. :type fqdn: str :param data_science_resource_type: The value to assign to the data_science_resource_type property of this DataSciencePrivateEndpoint. Allowed values for this property are: "NOTEBOOK_SESSION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type data_science_resource_type: str :param time_created: The value to assign to the time_created property of this DataSciencePrivateEndpoint. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this DataSciencePrivateEndpoint. :type time_updated: datetime �strzdict(str, dict(str, object))zdict(str, str)z list[str]Zdatetime)�compartment_id�defined_tags�description�display_name� freeform_tags�system_tags�id�lifecycle_details�lifecycle_state�nsg_ids� created_by� subnet_id�fqdn�data_science_resource_type�time_created�time_updatedZ compartmentIdZdefinedTagsr ZdisplayNameZfreeformTagsZ systemTagsr ZlifecycleDetailsZlifecycleStateZnsgIdsZ createdByZsubnetIdr ZdataScienceResourceTypeZtimeCreatedZtimeUpdatedN)Z swagger_typesZ attribute_map�_compartment_id� _defined_tags�_description� _display_name�_freeform_tags�_system_tags�_id�_lifecycle_details�_lifecycle_state�_nsg_ids�_created_by� _subnet_id�_fqdn�_data_science_resource_type� _time_created� _time_updated)�self�kwargs� r2 �Y/usr/lib/python3.9/site-packages/oci/data_science/models/data_science_private_endpoint.py�__init__2 sd K��z#DataSciencePrivateEndpoint.__init__c C s | j S )ae **[Required]** Gets the compartment_id of this DataSciencePrivateEndpoint. The `OCID`__ of the compartment where you want to create private endpoint. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this DataSciencePrivateEndpoint. :rtype: str �r �r0 r2 r2 r3 r � s z)DataSciencePrivateEndpoint.compartment_idc C s || _ dS )ac Sets the compartment_id of this DataSciencePrivateEndpoint. The `OCID`__ of the compartment where you want to create private endpoint. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this DataSciencePrivateEndpoint. :type: str Nr5 )r0 r r2 r2 r3 r � s c C s | j S )a� **[Required]** Gets the defined_tags of this DataSciencePrivateEndpoint. 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 DataSciencePrivateEndpoint. :rtype: dict(str, dict(str, object)) �r! r6 r2 r2 r3 r � s z'DataSciencePrivateEndpoint.defined_tagsc C s || _ dS )a� Sets the defined_tags of this DataSciencePrivateEndpoint. 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 DataSciencePrivateEndpoint. :type: dict(str, dict(str, object)) Nr7 )r0 r r2 r2 r3 r � s c C s | j S )z� Gets the description of this DataSciencePrivateEndpoint. A user friendly description. Avoid entering confidential information. :return: The description of this DataSciencePrivateEndpoint. :rtype: str �r"