Class CdcCaptureExecutionRuntimeManagedConnectorActionPlanActionIds
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable operator-facing action identifiers used by managed-connector action plans.
public static class CdcCaptureExecutionRuntimeManagedConnectorActionPlanActionIdsInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorActionPlanActionIds
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”CompleteGovernanceDeclaration
Section titled “ CompleteGovernanceDeclaration”Complete the connector declaration so shared governance truth has the minimum required metadata.
public const string CompleteGovernanceDeclaration = "complete-governance-declaration"Field Value
Section titled “Field Value”CompleteTaskBaseline
Section titled “ CompleteTaskBaseline”Complete the declared task baseline before relying on desired-versus-observed drift posture.
public const string CompleteTaskBaseline = "complete-task-baseline"Field Value
Section titled “Field Value”DeferControlPlane
Section titled “ DeferControlPlane”Defer control-plane ownership until Cephalon ships write-path connector management for the declared mode.
public const string DeferControlPlane = "defer-control-plane"Field Value
Section titled “Field Value”InvestigateDrift
Section titled “ InvestigateDrift”Investigate the reported desired-versus-observed managed-connector drift.
public const string InvestigateDrift = "investigate-drift"Field Value
Section titled “Field Value”KeepObserveOnly
Section titled “ KeepObserveOnly”Keep the connector in observe-only mode and continue using shared runtime reporting truth.
public const string KeepObserveOnly = "keep-observe-only"Field Value
Section titled “Field Value”No operator action is currently required for the execution runtime.
public const string None = "none"Field Value
Section titled “Field Value”ResolveRuntimeRemediation
Section titled “ ResolveRuntimeRemediation”Resolve runtime remediation work before relying on deeper managed-connector follow-through.
public const string ResolveRuntimeRemediation = "resolve-runtime-remediation"Field Value
Section titled “Field Value”WaitForRuntimeReport
Section titled “ WaitForRuntimeReport”Wait for the managed connector to report task topology before evaluating desired-versus-observed drift.
public const string WaitForRuntimeReport = "wait-for-runtime-report"