Class CdcCaptureExecutionRuntimeManagedConnectorCommandEnvelopeCategories
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable category identifiers used by managed-connector command-envelope answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorCommandEnvelopeCategoriesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorCommandEnvelopeCategories
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”ApprovalGated
Section titled “ ApprovalGated”The command envelope is currently approval-gated on the shared execution lane.
public const string ApprovalGated = "approval-gated"Field Value
Section titled “Field Value”ApprovalReady
Section titled “ ApprovalReady”The command envelope is currently approval-ready on the shared execution lane.
public const string ApprovalReady = "approval-ready"Field Value
Section titled “Field Value”ApprovalRequired
Section titled “ ApprovalRequired”The command envelope still reflects a higher-risk approval requirement.
public const string ApprovalRequired = "approval-required"Field Value
Section titled “Field Value”BlockingRemediation
Section titled “ BlockingRemediation”The command envelope is blocked by remediation that still needs to clear first.
public const string BlockingRemediation = "blocking-remediation"Field Value
Section titled “Field Value”ChangePlanned
Section titled “ ChangePlanned”The command envelope still reflects one or more shared write-path changes.
public const string ChangePlanned = "change-planned"Field Value
Section titled “Field Value”ControlPlaneOwnershipGap
Section titled “ ControlPlaneOwnershipGap”The command envelope is constrained because control-plane ownership still remains outside Cephalon.
public const string ControlPlaneOwnershipGap = "control-plane-ownership-gap"Field Value
Section titled “Field Value”DestructiveOperation
Section titled “ DestructiveOperation”The command envelope still reflects a destructive write-path such as connector deletion.
public const string DestructiveOperation = "destructive-operation"Field Value
Section titled “Field Value”EngineReady
Section titled “ EngineReady”The command envelope is currently ready on the shared execution lane.
public const string EngineReady = "engine-ready"Field Value
Section titled “Field Value”GovernanceOutOfPolicy
Section titled “ GovernanceOutOfPolicy”The command envelope is constrained by governance that is currently out of policy.
public const string GovernanceOutOfPolicy = "governance-out-of-policy"Field Value
Section titled “Field Value”IncompleteReportingCoverage
Section titled “ IncompleteReportingCoverage”The command envelope is constrained by incomplete reporting coverage.
public const string IncompleteReportingCoverage = "incomplete-reporting-coverage"Field Value
Section titled “Field Value”LifecycleChange
Section titled “ LifecycleChange”The command envelope still reflects a lifecycle transition such as pause, resume, restart, or delete.
public const string LifecycleChange = "lifecycle-change"Field Value
Section titled “Field Value”NoExecutionNeeded
Section titled “ NoExecutionNeeded”The command envelope does not currently require additional write-path changes.
public const string NoExecutionNeeded = "no-execution-needed"Field Value
Section titled “Field Value”ObserveOnlyMode
Section titled “ ObserveOnlyMode”The command envelope is not currently applicable because the runtime remains observe-only.
public const string ObserveOnlyMode = "observe-only-mode"Field Value
Section titled “Field Value”OperatorOnly
Section titled “ OperatorOnly”The command envelope currently remains operator-owned.
public const string OperatorOnly = "operator-only"Field Value
Section titled “Field Value”RuntimeTruthIncomplete
Section titled “ RuntimeTruthIncomplete”The command envelope is constrained by incomplete runtime truth.
public const string RuntimeTruthIncomplete = "runtime-truth-incomplete"Field Value
Section titled “Field Value”StaleObservation
Section titled “ StaleObservation”The command envelope is constrained by stale observation posture.
public const string StaleObservation = "stale-observation"