DataflowConnectionDetails

class oci.dif.models.DataflowConnectionDetails(**kwargs)

Bases: object

Details of services to create private endpoint.

Methods

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

Attributes

dif_dependencies Gets the dif_dependencies of this DataflowConnectionDetails.
domain_names Gets the domain_names of this DataflowConnectionDetails.
__init__(**kwargs)

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

Parameters:
  • dif_dependencies (list[oci.dif.models.DifDependencyDetails]) – The value to assign to the dif_dependencies property of this DataflowConnectionDetails.
  • domain_names (list[str]) – The value to assign to the domain_names property of this DataflowConnectionDetails.
dif_dependencies

Gets the dif_dependencies of this DataflowConnectionDetails. List of DIF Service Dependency Details to create private endpoint.

Returns:The dif_dependencies of this DataflowConnectionDetails.
Return type:list[oci.dif.models.DifDependencyDetails]
domain_names

Gets the domain_names of this DataflowConnectionDetails. An array of DNS zone names.

Returns:The domain_names of this DataflowConnectionDetails.
Return type:list[str]