Class CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneApplyAndReconcileExecutionStates
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable state identifiers used by managed-connector provider-owned control-plane apply-and-reconcile execution answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneApplyAndReconcileExecutionStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneApplyAndReconcileExecutionStates
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”ApplyAndReconcileBlocked
Section titled “ ApplyAndReconcileBlocked”Provider-owned control-plane apply-and-reconcile execution remains blocked by shared runtime policy, control-plane truth, or missing execution intent.
public const string ApplyAndReconcileBlocked = "apply-and-reconcile-blocked"Field Value
Section titled “Field Value”ApplyAndReconcileCompleted
Section titled “ ApplyAndReconcileCompleted”Provider-owned control-plane apply-and-reconcile execution no longer needs another shared execution step for the current operation.
public const string ApplyAndReconcileCompleted = "apply-and-reconcile-completed"Field Value
Section titled “Field Value”ApplyAndReconcileExecuting
Section titled “ ApplyAndReconcileExecuting”Provider-owned control-plane apply-and-reconcile execution is currently exercising one bounded provider-facing step.
public const string ApplyAndReconcileExecuting = "apply-and-reconcile-executing"Field Value
Section titled “Field Value”ApplyAndReconcileReady
Section titled “ ApplyAndReconcileReady”Provider-owned control-plane apply-and-reconcile execution is currently ready on the shared runtime surface.
public const string ApplyAndReconcileReady = "apply-and-reconcile-ready"Field Value
Section titled “Field Value”ApplyAndReconcileRisk
Section titled “ ApplyAndReconcileRisk”Provider-owned control-plane apply-and-reconcile execution currently remains risky because broader shared runtime truth is not safe enough yet.
public const string ApplyAndReconcileRisk = "apply-and-reconcile-risk"Field Value
Section titled “Field Value”NotApplicable
Section titled “ NotApplicable”Provider-owned control-plane apply-and-reconcile execution 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 apply-and-reconcile execution still remains operator-owned outside Cephalon.
public const string OperatorOnly = "operator-only"