Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneApplyAndReconcileExecutionStatus

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

Describes the current operator-facing managed-connector provider-owned control-plane apply-and-reconcile execution posture for one CDC execution runtime.

public sealed record CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneApplyAndReconcileExecutionStatus : IEquatable<CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneApplyAndReconcileExecutionStatus>

objectCdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneApplyAndReconcileExecutionStatus

IEquatable<CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneApplyAndReconcileExecutionStatus>

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

CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneApplyAndReconcileExecutionStatus(string, string?)

Section titled “ CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneApplyAndReconcileExecutionStatus(string, string?)”

Creates a new managed-connector provider-owned control-plane apply-and-reconcile execution answer.

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

state string

The stable provider-owned control-plane apply-and-reconcile execution state, such as not-applicable, operator-only, apply-and-reconcile-ready, apply-and-reconcile-blocked, apply-and-reconcile-executing, apply-and-reconcile-completed, or apply-and-reconcile-risk.

description string?

An optional operator-facing provider-owned control-plane apply-and-reconcile execution summary.

Gets the active reporter identifier currently visible for the execution runtime when one exists.

public string? ActiveReporterId { get; init; }

string?

Gets the UTC timestamp when the active reporter lease expires when one is known.

public DateTimeOffset? ActiveReporterLeaseExpiresAtUtc { get; init; }

DateTimeOffset?

Gets the stable provider execution-adapter identifier currently associated with provider-owned control-plane apply-and-reconcile execution.

public string AdapterId { get; init; }

string

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

public bool AppliesToManagedConnector { get; }

bool

CanExecuteProviderOwnedControlPlaneApplyAndReconcileOnCurrentNode

Section titled “ CanExecuteProviderOwnedControlPlaneApplyAndReconcileOnCurrentNode”

Gets a value indicating whether the current node can execute the current provider-owned control-plane apply-and-reconcile answer safely.

public bool CanExecuteProviderOwnedControlPlaneApplyAndReconcileOnCurrentNode { get; init; }

bool

CanExerciseProviderOwnedControlPlaneOnCurrentNode

Section titled “ CanExerciseProviderOwnedControlPlaneOnCurrentNode”

Gets a value indicating whether the current node can exercise bounded provider-owned control-plane ownership safely.

public bool CanExerciseProviderOwnedControlPlaneOnCurrentNode { get; init; }

bool

Gets a value indicating whether the current node can exercise the current provider-owned control-plane mutation or reconcile answer safely.

public bool CanMutateOrReconcileOnCurrentNode { get; init; }

bool

CanProvisionProviderOwnedControlPlaneOnCurrentNode

Section titled “ CanProvisionProviderOwnedControlPlaneOnCurrentNode”

Gets a value indicating whether the current node can exercise the current provider-owned control-plane provisioning answer safely.

public bool CanProvisionProviderOwnedControlPlaneOnCurrentNode { get; init; }

bool

Gets the number of active provider-owned control-plane apply-and-reconcile execution categories currently visible for the execution runtime.

public int CategoryCount { get; }

int

Gets the stable provider-owned control-plane apply-and-reconcile execution categories currently active for the execution runtime.

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

IReadOnlyList<string>

Gets the CDC capture identifiers currently associated with provider-owned control-plane apply-and-reconcile execution.

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

IReadOnlyList<string>

Gets the current managed-connector command-envelope state that informed provider-owned control-plane apply-and-reconcile execution.

public string CommandEnvelopeState { get; init; }

string

Gets the deterministic command fingerprint currently associated with provider-owned control-plane apply-and-reconcile execution.

public string CommandFingerprint { get; init; }

string

Gets the current managed-connector command-issuance state that informed provider-owned control-plane apply-and-reconcile execution.

public string CommandIssuanceState { get; init; }

string

Gets the current managed-connector command-journal state that informed provider-owned control-plane apply-and-reconcile execution.

public string CommandJournalState { get; init; }

string

Gets the current managed-connector command-retry state that informed provider-owned control-plane apply-and-reconcile execution.

public string CommandRetryState { get; init; }

string

Gets the best available connector-cluster identifier currently associated with provider-owned control-plane apply-and-reconcile execution.

public string? ConnectClusterId { get; init; }

string?

Gets the best available connector-class identifier currently associated with provider-owned control-plane apply-and-reconcile execution.

public string? ConnectorClass { get; init; }

string?

Gets the host-owned coordination owner identifier when one is known.

public string? CoordinationOwnerId { get; init; }

string?

Gets an optional operator-facing provider-owned control-plane apply-and-reconcile execution summary.

public string? Description { get; }

string?

Gets the operator-facing execution-ownership mode that informed provider-owned control-plane apply-and-reconcile execution.

public string ExecutionOwnership { get; init; }

string

Gets the stable execution-runtime identifier currently associated with provider-owned control-plane apply-and-reconcile execution.

public string ExecutionRuntimeId { get; init; }

string

Gets the operator-facing execution-topology classification that informed provider-owned control-plane apply-and-reconcile execution.

public string ExecutionTopology { get; init; }

string

Gets a value indicating whether the runtime currently exposes one active reporter lease.

public bool HasActiveReporterLease { get; }

bool

Gets a value indicating whether the current command journal already exposes provider-owned control-plane apply-and-reconcile execution evidence.

public bool HasCommandJournalEvidence { get; init; }

bool

Gets a value indicating whether a durable command-journal store is currently configured.

public bool HasDurableStoreConfigured { get; init; }

bool

Gets a value indicating whether the durable command-journal store currently exposes persisted recorded history.

public bool HasPersistedRecordedHistory { get; init; }

bool

Gets a value indicating whether the current process recovered persisted command history for this runtime.

public bool HasRecoveredPersistedHistory { get; init; }

