Show / Hide Table of Contents

Class ZeroEtlPipelineSummary

Summary of the ZeroETL pipeline.

Inheritance
object
PipelineSummary
ZeroEtlPipelineSummary
Inherited Members
PipelineSummary.Id
PipelineSummary.DisplayName
PipelineSummary.Description
PipelineSummary.CompartmentId
PipelineSummary.SourceConnectionDetails
PipelineSummary.TargetConnectionDetails
PipelineSummary.FreeformTags
PipelineSummary.LicenseModel
PipelineSummary.CpuCoreCount
PipelineSummary.IsAutoScalingEnabled
PipelineSummary.DefinedTags
PipelineSummary.SystemTags
PipelineSummary.Locks
PipelineSummary.LifecycleState
PipelineSummary.LifecycleSubState
PipelineSummary.LifecycleDetails
PipelineSummary.TimeCreated
PipelineSummary.TimeUpdated
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 ZeroEtlPipelineSummary : PipelineSummary

Properties

ProcessOptions

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

Required

TimeLastRecorded

Declaration
[JsonProperty(PropertyName = "timeLastRecorded")]
public DateTime? TimeLastRecorded { get; set; }
Property Value
Type Description
DateTime?

When the resource was last updated. This option applies when retrieving a pipeline. The format is defined by RFC3339, such as 2024-07-25T21:10:29.600Z.

In this article
Back to top