Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorPreflightStates

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

Defines the stable managed-connector preflight state identifiers used by CDC execution runtimes.

public static class CdcCaptureExecutionRuntimeManagedConnectorPreflightStates

objectCdcCaptureExecutionRuntimeManagedConnectorPreflightStates

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

The managed connector is currently blocked by runtime remediation before connector-management preflight can proceed.

public const string Blocked = "blocked"

string

The managed connector currently stays in observe-only mode, so connector-management preflight is deferred.

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 is not yet ready for Cephalon to preflight the currently intended management operation.

public const string NotReady = "not-ready"

string

The managed connector currently satisfies the shared baseline Cephalon would use to preflight the intended management operation.

public const string Ready = "ready"

string