Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorPreflightStatus

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

Describes the current operator-facing managed-connector preflight posture for one CDC execution runtime.

public sealed record CdcCaptureExecutionRuntimeManagedConnectorPreflightStatus : IEquatable<CdcCaptureExecutionRuntimeManagedConnectorPreflightStatus>

objectCdcCaptureExecutionRuntimeManagedConnectorPreflightStatus

IEquatable<CdcCaptureExecutionRuntimeManagedConnectorPreflightStatus>

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

CdcCaptureExecutionRuntimeManagedConnectorPreflightStatus(string, string?)

Section titled “ CdcCaptureExecutionRuntimeManagedConnectorPreflightStatus(string, string?)”

Creates a new managed-connector preflight answer.

public CdcCaptureExecutionRuntimeManagedConnectorPreflightStatus(string state, string? description = null)

state string

The stable preflight state, such as deferred, not-ready, ready, blocked, or not-applicable.

description string?

An optional operator-facing preflight summary.

Gets the current managed-connector action-plan state that informed connector-management preflight.

public string ActionPlanState { get; init; }

string

Gets a value indicating whether the execution runtime currently represents a managed connector.

public bool AppliesToManagedConnector { get; }

bool

Gets the number of active preflight categories currently visible for the execution runtime.

public int CategoryCount { get; }

int

Gets the stable preflight categories currently active for the execution runtime.

public IReadOnlyList<string> CategoryIds { get; init; }

IReadOnlyList<string>

Gets an optional operator-facing preflight summary.

public string? Description { get; }

string?

Gets the current managed-connector drift state that informed connector-management preflight.

public string DriftState { get; init; }

string

Gets the current managed-connector governance state that informed connector-management preflight.

public string GovernanceState { get; init; }

string

Gets a value indicating whether the managed connector is currently blocked before connector-management preflight can be considered.

public bool IsBlocked { get; }

bool

Gets a value indicating whether connector-management preflight is currently deferred because the runtime remains observe-only.

public bool IsDeferred { get; }

bool

Gets a value indicating whether the managed connector currently satisfies the shared connector-management preflight baseline.

public bool IsReady { get; }

bool

Gets the declared managed-connector management mode when one is known.

public string? ManagementMode { get; init; }

string?

Gets the stable management-operation identifier Cephalon would currently preflight first.

public string OperationId { get; init; }

string

Gets the primary action identifier currently associated with the runtime’s managed-connector action plan.

public string PrimaryActionId { get; init; }

string

Gets the current runtime-level remediation state that informed connector-management preflight.

public string RemediationState { get; init; }

string

Gets the current runtime-level reporting-coverage state that informed connector-management preflight.

public string ReportingCoverageState { get; init; }

string

Gets a value indicating whether the managed connector currently requires additional preflight follow-through.

public bool RequiresAttention { get; }

bool

Gets the stable managed-connector preflight state.

public string State { get; }

string

Gets the current managed-connector write-path readiness state that informed connector-management preflight.

public string WritePathReadinessState { get; init; }

string