Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorActionPlanStates

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Defines the stable action-plan state identifiers used by managed-connector execution-runtime answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorActionPlanStates

objectCdcCaptureExecutionRuntimeManagedConnectorActionPlanStates

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

The managed connector currently requires operator action.

public const string ActionRequired = "action-required"

string

The managed connector is currently blocked by higher-priority remediation work.

public const string Blocked = "blocked"

string

The execution runtime does not currently represent a managed connector.

public const string NotApplicable = "not-applicable"

string

The managed connector can stay in steady-state observe mode.

public const string Observe = "observe"

string

The managed connector is currently waiting for more runtime truth before deeper follow-through.

public const string Waiting = "waiting"

string