ข้ามไปยังเนื้อหา

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 CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneDependencyAwareApplyAndReconcileHardeningStates

objectCdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneDependencyAwareApplyAndReconcileHardeningStates

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

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"

string

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"

string

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"

string

Provider-owned control-plane dependency-aware apply-and-reconcile hardening is currently ready on the shared runtime surface.

public const string DependencyReady = "dependency-ready"

string

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"

string

Provider-owned control-plane dependency-aware apply-and-reconcile hardening does not currently apply to the execution runtime.

public const string NotApplicable = "not-applicable"

string

Provider-owned control-plane dependency-aware apply-and-reconcile hardening still remains operator-owned outside Cephalon.

public const string OperatorOnly = "operator-only"

string