bool

Gets a value indicating whether the current answer exposes one concrete target operation.

public bool HasTargetOperation { get; init; }

bool

Gets a value indicating whether provider-owned control-plane apply-and-reconcile execution currently remains blocked.

public bool IsApplyAndReconcileBlocked { get; }

bool

Gets a value indicating whether provider-owned control-plane apply-and-reconcile execution no longer needs another shared execution step.

public bool IsApplyAndReconcileCompleted { get; }

bool

Gets a value indicating whether provider-owned control-plane apply-and-reconcile execution is currently executing one bounded provider-facing step.

public bool IsApplyAndReconcileExecuting { get; }

bool

Gets a value indicating whether provider-owned control-plane apply-and-reconcile execution is currently ready.

public bool IsApplyAndReconcileReady { get; }

bool

Gets a value indicating whether provider-owned control-plane apply-and-reconcile execution currently remains risky.

public bool IsApplyAndReconcileRisk { get; }

bool

Gets a value indicating whether the current provider-owned control-plane apply-and-reconcile lane targets a destructive connector operation.

public bool IsDestructiveOperation { get; init; }

bool

Gets a value indicating whether the current target operation is a provider-owned mutation rather than reconcile.

public bool IsMutationOperation { get; init; }

bool

Gets a value indicating whether provider-owned control-plane apply-and-reconcile execution still remains operator-owned outside Cephalon.

public bool IsOperatorOnly { get; }

bool

Gets a value indicating whether the current target operation is a provider-owned reconcile.

public bool IsReconcileOperation { get; init; }

bool

Gets the deterministic issuance fingerprint currently associated with provider-owned control-plane apply-and-reconcile execution.

public string IssuanceFingerprint { get; init; }

string

Gets the stable latest recorded command-execution attempt identifier when one exists.

public string LatestAttemptId { get; init; }

string

Gets the invocation-source identifier of the latest recorded command-execution outcome.

public string LatestCommandExecutionInvocationSourceId { get; init; }

string

Gets the latest recorded managed-connector command-execution state visible to provider-owned control-plane apply-and-reconcile execution.

public string LatestCommandExecutionState { get; init; }

string

Gets the deterministic latest recorded execution fingerprint currently visible to provider-owned control-plane apply-and-reconcile execution.

public string LatestExecutionFingerprint { get; init; }

string

Gets the timestamp when Cephalon recorded the latest command-execution outcome that informed provider-owned control-plane apply-and-reconcile execution.

public DateTimeOffset? LatestRecordedAtUtc { get; init; }

DateTimeOffset?

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

public string? ManagementMode { get; init; }

string?

Gets the stable management-operation identifier currently associated with provider-owned control-plane apply-and-reconcile execution.

public string OperationId { get; init; }

string

Gets the bounded retry scheduler polling interval, in seconds, when one is configured.

public int PollingIntervalSeconds { get; init; }

int

Gets the number of visible potential shared write-path changes currently associated with provider-owned control-plane apply-and-reconcile execution.

public int PotentialChangeCount { get; init; }

int

Gets the current broader provider execution-orchestration state that informed provider-owned control-plane apply-and-reconcile execution.

public string ProviderExecutionOrchestrationState { get; init; }

string

Gets the best available provider identifier currently associated with provider-owned control-plane apply-and-reconcile execution.

public string? ProviderId { get; init; }

string?

ProviderOwnedControlPlaneMutationReconcileState

Section titled “ ProviderOwnedControlPlaneMutationReconcileState”

Gets the current provider-owned control-plane mutation and reconcile state that informed provider-owned control-plane apply-and-reconcile execution.

public string ProviderOwnedControlPlaneMutationReconcileState { get; init; }

string

Gets the current provider-owned control-plane ownership state that informed provider-owned control-plane apply-and-reconcile execution.

public string ProviderOwnedControlPlaneOwnershipState { get; init; }

string

ProviderOwnedControlPlaneProvisioningState

Section titled “ ProviderOwnedControlPlaneProvisioningState”

Gets the current provider-owned control-plane provisioning state that informed provider-owned control-plane apply-and-reconcile execution.

public string ProviderOwnedControlPlaneProvisioningState { get; init; }

string

Gets the current provider-owned write-path execution state that informed provider-owned control-plane apply-and-reconcile execution.

public string ProviderOwnedWritePathExecutionState { get; init; }

string

Gets a value indicating whether the current provider-owned control-plane apply-and-reconcile lane still requires explicit approval.

public bool RequiresExplicitApproval { get; init; }

bool

Gets the current managed-connector retry-execution policy state that informed provider-owned control-plane apply-and-reconcile execution.

public string RetryExecutionPolicyState { get; init; }

string

Gets the deterministic retry fingerprint currently associated with provider-owned control-plane apply-and-reconcile execution.

public string RetryFingerprint { get; init; }

string

Gets the stable shared scheduler identifier currently associated with provider-owned control-plane apply-and-reconcile execution.

public string SchedulerId { get; init; }

string

Gets the stable shared scheduler kind currently associated with provider-owned control-plane apply-and-reconcile execution.

public string SchedulerKind { get; init; }

string

Gets the primary source identifier Cephalon used to derive provider-owned control-plane apply-and-reconcile execution.

public string SourceId { get; init; }

string

Gets the best available source-provider identifier currently associated with provider-owned control-plane apply-and-reconcile execution.

public string? SourceProviderId { get; init; }

string?

Gets the stable managed-connector provider-owned control-plane apply-and-reconcile execution state.

public string State { get; }

string

Gets a value indicating whether the current provider-owned control-plane apply-and-reconcile lane would still apply one or more shared write-path changes.

public bool WouldApplyChanges { get; init; }

bool