CreateDataSciencePrivateEndpointDetails¶
-
class
oci.data_science.models.
CreateDataSciencePrivateEndpointDetails
(**kwargs)¶ Bases:
object
The details required to create a Data Science private endpoint.
Attributes
DATA_SCIENCE_RESOURCE_TYPE_NOTEBOOK_SESSION
A constant which can be used with the data_science_resource_type property of a CreateDataSciencePrivateEndpointDetails. compartment_id
[Required] Gets the compartment_id of this CreateDataSciencePrivateEndpointDetails. data_science_resource_type
[Required] Gets the data_science_resource_type of this CreateDataSciencePrivateEndpointDetails. defined_tags
Gets the defined_tags of this CreateDataSciencePrivateEndpointDetails. description
Gets the description of this CreateDataSciencePrivateEndpointDetails. display_name
Gets the display_name of this CreateDataSciencePrivateEndpointDetails. freeform_tags
Gets the freeform_tags of this CreateDataSciencePrivateEndpointDetails. nsg_ids
Gets the nsg_ids of this CreateDataSciencePrivateEndpointDetails. sub_domain
Gets the sub_domain of this CreateDataSciencePrivateEndpointDetails. subnet_id
[Required] Gets the subnet_id of this CreateDataSciencePrivateEndpointDetails. Methods
__init__
(**kwargs)Initializes a new CreateDataSciencePrivateEndpointDetails object with values from keyword arguments. -
DATA_SCIENCE_RESOURCE_TYPE_NOTEBOOK_SESSION
= 'NOTEBOOK_SESSION'¶ A constant which can be used with the data_science_resource_type property of a CreateDataSciencePrivateEndpointDetails. This constant has a value of “NOTEBOOK_SESSION”
-
__init__
(**kwargs)¶ Initializes a new CreateDataSciencePrivateEndpointDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this CreateDataSciencePrivateEndpointDetails.
- description (str) – The value to assign to the description property of this CreateDataSciencePrivateEndpointDetails.
- display_name (str) – The value to assign to the display_name property of this CreateDataSciencePrivateEndpointDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateDataSciencePrivateEndpointDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateDataSciencePrivateEndpointDetails.
- nsg_ids (list[str]) – The value to assign to the nsg_ids property of this CreateDataSciencePrivateEndpointDetails.
- subnet_id (str) – The value to assign to the subnet_id property of this CreateDataSciencePrivateEndpointDetails.
- sub_domain (str) – The value to assign to the sub_domain property of this CreateDataSciencePrivateEndpointDetails.
- data_science_resource_type (str) – The value to assign to the data_science_resource_type property of this CreateDataSciencePrivateEndpointDetails. Allowed values for this property are: “NOTEBOOK_SESSION”
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateDataSciencePrivateEndpointDetails. The OCID of the compartment where you want to create the private endpoint.
Returns: The compartment_id of this CreateDataSciencePrivateEndpointDetails. Return type: str
-
data_science_resource_type
¶ [Required] Gets the data_science_resource_type of this CreateDataSciencePrivateEndpointDetails. Data Science resource type.
Allowed values for this property are: “NOTEBOOK_SESSION”
Returns: The data_science_resource_type of this CreateDataSciencePrivateEndpointDetails. Return type: str
Gets the defined_tags of this CreateDataSciencePrivateEndpointDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this CreateDataSciencePrivateEndpointDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this CreateDataSciencePrivateEndpointDetails. A user friendly description. Avoid entering confidential information.
Returns: The description of this CreateDataSciencePrivateEndpointDetails. Return type: str
-
display_name
¶ Gets the display_name of this CreateDataSciencePrivateEndpointDetails. A user friendly name. It doesn’t have to be unique. Avoid entering confidential information.
Returns: The display_name of this CreateDataSciencePrivateEndpointDetails. Return type: str
Gets the freeform_tags of this CreateDataSciencePrivateEndpointDetails. 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”}
Returns: The freeform_tags of this CreateDataSciencePrivateEndpointDetails. Return type: dict(str, str)
-
nsg_ids
¶ Gets the nsg_ids of this CreateDataSciencePrivateEndpointDetails. An array of network security group OCIDs.
Returns: The nsg_ids of this CreateDataSciencePrivateEndpointDetails. Return type: list[str]
-
sub_domain
¶ Gets the sub_domain of this CreateDataSciencePrivateEndpointDetails. Subdomain for a private endpoint FQDN.
Returns: The sub_domain of this CreateDataSciencePrivateEndpointDetails. Return type: str
-
subnet_id
¶ [Required] Gets the subnet_id of this CreateDataSciencePrivateEndpointDetails. The OCID of the subnet.
Returns: The subnet_id of this CreateDataSciencePrivateEndpointDetails. Return type: str
-