Show / Hide Table of Contents

Class DefaultTestPipelineConnectionDetails

Additional attribute with which to test the pipeline's connection. The connectionId must be one of the pipeline's assigned connections.

Inheritance
object
TestPipelineConnectionDetails
DefaultTestPipelineConnectionDetails
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 DefaultTestPipelineConnectionDetails : TestPipelineConnectionDetails

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