Show / Hide Table of Contents

Class DataflowConnectionDetails

Details of services to create private endpoint.

Inheritance
object
DataflowConnectionDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DifService.Models
Assembly: OCI.DotNetSDK.Dif.dll
Syntax
public class DataflowConnectionDetails

Properties

DifDependencies

Declaration
[JsonProperty(PropertyName = "difDependencies")]
public List<DifDependencyDetails> DifDependencies { get; set; }
Property Value
Type Description
List<DifDependencyDetails>

List of DIF Service Dependency Details to create private endpoint.

DomainNames

Declaration
[JsonProperty(PropertyName = "domainNames")]
public List<string> DomainNames { get; set; }
Property Value
Type Description
List<string>

An array of DNS zone names.

In this article
Back to top