DataSciencePrivateEndpointSummary

class oci.data_science.models.DataSciencePrivateEndpointSummary(**kwargs)

Bases: object

List of Data Science private endpoints.

Attributes

DATA_SCIENCE_RESOURCE_TYPE_NOTEBOOK_SESSION A constant which can be used with the data_science_resource_type property of a DataSciencePrivateEndpointSummary.
LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a DataSciencePrivateEndpointSummary.
LIFECYCLE_STATE_CREATING A constant which can be used with the lifecycle_state property of a DataSciencePrivateEndpointSummary.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a DataSciencePrivateEndpointSummary.
LIFECYCLE_STATE_DELETING A constant which can be used with the lifecycle_state property of a DataSciencePrivateEndpointSummary.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a DataSciencePrivateEndpointSummary.
LIFECYCLE_STATE_NEEDS_ATTENTION A constant which can be used with the lifecycle_state property of a DataSciencePrivateEndpointSummary.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a DataSciencePrivateEndpointSummary.
compartment_id [Required] Gets the compartment_id of this DataSciencePrivateEndpointSummary.
created_by [Required] Gets the created_by of this DataSciencePrivateEndpointSummary.
data_science_resource_type [Required] Gets the data_science_resource_type of this DataSciencePrivateEndpointSummary.
defined_tags [Required] Gets the defined_tags of this DataSciencePrivateEndpointSummary.
display_name [Required] Gets the display_name of this DataSciencePrivateEndpointSummary.
fqdn [Required] Gets the fqdn of this DataSciencePrivateEndpointSummary.
freeform_tags [Required] Gets the freeform_tags of this DataSciencePrivateEndpointSummary.
id [Required] Gets the id of this DataSciencePrivateEndpointSummary.
lifecycle_details [Required] Gets the lifecycle_details of this DataSciencePrivateEndpointSummary.
lifecycle_state [Required] Gets the lifecycle_state of this DataSciencePrivateEndpointSummary.
nsg_ids Gets the nsg_ids of this DataSciencePrivateEndpointSummary.
subnet_id [Required] Gets the subnet_id of this DataSciencePrivateEndpointSummary.
system_tags Gets the system_tags of this DataSciencePrivateEndpointSummary.
time_created [Required] Gets the time_created of this DataSciencePrivateEndpointSummary.
time_updated [Required] Gets the time_updated of this DataSciencePrivateEndpointSummary.

Methods

__init__(**kwargs) Initializes a new DataSciencePrivateEndpointSummary 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 DataSciencePrivateEndpointSummary. This constant has a value of “NOTEBOOK_SESSION”

LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a DataSciencePrivateEndpointSummary. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_CREATING = 'CREATING'

A constant which can be used with the lifecycle_state property of a DataSciencePrivateEndpointSummary. This constant has a value of “CREATING”

LIFECYCLE_STATE_DELETED = 'DELETED'

A constant which can be used with the lifecycle_state property of a DataSciencePrivateEndpointSummary. This constant has a value of “DELETED”

LIFECYCLE_STATE_DELETING = 'DELETING'

A constant which can be used with the lifecycle_state property of a DataSciencePrivateEndpointSummary. This constant has a value of “DELETING”

LIFECYCLE_STATE_FAILED = 'FAILED'

A constant which can be used with the lifecycle_state property of a DataSciencePrivateEndpointSummary. This constant has a value of “FAILED”

LIFECYCLE_STATE_NEEDS_ATTENTION = 'NEEDS_ATTENTION'

A constant which can be used with the lifecycle_state property of a DataSciencePrivateEndpointSummary. This constant has a value of “NEEDS_ATTENTION”

LIFECYCLE_STATE_UPDATING = 'UPDATING'

A constant which can be used with the lifecycle_state property of a DataSciencePrivateEndpointSummary. This constant has a value of “UPDATING”

__init__(**kwargs)

