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

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 CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneApplyAndReconcileExecutionStates

objectCdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneApplyAndReconcileExecutionStates

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

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"

string

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"

string

Provider-owned control-plane apply-and-reconcile execution is currently exercising one bounded provider-facing step.

public const string ApplyAndReconcileExecuting = "apply-and-reconcile-executing"

string

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

public const string ApplyAndReconcileReady = "apply-and-reconcile-ready"

string

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"

string

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

public const string NotApplicable = "not-applicable"

string

Provider-owned control-plane apply-and-reconcile execution still remains operator-owned outside Cephalon.

public const string OperatorOnly = "operator-only"

string