Class CdcCaptureExecutionRuntimeManagedConnectorExecutionIntentStates
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable managed-connector execution-intent state identifiers used by CDC execution runtimes.
public static class CdcCaptureExecutionRuntimeManagedConnectorExecutionIntentStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorExecutionIntentStates
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”Blocked
Section titled “ Blocked”The managed connector cannot currently progress to a trustworthy execution intent because prerequisite runtime truth is incomplete or blocked.
public const string Blocked = "blocked"Field Value
Section titled “Field Value”Deferred
Section titled “ Deferred”The managed connector currently stays in observe-only mode, so Cephalon does not intend to execute connector-management follow-through.
public const string Deferred = "deferred"Field Value
Section titled “Field Value”NotApplicable
Section titled “ NotApplicable”The execution runtime does not currently represent a managed connector.
public const string NotApplicable = "not-applicable"Field Value
Section titled “Field Value”OperatorAction
Section titled “ OperatorAction”The managed connector currently requires operator-owned follow-through because the declared control plane is not yet engine-owned.
public const string OperatorAction = "operator-action"Field Value
Section titled “Field Value”ReadyToExecute
Section titled “ ReadyToExecute”The managed connector currently has a future engine-execution candidate that would not require additional shared write-path changes.
public const string ReadyToExecute = "ready-to-execute"Field Value
Section titled “Field Value”RequiresApproval
Section titled “ RequiresApproval”The managed connector currently has a future engine-execution candidate, but the next step would still require an approval gate.
public const string RequiresApproval = "requires-approval"