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 CdcCaptureExecutionRuntimeManagedConnectorExecutionIntentCategoriesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorExecutionIntentCategories
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”ApprovalRequired
Section titled “ ApprovalRequired”The next intended follow-through would still require an approval or safety gate before engine execution.
public const string ApprovalRequired = "approval-required"Field Value
Section titled “Field Value”BlockingRemediation
Section titled “ BlockingRemediation”The managed connector is blocked by failed or otherwise blocking runtime remediation work.
public const string BlockingRemediation = "blocking-remediation"Field Value
Section titled “Field Value”ChangePlanned
Section titled “ ChangePlanned”The current intended operation would still change managed-connector posture.
public const string ChangePlanned = "change-planned"Field Value
Section titled “Field Value”EngineExecutionCandidate
Section titled “ EngineExecutionCandidate”The next intended follow-through currently falls inside the future engine-execution lane.
public const string EngineExecutionCandidate = "engine-execution-candidate"Field Value
Section titled “Field Value”FutureControlPlane
Section titled “ FutureControlPlane”The managed connector currently declares a future control-plane mode that Cephalon does not yet own.
public const string FutureControlPlane = "future-control-plane"Field Value
Section titled “Field Value”GovernanceOutOfPolicy
Section titled “ GovernanceOutOfPolicy”The managed connector is currently out of policy for execution follow-through.
public const string GovernanceOutOfPolicy = "governance-out-of-policy"Field Value
Section titled “Field Value”IncompleteReportingCoverage
Section titled “ IncompleteReportingCoverage”The managed connector does not yet have full declared-versus-reported coverage on the shared runtime surface.
public const string IncompleteReportingCoverage = "incomplete-reporting-coverage"Field Value
Section titled “Field Value”LifecycleChange
Section titled “ LifecycleChange”The current intended operation would still require a lifecycle change such as pause, resume, restart, or delete.
public const string LifecycleChange = "lifecycle-change"Field Value
Section titled “Field Value”NoExecutionNeeded
Section titled “ NoExecutionNeeded”The current intended operation would not require additional managed-connector changes.
public const string NoExecutionNeeded = "no-execution-needed"Field Value
Section titled “Field Value”ObserveOnlyMode
Section titled “ ObserveOnlyMode”The managed connector currently stays in observe-only mode.
public const string ObserveOnlyMode = "observe-only-mode"Field Value
Section titled “Field Value”OperatorOnly
Section titled “ OperatorOnly”The next intended follow-through currently remains operator-owned rather than engine-executable.
public const string OperatorOnly = "operator-only"Field Value
Section titled “Field Value”RuntimeRemediation
Section titled “ RuntimeRemediation”The managed connector still needs runtime remediation attention before Cephalon can trust execution intent.
public const string RuntimeRemediation = "runtime-remediation"Field Value
Section titled “Field Value”RuntimeTruthIncomplete
Section titled “ RuntimeTruthIncomplete”The managed connector does not yet report enough runtime truth for Cephalon to trust execution intent.
public const string RuntimeTruthIncomplete = "runtime-truth-incomplete"