Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorGovernanceActionIds

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Defines the stable operator-facing action identifiers used by managed-connector governance answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorGovernanceActionIds

objectCdcCaptureExecutionRuntimeManagedConnectorGovernanceActionIds

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Complete the connector declaration so shared governance truth has the minimum required metadata.

public const string CompleteGovernanceDeclaration = "complete-governance-declaration"

string

Defer control-plane ownership until Cephalon ships write-path connector management for the declared mode.

public const string DeferControlPlane = "defer-control-plane"

string

Keep the connector in observe-only mode and continue using shared runtime reporting truth.

public const string KeepObserveOnly = "keep-observe-only"

string

No operator action is currently required for the execution runtime.

public const string None = "none"

string