Show / Hide Table of Contents

Class TargetPipelineConnectionDetails

The target connection details for creating a pipeline.

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

Properties

ConnectionId

Declaration
[Required(ErrorMessage = "ConnectionId is required.")]
[JsonProperty(PropertyName = "connectionId")]
public string ConnectionId { get; set; }
Property Value
Type Description
string

The OCID of the connection being referenced.

Remarks

Required

In this article
Back to top