Skip to content

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 CdcCaptureExecutionRuntimeManagedConnectorExecutionIntentStates

objectCdcCaptureExecutionRuntimeManagedConnectorExecutionIntentStates

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

The managed connector cannot currently progress to a trustworthy execution intent because prerequisite runtime truth is incomplete or blocked.

public const string Blocked = "blocked"

string

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"

string

The execution runtime does not currently represent a managed connector.

public const string NotApplicable = "not-applicable"

string

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"

string

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"

string

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"

string