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 CdcCaptureExecutionRuntimeManagedConnectorPreflightStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorPreflightStates
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 is currently blocked by runtime remediation before connector-management preflight can proceed.
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 connector-management preflight is deferred.
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”NotReady
Section titled “ NotReady”The managed connector is not yet ready for Cephalon to preflight the currently intended management operation.
public const string NotReady = "not-ready"Field Value
Section titled “Field Value”The managed connector currently satisfies the shared baseline Cephalon would use to preflight the intended management operation.
public const string Ready = "ready"