Class DefaultTestPipelineConnectionDetails
Additional attribute with which to test the pipeline's connection. The connectionId must be one of the pipeline's assigned connections.
Inherited Members
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