Class CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneOwnershipCategories
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable category identifiers used by managed-connector provider-owned control-plane ownership answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneOwnershipCategoriesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneOwnershipCategories
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 current provider control-plane lane still requires explicit approval.
public const string ApprovalRequired = "approval-required"Field Value
Section titled “Field Value”CommandJournalEvidence
Section titled “ CommandJournalEvidence”The command journal currently exposes retained evidence for provider-owned control-plane ownership.
public const string CommandJournalEvidence = "command-journal-evidence"Field Value
Section titled “Field Value”CurrentNodeBlocked
Section titled “ CurrentNodeBlocked”The current node cannot yet exercise bounded provider-owned control-plane ownership safely.
public const string CurrentNodeBlocked = "current-node-blocked"Field Value
Section titled “Field Value”CurrentNodeExecutable
Section titled “ CurrentNodeExecutable”The current node can exercise bounded provider-owned control-plane ownership safely.
public const string CurrentNodeExecutable = "current-node-executable"Field Value
Section titled “Field Value”DestructiveOperation
Section titled “ DestructiveOperation”The current provider control-plane lane still targets a destructive operation.
public const string DestructiveOperation = "destructive-operation"Field Value
Section titled “Field Value”DurableJournalConfigured
Section titled “ DurableJournalConfigured”A durable command-journal store is configured for the runtime.
public const string DurableJournalConfigured = "durable-journal-configured"Field Value
Section titled “Field Value”ExecutionHardened
Section titled “ ExecutionHardened”Scheduler execution truth currently looks hardened enough for control-plane ownership.
public const string ExecutionHardened = "execution-hardened"Field Value
Section titled “Field Value”ExecutionRisk
Section titled “ ExecutionRisk”Scheduler execution truth currently remains risky.
public const string ExecutionRisk = "execution-risk"Field Value
Section titled “Field Value”InMemoryJournalOnly
Section titled “ InMemoryJournalOnly”Provider-owned control-plane ownership currently depends on in-memory history only.
public const string InMemoryJournalOnly = "in-memory-journal-only"Field Value
Section titled “Field Value”NoRecordedCommand
Section titled “ NoRecordedCommand”No command-journal evidence has been recorded yet.
public const string NoRecordedCommand = "no-recorded-command"Field Value
Section titled “Field Value”OperatorOnly
Section titled “ OperatorOnly”Provider-owned control-plane ownership still remains operator-owned outside Cephalon.
public const string OperatorOnly = "operator-only"Field Value
Section titled “Field Value”OwnershipActive
Section titled “ OwnershipActive”Provider-owned control-plane ownership is currently active on one bounded provider-facing step.
public const string OwnershipActive = "ownership-active"Field Value
Section titled “Field Value”OwnershipBlocked
Section titled “ OwnershipBlocked”Provider-owned control-plane ownership remains blocked.
public const string OwnershipBlocked = "ownership-blocked"Field Value
Section titled “Field Value”OwnershipPartial
Section titled “ OwnershipPartial”Provider-owned control-plane ownership is currently partial on the shared lane.
public const string OwnershipPartial = "ownership-partial"Field Value
Section titled “Field Value”OwnershipReady
Section titled “ OwnershipReady”Provider-owned control-plane ownership is currently ready on the shared lane.
public const string OwnershipReady = "ownership-ready"Field Value
Section titled “Field Value”OwnershipRisk
Section titled “ OwnershipRisk”Provider-owned control-plane ownership currently remains risky.
public const string OwnershipRisk = "ownership-risk"Field Value
Section titled “Field Value”PersistedHistory
Section titled “ PersistedHistory”The durable command journal currently exposes persisted recorded history.
public const string PersistedHistory = "persisted-history"Field Value
Section titled “Field Value”ProviderBlocked
Section titled “ ProviderBlocked”Provider-owned write-path execution remains blocked.
public const string ProviderBlocked = "provider-blocked"Field Value
Section titled “Field Value”ProviderCommandAdapted
Section titled “ ProviderCommandAdapted”The latest provider execution translated into a provider-facing command shape.
public const string ProviderCommandAdapted = "latest-execution-adapted"Field Value
Section titled “Field Value”ProviderCommandBlocked
Section titled “ ProviderCommandBlocked”The latest provider execution remained blocked.
public const string ProviderCommandBlocked = "latest-execution-blocked"Field Value
Section titled “Field Value”ProviderCommandFailed
Section titled “ ProviderCommandFailed”The latest provider execution failed while Cephalon translated provider command shape.
public const string ProviderCommandFailed = "latest-execution-failed"Field Value
Section titled “Field Value”ProviderCommandNoOp
Section titled “ ProviderCommandNoOp”The latest provider execution determined that no provider command is required.
public const string ProviderCommandNoOp = "latest-execution-no-op"Field Value
Section titled “Field Value”ProviderCommandOperatorOnly
Section titled “ ProviderCommandOperatorOnly”The latest provider execution remained operator-owned.
public const string ProviderCommandOperatorOnly = "provider-command-operator-only"Field Value
Section titled “Field Value”ProviderCommandUnavailable
Section titled “ ProviderCommandUnavailable”The latest provider execution could not resolve a provider adapter.
public const string ProviderCommandUnavailable = "latest-execution-unavailable"Field Value
Section titled “Field Value”ProviderExecutable
Section titled “ ProviderExecutable”Provider-owned write-path execution is currently ready.
public const string ProviderExecutable = "provider-executable"Field Value
Section titled “Field Value”ProviderExecutionBlocked
Section titled “ ProviderExecutionBlocked”Broader provider execution orchestration remains blocked.
public const string ProviderExecutionBlocked = "orchestration-blocked"Field Value
Section titled “Field Value”ProviderExecutionCompleted
Section titled “ ProviderExecutionCompleted”Broader provider execution orchestration no longer needs another shared step.
public const string ProviderExecutionCompleted = "orchestration-completed"Field Value
Section titled “Field Value”ProviderExecutionExecuting
Section titled “ ProviderExecutionExecuting”Broader provider execution orchestration is currently executing.
public const string ProviderExecutionExecuting = "orchestration-executing"Field Value
Section titled “Field Value”ProviderExecutionReady
Section titled “ ProviderExecutionReady”Broader provider execution orchestration is currently ready.
public const string ProviderExecutionReady = "orchestration-ready"Field Value
Section titled “Field Value”ProviderExecutionRisk
Section titled “ ProviderExecutionRisk”Broader provider execution orchestration currently remains risky.
public const string ProviderExecutionRisk = "orchestration-risk"Field Value
Section titled “Field Value”ProviderOwnedCompleted
Section titled “ ProviderOwnedCompleted”Provider-owned write-path execution no longer needs another provider command.
public const string ProviderOwnedCompleted = "provider-owned-completed"Field Value
Section titled “Field Value”ProviderOwnedControlPlaneOwnership
Section titled “ ProviderOwnedControlPlaneOwnership”The runtime participates in the provider-owned control-plane ownership lane.
public const string ProviderOwnedControlPlaneOwnership = "provider-owned-control-plane-ownership"Field Value
Section titled “Field Value”ProviderOwnedExecuting
Section titled “ ProviderOwnedExecuting”Provider-owned write-path execution is currently active.
public const string ProviderOwnedExecuting = "provider-owned-executing"Field Value
Section titled “Field Value”ProviderOwnedRisk
Section titled “ ProviderOwnedRisk”Provider-owned write-path execution currently remains risky.
public const string ProviderOwnedRisk = "provider-owned-risk"Field Value
Section titled “Field Value”RecoveredHistory
Section titled “ RecoveredHistory”The durable command journal currently exposes recovered recorded history.
public const string RecoveredHistory = "recovered-history"Field Value
Section titled “Field Value”RecoveryBlocked
Section titled “ RecoveryBlocked”Scheduler recovery remains blocked by missing durable evidence.
public const string RecoveryBlocked = "recovery-blocked"Field Value
Section titled “Field Value”RecoveryNeeded
Section titled “ RecoveryNeeded”The durable shared scheduler currently still needs durable recovery hardening.
public const string RecoveryNeeded = "recovery-needed"Field Value
Section titled “Field Value”RecoveryReady
Section titled “ RecoveryReady”Scheduler recovery is ready for safe control-plane ownership.
public const string RecoveryReady = "recovery-ready"Field Value
Section titled “Field Value”SchedulerConflicted
Section titled “ SchedulerConflicted”The durable shared scheduler currently remains conflicted.
public const string SchedulerConflicted = "scheduler-conflicted"Field Value
Section titled “Field Value”SchedulerScheduled
Section titled “ SchedulerScheduled”The durable shared scheduler currently keeps one bounded retry scheduled.
public const string SchedulerScheduled = "scheduled"Field Value
Section titled “Field Value”SchedulerUnscheduled
Section titled “ SchedulerUnscheduled”The durable shared scheduler currently does not need another scheduled step.
public const string SchedulerUnscheduled = "unscheduled"