Show / Hide Table of Contents

Class DataflowConnections

Details for connections to other services from Dataflow.

Inheritance
object
DataflowConnections
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 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

In this article
Back to top