Class CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneMutationReconcileStates
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable state identifiers used by managed-connector provider-owned control-plane mutation and reconcile answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneMutationReconcileStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneMutationReconcileStates
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”MutationBlocked
Section titled “ MutationBlocked”Provider-owned control-plane mutation remains blocked by shared runtime policy, control-plane truth, or missing command intent.
public const string MutationBlocked = "mutation-blocked"Field Value
Section titled “Field Value”MutationExecuting
Section titled “ MutationExecuting”Provider-owned control-plane mutation or reconcile is currently executing one bounded provider-facing step.
public const string MutationExecuting = "mutation-executing"Field Value
Section titled “Field Value”MutationReady
Section titled “ MutationReady”Provider-owned control-plane mutation is currently ready on the shared runtime surface.
public const string MutationReady = "mutation-ready"Field Value
Section titled “Field Value”MutationRisk
Section titled “ MutationRisk”Provider-owned control-plane mutation or reconcile currently remains risky because broader shared runtime truth is not safe enough yet.
public const string MutationRisk = "mutation-risk"Field Value
Section titled “Field Value”NotApplicable
Section titled “ NotApplicable”Provider-owned control-plane mutation and reconcile does not currently apply to the execution runtime.
public const string NotApplicable = "not-applicable"Field Value
Section titled “Field Value”OperatorOnly
Section titled “ OperatorOnly”Provider-owned control-plane mutation and reconcile still remains operator-owned outside Cephalon.
public const string OperatorOnly = "operator-only"Field Value
Section titled “Field Value”ReconcileBlocked
Section titled “ ReconcileBlocked”Provider-owned control-plane reconcile remains blocked by shared runtime policy, control-plane truth, or missing command intent.
public const string ReconcileBlocked = "reconcile-blocked"Field Value
Section titled “Field Value”ReconcileReady
Section titled “ ReconcileReady”Provider-owned control-plane reconcile is currently ready on the shared runtime surface.
public const string ReconcileReady = "reconcile-ready"