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

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 CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneMutationReconcileStates

objectCdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneMutationReconcileStates

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

Provider-owned control-plane mutation remains blocked by shared runtime policy, control-plane truth, or missing command intent.

public const string MutationBlocked = "mutation-blocked"

string

Provider-owned control-plane mutation or reconcile is currently executing one bounded provider-facing step.

public const string MutationExecuting = "mutation-executing"

string

Provider-owned control-plane mutation is currently ready on the shared runtime surface.

public const string MutationReady = "mutation-ready"

string

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"

string

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

public const string NotApplicable = "not-applicable"

string

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

public const string OperatorOnly = "operator-only"

string

Provider-owned control-plane reconcile remains blocked by shared runtime policy, control-plane truth, or missing command intent.

public const string ReconcileBlocked = "reconcile-blocked"

string

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

public const string ReconcileReady = "reconcile-ready"

string