Skip to content

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 CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneOwnershipCategories

objectCdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneOwnershipCategories

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

The current provider control-plane lane still requires explicit approval.

public const string ApprovalRequired = "approval-required"

string

The command journal currently exposes retained evidence for provider-owned control-plane ownership.

public const string CommandJournalEvidence = "command-journal-evidence"

string

The current node cannot yet exercise bounded provider-owned control-plane ownership safely.

public const string CurrentNodeBlocked = "current-node-blocked"

string

The current node can exercise bounded provider-owned control-plane ownership safely.

public const string CurrentNodeExecutable = "current-node-executable"

string

The current provider control-plane lane still targets a destructive operation.

public const string DestructiveOperation = "destructive-operation"

string

A durable command-journal store is configured for the runtime.

public const string DurableJournalConfigured = "durable-journal-configured"

string

Scheduler execution truth currently looks hardened enough for control-plane ownership.

public const string ExecutionHardened = "execution-hardened"

string

Scheduler execution truth currently remains risky.

public const string ExecutionRisk = "execution-risk"

string

Provider-owned control-plane ownership currently depends on in-memory history only.

public const string InMemoryJournalOnly = "in-memory-journal-only"

string

No command-journal evidence has been recorded yet.

public const string NoRecordedCommand = "no-recorded-command"

string

Provider-owned control-plane ownership still remains operator-owned outside Cephalon.

public const string OperatorOnly = "operator-only"

string

Provider-owned control-plane ownership is currently active on one bounded provider-facing step.

public const string OwnershipActive = "ownership-active"

string

Provider-owned control-plane ownership remains blocked.

public const string OwnershipBlocked = "ownership-blocked"

string

Provider-owned control-plane ownership is currently partial on the shared lane.

public const string OwnershipPartial = "ownership-partial"

string

Provider-owned control-plane ownership is currently ready on the shared lane.

public const string OwnershipReady = "ownership-ready"

string

Provider-owned control-plane ownership currently remains risky.

public const string OwnershipRisk = "ownership-risk"

string

The durable command journal currently exposes persisted recorded history.

public const string PersistedHistory = "persisted-history"

string

Provider-owned write-path execution remains blocked.

public const string ProviderBlocked = "provider-blocked"

string

The latest provider execution translated into a provider-facing command shape.

public const string ProviderCommandAdapted = "latest-execution-adapted"

string

The latest provider execution remained blocked.

public const string ProviderCommandBlocked = "latest-execution-blocked"

string

The latest provider execution failed while Cephalon translated provider command shape.

public const string ProviderCommandFailed = "latest-execution-failed"

string

The latest provider execution determined that no provider command is required.

public const string ProviderCommandNoOp = "latest-execution-no-op"

string

The latest provider execution remained operator-owned.

public const string ProviderCommandOperatorOnly = "provider-command-operator-only"

string

The latest provider execution could not resolve a provider adapter.

public const string ProviderCommandUnavailable = "latest-execution-unavailable"

string

Provider-owned write-path execution is currently ready.

public const string ProviderExecutable = "provider-executable"

string

Broader provider execution orchestration remains blocked.

public const string ProviderExecutionBlocked = "orchestration-blocked"

string

Broader provider execution orchestration no longer needs another shared step.

public const string ProviderExecutionCompleted = "orchestration-completed"

string

Broader provider execution orchestration is currently executing.

public const string ProviderExecutionExecuting = "orchestration-executing"

string

Broader provider execution orchestration is currently ready.

public const string ProviderExecutionReady = "orchestration-ready"

string

Broader provider execution orchestration currently remains risky.

public const string ProviderExecutionRisk = "orchestration-risk"

string

Provider-owned write-path execution no longer needs another provider command.

public const string ProviderOwnedCompleted = "provider-owned-completed"

string

The runtime participates in the provider-owned control-plane ownership lane.

public const string ProviderOwnedControlPlaneOwnership = "provider-owned-control-plane-ownership"

string

Provider-owned write-path execution is currently active.

public const string ProviderOwnedExecuting = "provider-owned-executing"

string

Provider-owned write-path execution currently remains risky.

public const string ProviderOwnedRisk = "provider-owned-risk"

string

The durable command journal currently exposes recovered recorded history.

public const string RecoveredHistory = "recovered-history"

string

Scheduler recovery remains blocked by missing durable evidence.

public const string RecoveryBlocked = "recovery-blocked"

string

The durable shared scheduler currently still needs durable recovery hardening.

public const string RecoveryNeeded = "recovery-needed"

string

Scheduler recovery is ready for safe control-plane ownership.

public const string RecoveryReady = "recovery-ready"

string

The durable shared scheduler currently remains conflicted.

public const string SchedulerConflicted = "scheduler-conflicted"

string

The durable shared scheduler currently keeps one bounded retry scheduled.

public const string SchedulerScheduled = "scheduled"

string

The durable shared scheduler currently does not need another scheduled step.

public const string SchedulerUnscheduled = "unscheduled"

string