Class CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneDependencyAwareApplyAndReconcileHardeningStates
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable state identifiers used by managed-connector provider-owned control-plane dependency-aware apply-and-reconcile hardening answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneDependencyAwareApplyAndReconcileHardeningStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneDependencyAwareApplyAndReconcileHardeningStates
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”ApplyAndReconcileHardened
Section titled “ ApplyAndReconcileHardened”Provider-owned control-plane dependency-aware apply-and-reconcile hardening is fully hardened on the shared runtime surface.
public const string ApplyAndReconcileHardened = "apply-and-reconcile-hardened"Field Value
Section titled “Field Value”DependencyBlocked
Section titled “ DependencyBlocked”Provider-owned control-plane dependency-aware apply-and-reconcile hardening remains blocked by missing dependency truth, task topology, or execution targeting.
public const string DependencyBlocked = "dependency-blocked"Field Value
Section titled “Field Value”DependencyDegraded
Section titled “ DependencyDegraded”Provider-owned control-plane dependency-aware apply-and-reconcile hardening is currently degraded by mismatched, stale, or incomplete dependency observations.
public const string DependencyDegraded = "dependency-degraded"Field Value
Section titled “Field Value”DependencyReady
Section titled “ DependencyReady”Provider-owned control-plane dependency-aware apply-and-reconcile hardening is currently ready on the shared runtime surface.
public const string DependencyReady = "dependency-ready"Field Value
Section titled “Field Value”DependencyRisk
Section titled “ DependencyRisk”Provider-owned control-plane dependency-aware apply-and-reconcile hardening currently remains risky because broader provider or runtime truth is not safe enough yet.
public const string DependencyRisk = "dependency-risk"Field Value
Section titled “Field Value”NotApplicable
Section titled “ NotApplicable”Provider-owned control-plane dependency-aware apply-and-reconcile hardening 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 dependency-aware apply-and-reconcile hardening still remains operator-owned outside Cephalon.
public const string OperatorOnly = "operator-only"