CreateDataSafePrivateEndpointDetails

class oci.data_safe.models.CreateDataSafePrivateEndpointDetails(**kwargs)

Bases: object

The details used to create the new Data Safe private endpoint.

Methods

__init__(**kwargs) Initializes a new CreateDataSafePrivateEndpointDetails object with values from keyword arguments.

Attributes

compartment_id [Required] Gets the compartment_id of this CreateDataSafePrivateEndpointDetails.
defined_tags Gets the defined_tags of this CreateDataSafePrivateEndpointDetails.
description Gets the description of this CreateDataSafePrivateEndpointDetails.
display_name [Required] Gets the display_name of this CreateDataSafePrivateEndpointDetails.
freeform_tags Gets the freeform_tags of this CreateDataSafePrivateEndpointDetails.
nsg_ids Gets the nsg_ids of this CreateDataSafePrivateEndpointDetails.
private_endpoint_ip Gets the private_endpoint_ip of this CreateDataSafePrivateEndpointDetails.
subnet_id [Required] Gets the subnet_id of this CreateDataSafePrivateEndpointDetails.
vcn_id [Required] Gets the vcn_id of this CreateDataSafePrivateEndpointDetails.
__init__(**kwargs)

Initializes a new CreateDataSafePrivateEndpointDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • display_name (str) – The value to assign to the display_name property of this CreateDataSafePrivateEndpointDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateDataSafePrivateEndpointDetails.
  • vcn_id (str) – The value to assign to the vcn_id property of this CreateDataSafePrivateEndpointDetails.
  • subnet_id (str) – The value to assign to the subnet_id property of this CreateDataSafePrivateEndpointDetails.
  • private_endpoint_ip (str) – The value to assign to the private_endpoint_ip property of this CreateDataSafePrivateEndpointDetails.
  • description (str) – The value to assign to the description property of this CreateDataSafePrivateEndpointDetails.
  • nsg_ids (list[str]) – The value to assign to the nsg_ids property of this CreateDataSafePrivateEndpointDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateDataSafePrivateEndpointDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateDataSafePrivateEndpointDetails.
compartment_id

[Required] Gets the compartment_id of this CreateDataSafePrivateEndpointDetails. The OCID of the compartment.

Returns:The compartment_id of this CreateDataSafePrivateEndpointDetails.
Return type:str
defined_tags

Gets the defined_tags of this CreateDataSafePrivateEndpointDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags

Example: {“Operations”: {“CostCenter”: “42”}}

Returns:The defined_tags of this CreateDataSafePrivateEndpointDetails.
Return type:dict(str, dict(str, object))
description

Gets the description of this CreateDataSafePrivateEndpointDetails. The description of the private endpoint.

Returns:The description of this CreateDataSafePrivateEndpointDetails.
Return type:str
display_name

[Required] Gets the display_name of this CreateDataSafePrivateEndpointDetails. The display name for the private endpoint. The name does not have to be unique, and it’s changeable.

Returns:The display_name of this CreateDataSafePrivateEndpointDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this CreateDataSafePrivateEndpointDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags

Example: {“Department”: “Finance”}

Returns:The freeform_tags of this CreateDataSafePrivateEndpointDetails.
Return type:dict(str, str)
nsg_ids

Gets the nsg_ids of this CreateDataSafePrivateEndpointDetails. The OCIDs of the network security groups that the private endpoint belongs to.

Returns:The nsg_ids of this CreateDataSafePrivateEndpointDetails.
Return type:list[str]
private_endpoint_ip

Gets the private_endpoint_ip of this CreateDataSafePrivateEndpointDetails. The private IP address of the private endpoint.

Returns:The private_endpoint_ip of this CreateDataSafePrivateEndpointDetails.
Return type:str
subnet_id

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

Returns:The subnet_id of this CreateDataSafePrivateEndpointDetails.
Return type:str
vcn_id

[Required] Gets the vcn_id of this CreateDataSafePrivateEndpointDetails. The OCID of the VCN.

Returns:The vcn_id of this CreateDataSafePrivateEndpointDetails.
Return type:str