Initializes a new DataSciencePrivateEndpointSummary 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 DataSciencePrivateEndpointSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this DataSciencePrivateEndpointSummary.
  • display_name (str) – The value to assign to the display_name property of this DataSciencePrivateEndpointSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this DataSciencePrivateEndpointSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this DataSciencePrivateEndpointSummary.
  • id (str) – The value to assign to the id property of this DataSciencePrivateEndpointSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this DataSciencePrivateEndpointSummary. 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’.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this DataSciencePrivateEndpointSummary.
  • data_science_resource_type (str) – The value to assign to the data_science_resource_type property of this DataSciencePrivateEndpointSummary. 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’.
  • nsg_ids (list[str]) – The value to assign to the nsg_ids property of this DataSciencePrivateEndpointSummary.
  • created_by (str) – The value to assign to the created_by property of this DataSciencePrivateEndpointSummary.
  • subnet_id (str) – The value to assign to the subnet_id property of this DataSciencePrivateEndpointSummary.
  • fqdn (str) – The value to assign to the fqdn property of this DataSciencePrivateEndpointSummary.
  • time_created (datetime) – The value to assign to the time_created property of this DataSciencePrivateEndpointSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this DataSciencePrivateEndpointSummary.
compartment_id

[Required] Gets the compartment_id of this DataSciencePrivateEndpointSummary. The OCID of the compartment where you want to create private Endpoint.

Returns:The compartment_id of this DataSciencePrivateEndpointSummary.
Return type:str
created_by

[Required] Gets the created_by of this DataSciencePrivateEndpointSummary. The OCID of the user that created the private endpoint.

Returns:The created_by of this DataSciencePrivateEndpointSummary.
Return type:str
data_science_resource_type

[Required] Gets the data_science_resource_type of this DataSciencePrivateEndpointSummary. Data Science resource type.

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’.

Returns:The data_science_resource_type of this DataSciencePrivateEndpointSummary.
Return type:str
defined_tags

[Required] Gets the defined_tags of this DataSciencePrivateEndpointSummary. 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 DataSciencePrivateEndpointSummary.
Return type:dict(str, dict(str, object))
display_name

[Required] Gets the display_name of this DataSciencePrivateEndpointSummary. A user friendly name. It doesn’t have to be unique. Avoid entering confidential information.

Returns:The display_name of this DataSciencePrivateEndpointSummary.
Return type:str
fqdn

[Required] Gets the fqdn of this DataSciencePrivateEndpointSummary. Accesing Data Science resource using FQDN.

Returns:The fqdn of this DataSciencePrivateEndpointSummary.
Return type:str
freeform_tags

[Required] Gets the freeform_tags of this DataSciencePrivateEndpointSummary. 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 DataSciencePrivateEndpointSummary.
Return type:dict(str, str)
id

[Required] Gets the id of this DataSciencePrivateEndpointSummary. The OCID of a private endpoint.

Returns:The id of this DataSciencePrivateEndpointSummary.
Return type:str
lifecycle_details

[Required] Gets the lifecycle_details of this DataSciencePrivateEndpointSummary. Details of the state of a private endpoint.

Returns:The lifecycle_details of this DataSciencePrivateEndpointSummary.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this DataSciencePrivateEndpointSummary. State of a private endpoint.

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’.

Returns:The lifecycle_state of this DataSciencePrivateEndpointSummary.
Return type:str
nsg_ids

Gets the nsg_ids of this DataSciencePrivateEndpointSummary. An array of network security group OCIDs.

Returns:The nsg_ids of this DataSciencePrivateEndpointSummary.
Return type:list[str]
subnet_id

[Required] Gets the subnet_id of this DataSciencePrivateEndpointSummary. The OCID of a subnet.

Returns:The subnet_id of this DataSciencePrivateEndpointSummary.
Return type:str
system_tags

Gets the system_tags of this DataSciencePrivateEndpointSummary. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this DataSciencePrivateEndpointSummary.
Return type:dict(str, dict(str, object))
time_created

[Required] Gets the time_created of this DataSciencePrivateEndpointSummary. The date and time that the Data Science private endpoint was created, expressed in RFC 3339 timestamp format. Example: 2018-04-03T21:10:29.600Z

Returns:The time_created of this DataSciencePrivateEndpointSummary.
Return type:datetime
time_updated

[Required] Gets the time_updated of this DataSciencePrivateEndpointSummary. The date and time that the Data Science private endpoint was updated expressed in RFC 3339 timestamp format. Example: 2018-04-03T21:10:29.600Z

Returns:The time_updated of this DataSciencePrivateEndpointSummary.
Return type:datetime