Class DataflowConnectionDetails
Details of services to create private endpoint.
Inherited Members
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. |