PrivateEndpointDetails

class oci.database_migration.models.PrivateEndpointDetails(**kwargs)

Bases: object

OCI Private Endpoint configuration details.

Methods

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

Attributes

compartment_id Gets the compartment_id of this PrivateEndpointDetails.
id Gets the id of this PrivateEndpointDetails.
subnet_id Gets the subnet_id of this PrivateEndpointDetails.
vcn_id Gets the vcn_id of this PrivateEndpointDetails.
__init__(**kwargs)

Initializes a new PrivateEndpointDetails 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 PrivateEndpointDetails.
  • vcn_id (str) – The value to assign to the vcn_id property of this PrivateEndpointDetails.
  • subnet_id (str) – The value to assign to the subnet_id property of this PrivateEndpointDetails.
  • id (str) – The value to assign to the id property of this PrivateEndpointDetails.
compartment_id

Gets the compartment_id of this PrivateEndpointDetails. The OCID of the compartment to contain the private endpoint.

Returns:The compartment_id of this PrivateEndpointDetails.
Return type:str
id

Gets the id of this PrivateEndpointDetails. OCID of a previously created Private Endpoint.

Returns:The id of this PrivateEndpointDetails.
Return type:str
subnet_id

Gets the subnet_id of this PrivateEndpointDetails. The OCID of the customer’s subnet where the private endpoint VNIC will reside.

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

Gets the vcn_id of this PrivateEndpointDetails. The OCID of the VCN where the Private Endpoint will be bound to.

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