Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorExecutionIntentCategories

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

Defines the stable managed-connector execution-intent category identifiers used by CDC execution runtimes.

public static class CdcCaptureExecutionRuntimeManagedConnectorExecutionIntentCategories

objectCdcCaptureExecutionRuntimeManagedConnectorExecutionIntentCategories

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

The next intended follow-through would still require an approval or safety gate before engine execution.

public const string ApprovalRequired = "approval-required"

string

The managed connector is blocked by failed or otherwise blocking runtime remediation work.

public const string BlockingRemediation = "blocking-remediation"

string

The current intended operation would still change managed-connector posture.

public const string ChangePlanned = "change-planned"

string

The next intended follow-through currently falls inside the future engine-execution lane.

public const string EngineExecutionCandidate = "engine-execution-candidate"

string

The managed connector currently declares a future control-plane mode that Cephalon does not yet own.

public const string FutureControlPlane = "future-control-plane"

string

The managed connector is currently out of policy for execution follow-through.

public const string GovernanceOutOfPolicy = "governance-out-of-policy"

string

The managed connector does not yet have full declared-versus-reported coverage on the shared runtime surface.

public const string IncompleteReportingCoverage = "incomplete-reporting-coverage"

string

The current intended operation would still require a lifecycle change such as pause, resume, restart, or delete.

public const string LifecycleChange = "lifecycle-change"

string

The current intended operation would not require additional managed-connector changes.

public const string NoExecutionNeeded = "no-execution-needed"

string

The managed connector currently stays in observe-only mode.

public const string ObserveOnlyMode = "observe-only-mode"

string

The next intended follow-through currently remains operator-owned rather than engine-executable.

public const string OperatorOnly = "operator-only"

string

The managed connector still needs runtime remediation attention before Cephalon can trust execution intent.

public const string RuntimeRemediation = "runtime-remediation"

string

The managed connector does not yet report enough runtime truth for Cephalon to trust execution intent.

public const string RuntimeTruthIncomplete = "runtime-truth-incomplete"

string