CreatePrivateEndpoint

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

Bases: object

OCI Private Endpoint configuration details. Not required for source container database connections, it will default to the specified Source Database Connection Private Endpoint.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this CreatePrivateEndpoint.
subnet_id [Required] Gets the subnet_id of this CreatePrivateEndpoint.
vcn_id [Required] Gets the vcn_id of this CreatePrivateEndpoint.
__init__(**kwargs)

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

[Required] Gets the compartment_id of this CreatePrivateEndpoint. The OCID of the compartment to contain the private endpoint.

Returns:The compartment_id of this CreatePrivateEndpoint.
Return type:str
subnet_id

[Required] Gets the subnet_id of this CreatePrivateEndpoint. The OCID of the customer’s subnet where the private endpoint VNIC will reside.

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

[Required] Gets the vcn_id of this CreatePrivateEndpoint. The OCID of the VCN where the Private Endpoint will be bound to.

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