Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorDryRunStatus

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

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

public sealed record CdcCaptureExecutionRuntimeManagedConnectorDryRunStatus : IEquatable<CdcCaptureExecutionRuntimeManagedConnectorDryRunStatus>

objectCdcCaptureExecutionRuntimeManagedConnectorDryRunStatus

IEquatable<CdcCaptureExecutionRuntimeManagedConnectorDryRunStatus>

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

CdcCaptureExecutionRuntimeManagedConnectorDryRunStatus(string, string?)

Section titled “ CdcCaptureExecutionRuntimeManagedConnectorDryRunStatus(string, string?)”

Creates a new managed-connector dry-run answer.

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

state string

The stable dry-run state, such as deferred, blocked, no-op, would-change, or not-applicable.

description string?

An optional operator-facing dry-run summary.

Gets the current managed-connector action-plan state that informed the dry-run answer.

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 dry-run categories currently visible for the execution runtime.

public int CategoryCount { get; }

int

Gets the stable dry-run categories currently active for the execution runtime.

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

IReadOnlyList<string>

Gets the latest reported connector lifecycle state when one is known.

public string? ConnectorLifecycleState { get; init; }

string?

Gets an optional operator-facing dry-run summary.

public string? Description { get; }

string?

Gets the current managed-connector drift state that informed the dry-run answer.

public string DriftState { get; init; }

string

Gets the current managed-connector governance state that informed the dry-run answer.

public string GovernanceState { get; init; }

string

Gets a value indicating whether the managed connector is currently blocked before a dry-run answer can be trusted.

public bool IsBlocked { get; }

bool

Gets a value indicating whether dry-run follow-through is currently deferred because the runtime remains observe-only.

public bool IsDeferred { get; }

bool

Gets a value indicating whether the intended management operation would currently produce no shared write-path changes.

public bool IsNoOp { get; }

bool

Gets a value indicating whether the intended management operation would currently produce one or more shared write-path changes.

public bool IsWouldChange { get; }

bool

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

public string? ManagementMode { get; init; }

string?

Gets the declared task ids that are currently missing from the latest reported task set.

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

IReadOnlyList<string>

Gets the stable management-operation identifier Cephalon would currently preview.

public string OperationId { get; init; }

string

Gets the number of visible potential shared write-path changes in the current dry-run answer.

public int PotentialChangeCount { get; init; }

int

Gets the current managed-connector preflight state that informed the dry-run answer.

public string PreflightState { 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 latest reported overall reconciliation state when one is known.

public string? ReconciliationState { get; init; }

string?

Gets the current runtime-level remediation state that informed the dry-run answer.

public string RemediationState { get; init; }

string

Gets the current runtime-level reporting-coverage state that informed the dry-run answer.

public string ReportingCoverageState { get; init; }

string

Gets a value indicating whether the managed connector currently requires additional dry-run attention.

public bool RequiresAttention { get; }

bool

Gets the stable managed-connector dry-run state.

public string State { get; }

string

Gets the reported task ids that were not part of the declared task baseline.

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

IReadOnlyList<string>

Gets a value indicating whether the current dry-run answer includes one or more shared write-path changes.

public bool WouldApplyChanges { get; init; }

bool

Gets the current managed-connector write-path readiness state that informed the dry-run answer.

public string WritePathReadinessState { get; init; }

string