Class DataflowConnections
Details for connections to other services from Dataflow.
Inherited Members
Namespace: Oci.DifService.Models
Assembly: OCI.DotNetSDK.Dif.dll
Syntax
public class DataflowConnections
Properties
ConnectionDetails
Declaration
[Required(ErrorMessage = "ConnectionDetails is required.")]
[JsonProperty(PropertyName = "connectionDetails")]
public DataflowConnectionDetails ConnectionDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| DataflowConnectionDetails |
Remarks
Required
SubnetId
Declaration
[Required(ErrorMessage = "SubnetId is required.")]
[JsonProperty(PropertyName = "subnetId")]
public string SubnetId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | OCID of the private subnet |
Remarks
Required